X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=git-format-patch.sh;h=9378219d846dcbd947ab63bd6d728aaac24e8ea3;hb=7ee74a99b2b710b5f5adc22db2fe0aca8a74c809;hp=2844799535a4c63f61f6c94cf7a66c88d0052656;hpb=64a2228b02594d5ccb7aaca293816f571fd1ea84;p=git.git diff --git a/git-format-patch.sh b/git-format-patch.sh index 28447995..9378219d 100755 --- a/git-format-patch.sh +++ b/git-format-patch.sh @@ -212,7 +212,10 @@ 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@@" case "$mbox" in t)