diff options
| author | Junio C Hamano <junkio@cox.net> | 2005-08-19 13:55:59 -0700 |
|---|---|---|
| committer | Junio C Hamano <junkio@cox.net> | 2005-08-19 13:55:59 -0700 |
| commit | 0026d5484158ee093da5ab302ee794ec1931303f (patch) | |
| tree | aa46e09a86e30381aee38863ffe9d76778261d93 /git-format-patch-script | |
| parent | 14022f5b1c5e5408ed5f1e8a91ae423e3228df0c (diff) | |
| parent | 7f1335c74c4ba0baac8649974e95f6e6f84f8632 (diff) | |
Merge with master for a couple more fixes.
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 |
