author | Junio C Hamano <junkio@cox.net> | |
Tue, 16 Aug 2005 22:23:50 +0000 (15:23 -0700) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Wed, 17 Aug 2005 05:22:35 +0000 (22:22 -0700) | ||
commit | af5260ee785b8418c7319a84b1d1a0d26e770ed0 | |
tree | bf59305e92736220fdf3fc178fa80d07d909ed97 | tree | snapshot |
parent | f332726eaad74ac2aac0c3fb2dcb662acdbc3a31 | commit | diff |
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©.
Signed-off-by: Junio C Hamano <junkio@cox.net>
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©.
Signed-off-by: Junio C Hamano <junkio@cox.net>
git-format-patch-script | diff | blob | history |