summaryrefslogtreecommitdiff
path: root/git-format-patch.sh
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2005-11-29 21:51:27 (GMT)
committerJunio C Hamano <junkio@cox.net>2005-11-29 22:25:00 (GMT)
commit99e368b996d6fcc2383a4b385130a0cb70c164e2 (patch)
treebd30e84195d1363be9487e629dee5b4b4ec9094f /git-format-patch.sh
parentbf3e274873e56d7df25d60800c8d59a309e0d8c6 (diff)
downloadgit-99e368b996d6fcc2383a4b385130a0cb70c164e2.zip
git-99e368b996d6fcc2383a4b385130a0cb70c164e2.tar.gz
git-99e368b996d6fcc2383a4b385130a0cb70c164e2.tar.bz2
format-patch: remove applies-to.
The attempt to help 3-way fallback by recording the tree object id for the entire pre-image was unnecessary, and we already have an better alternative in the form of per-blob "index" lines. Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'git-format-patch.sh')
-rwxr-xr-xgit-format-patch.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/git-format-patch.sh b/git-format-patch.sh
index 9b40880..a26d46d 100755
--- a/git-format-patch.sh
+++ b/git-format-patch.sh
@@ -238,7 +238,6 @@ Date: '"$ad"
echo
git-diff-tree -p $diff_opts "$commit" | git-apply --stat --summary
echo
- git-cat-file commit "$commit^" | sed -e 's/^tree /applies-to: /' -e q
git-diff-tree -p $diff_opts "$commit"
echo "---"
echo "@@GIT_VERSION@@"