Skip to content

Commit

Permalink
format-patch: remove applies-to.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Junio C Hamano committed Nov 29, 2005
1 parent bf3e274 commit 99e368b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion git-format-patch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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@@"
Expand Down

0 comments on commit 99e368b

Please sign in to comment.