From 99e368b996d6fcc2383a4b385130a0cb70c164e2 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Tue, 29 Nov 2005 13:51:27 -0800 Subject: [PATCH] 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 --- git-format-patch.sh | 1 - 1 file changed, 1 deletion(-) 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@@" -- 2.43.2