diff options
| author | Junio C Hamano <junkio@cox.net> | 2005-10-04 17:04:26 -0700 |
|---|---|---|
| committer | Junio C Hamano <junkio@cox.net> | 2005-10-04 17:04:26 -0700 |
| commit | 64a2228b02594d5ccb7aaca293816f571fd1ea84 (patch) | |
| tree | fa382eac1ad7ff8f7c661ecead859a7134ad6ecf /git-format-patch.sh | |
| parent | 4514385edd913f6c10fa03c828effc5ba974369e (diff) | |
| parent | 129056370abff1cc0d347b98fe88afc44a6cb8c0 (diff) | |
| download | git-64a2228b02594d5ccb7aaca293816f571fd1ea84.tar.xz | |
Merge branch 'fixes'
Diffstat (limited to 'git-format-patch.sh')
| -rwxr-xr-x | git-format-patch.sh | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/git-format-patch.sh b/git-format-patch.sh index 525a2f2212..2844799535 100755 --- a/git-format-patch.sh +++ b/git-format-patch.sh @@ -128,10 +128,6 @@ whosepatchScript=' q }' -_x40='[0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f]' -_x40="$_x40$_x40$_x40$_x40$_x40$_x40$_x40$_x40" -stripCommitHead='/^'"$_x40"' (from '"$_x40"')$/d' - git-cherry -v "$rev1" "$rev2" | while read sign rev comment do @@ -216,7 +212,7 @@ Date: '"$ad" echo git-diff-tree -p $diff_opts "$commit" | git-apply --stat --summary echo - git-diff-tree -p $diff_opts "$commit" | sed -e "$stripCommitHead" + git-diff-tree -p $diff_opts "$commit" case "$mbox" in t) |
