Code

Replacing the system call pread() with lseek()/xread()/lseek() sequence.
[git.git] / git-commit.sh
index 04aad5e5da6fad46bc71c859286615c2f6ce11ab..c2beb76fe436279422ff5212aed573fb821bad7b 100755 (executable)
@@ -628,7 +628,7 @@ then
        if test -z "$quiet"
        then
                echo "Created${initial_commit:+ initial} commit $commit"
-               git-diff-tree --shortstat --summary --root --no-commit-id HEAD
+               git-diff-tree --shortstat --summary --root --no-commit-id HEAD --
        fi
 fi