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
232
232
* After squashing two commits, add a "Signed-off-by" line to the
233
233
commit log message:
234
234
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
237
237
238
238
or GPG-sign a commit:
239
239
240
- pick --gpg-sign=<keyid > deadbee Implement feature XXX
240
+ pick --gpg-sign=<keyid> deadbee Implement feature XXX
241
241
242
242
* Reset the author of the commit to the current user or a specified
243
243
user:
244
244
245
- pick --reset-author deadbee Implement feature XXX
246
- pick --author="A U Thor < author@example.com > " deadbab The oneline of the commit after
245
+ pick --reset-author deadbee Implement feature XXX
246
+ pick --author="A U Thor <author@example.com>" 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.
247
251
248
252
The goal of this project would be (1) to add the infrastructure for
249
253
handling options on todo-list lines, and (2) implement some concrete
You can’t perform that action at this time.
0 commit comments