Skip to content

Commit 251b042

Browse files
committed
Fix alignment and add link to mailing list discussion
1 parent e51a92e commit 251b042

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

SoC-2014-Ideas.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff 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 <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.
247251

248252
The goal of this project would be (1) to add the infrastructure for
249253
handling options on todo-list lines, and (2) implement some concrete

0 commit comments

Comments
 (0)