diff options
author | Junio C Hamano <junkio@cox.net> | 2005-11-29 13:51:27 -0800 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2005-11-29 14:25:00 -0800 |
commit | 99e368b996d6fcc2383a4b385130a0cb70c164e2 (patch) | |
tree | bd30e84195d1363be9487e629dee5b4b4ec9094f /git-format-patch.sh | |
parent | bf3e274873e56d7df25d60800c8d59a309e0d8c6 (diff) | |
download | git-99e368b996d6fcc2383a4b385130a0cb70c164e2.tar.gz |
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-x | git-format-patch.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/git-format-patch.sh b/git-format-patch.sh index 9b4088045a..a26d46dba0 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@@" |