From: Junio C Hamano Date: Tue, 29 Nov 2005 21:51:27 +0000 (-0800) Subject: format-patch: remove applies-to. X-Git-Tag: v0.99.9l^2~24^2~2 X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=99e368b996d6fcc2383a4b385130a0cb70c164e2;p=git.git 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 --- diff --git a/git-format-patch.sh b/git-format-patch.sh index 9b408804..a26d46db 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@@"