File tree Expand file tree Collapse file tree 1 file changed +9
-5
lines changed
Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -232,18 +232,22 @@ by allowing the commands to take options. Maybe
232232* After squashing two commits, add a "Signed-off-by" line to the
233233 commit log message:
234234
235- pick deadbee Implement feature XXX
236- squash --signoff f1a5c00 Fix to feature XXX
235+ pick deadbee Implement feature XXX
236+ squash --signoff f1a5c00 Fix to feature XXX
237237
238238 or GPG-sign a commit:
239239
240- pick --gpg-sign=<keyid > deadbee Implement feature XXX
240+ pick --gpg-sign=<keyid> deadbee Implement feature XXX
241241
242242* Reset the author of the commit to the current user or a specified
243243 user:
244244
245- pick --reset-author deadbee Implement feature XXX
246- pick --author="A U Thor
< [email protected] > " deadbab The oneline of the commit after
245+ pick --reset-author deadbee Implement feature XXX
246+ pick --author="A U Thor <[email protected] >" deadbab The oneline of the commit after 247+
248+ See [ this
249+ discussion] ( http://thread.gmane.org/gmane.comp.version-control.git/242701 )
250+ on the mailing list for more related ideas.
247251
248252The goal of this project would be (1) to add the infrastructure for
249253handling options on todo-list lines, and (2) implement some concrete
You can’t perform that action at this time.
0 commit comments