commit 71654e8d472918dcc6ad677673c1da09d68a4d37 from: Stefan Sperling via: Thomas Adam date: Wed Mar 01 14:29:44 2023 UTC Apply 'histedit -e' wording tweak from James Cook, thanks! commit - 5bedd79b0a5ac6601216ed43d3b71bd038c7e563 commit + 71654e8d472918dcc6ad677673c1da09d68a4d37 blob - 9aaf3dc10775366350e21fa4420df92be29a108c blob + 7e97b133703610f71105c0f7c18f05b29286506f --- got/got.1 +++ got/got.1 @@ -2504,8 +2504,8 @@ character are ignored entirely. The available histedit script commands are as follows: .Bl -column YXZ pick-commit .It Cm pick Ar commit Ta Use the specified commit as it is. -.It Cm edit Ar commit Ta Use the specified commit but once changes have been -merged into the work tree interrupt the histedit operation for amending. +.It Cm edit Ar commit Ta Apply the changes from the specified commit, but +then interrupt the histedit operation for amending, without creating a commit. While the histedit operation is interrupted arbitrary files may be edited, and commands which manipulate the work tree can be used freely. The