aboutsummaryrefslogtreecommitdiff
path: root/git-format-patch-script
Commit message (Collapse)AuthorAge
* [PATCH] format-patch: fix skipping of blank-linesJunio C Hamano2005-07-08
| | | | | | | | | | | | | | | | If it is fed a commit with more than one leading blank lines, the sed scripts git-format-patch-script used looped forever. Using git-stripspace upfront makes the sed script somewhat simpler to work around this problem. Also use git-rev-parse so that we can say $ git-format-patch-script HEAD^^^^ to prepare the latest four patches for e-mail submission. Signed-off-by: Junio C Hamano <junkio@cox.net> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
* [PATCH] git-format-patch: Prepare patches for e-mail submission.Junio C Hamano2005-07-07
This is the script I use to prepare patches for e-mail submission. Signed-off-by: Junio C Hamano <junkio@cox.net> Signed-off-by: Linus Torvalds <torvalds@osdl.org>