]> git.ipfire.org Git - thirdparty/git.git/commit - git-format-patch.sh
git-format-patch fixes.
authorJunio C Hamano <junkio@cox.net>
Tue, 16 Aug 2005 22:23:50 +0000 (15:23 -0700)
committerJunio C Hamano <junkio@cox.net>
Wed, 17 Aug 2005 05:22:35 +0000 (22:22 -0700)
commitaf5260ee785b8418c7319a84b1d1a0d26e770ed0
treebf59305e92736220fdf3fc178fa80d07d909ed97
parentf332726eaad74ac2aac0c3fb2dcb662acdbc3a31
git-format-patch fixes.

Introduces --keep-subjects flag to tell it not to munge the
first line of the commit message.  Running "git applymbox" on
the output from "git format-patch -m -k" would preserve the
original commit information better this way.

At the same time, prefix Subject: on the first line of the
commit, to help people cut&copy.

Signed-off-by: Junio C Hamano <junkio@cox.net>
git-format-patch-script