diff options
Diffstat (limited to 'git-format-patch-script')
-rwxr-xr-x | git-format-patch-script | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/git-format-patch-script b/git-format-patch-script index 3565205426..9b13b8858b 100755 --- a/git-format-patch-script +++ b/git-format-patch-script @@ -195,7 +195,7 @@ Date: '"$ad" echo } } - + echo echo '---' echo git-diff-tree -p $diff_opts "$commit" | git-apply --stat --summary |