commit d42bbff9e9ec0e6d9d64da5c56bbf0c7021bdc00 from: Stefan Sperling date: Tue Jul 12 18:56:53 2022 UTC use Cm mdoc markup for histedit script commands commit - 83b70ce85c5a9e777deb2c3924b8a41f5542e263 commit + d42bbff9e9ec0e6d9d64da5c56bbf0c7021bdc00 blob - 18ea1f39db2ee9d2992fcae4a968e7e6792aa130 blob + e40b2fea7364f818d1cc038e58b39c5e8b17968b --- got/got.1 +++ got/got.1 @@ -2097,16 +2097,20 @@ Lines which begin with the .Sq # character are ignored entirely. .Pp -The available commands are as follows: +The available histedit script commands are as follows: .Bl -column YXZ pick-commit -.It pick Ar commit Ta Use the specified commit as it is. -.It edit Ar commit Ta Use the specified commit but once changes have been +.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 fold Ar commit Ta Combine the specified commit with the next commit +.It Cm fold Ar commit Ta Combine the specified commit with the next commit listed further below that will be used. -.It drop Ar commit Ta Remove this commit from the edited history. -.It mesg Oo Ar log-message Oc Ta Create a new log message for the commit of -a preceding pick or edit command on the previous line of the histedit script. +.It Cm drop Ar commit Ta Remove this commit from the edited history. +.It Cm mesg Oo Ar log-message Oc Ta Create a new log message for the commit of +a preceding +.Cm pick +or +.Cm edit +command on the previous line of the histedit script. The optional .Ar log-message argument provides a new single-line log message to use.