Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2005-11-30 00:51:27 +0300
committerJunio C Hamano <junkio@cox.net>2005-11-30 01:25:00 +0300
commit99e368b996d6fcc2383a4b385130a0cb70c164e2 (patch)
treebd30e84195d1363be9487e629dee5b4b4ec9094f /git-format-patch.sh
parentbf3e274873e56d7df25d60800c8d59a309e0d8c6 (diff)
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 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@@"