diff options
author | Thomas Rast <trast@student.ethz.ch> | 2009-02-19 12:13:40 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-02-20 00:02:48 -0800 |
commit | 28fd76bd0413e386ce5176cfac0fad7317145b91 (patch) | |
tree | e4a2c291c084c965342b63056313eab0e18bb3a5 /t/t4013-diff-various.sh | |
parent | 02a6552c28eabb524fcd23e8f5bd36e4f5afa63b (diff) | |
download | git-28fd76bd0413e386ce5176cfac0fad7317145b91.tar.gz |
Test log --decorate
Signed-off-by: Thomas Rast <trast@student.ethz.ch>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t4013-diff-various.sh')
-rwxr-xr-x | t/t4013-diff-various.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/t/t4013-diff-various.sh b/t/t4013-diff-various.sh index f140b9cd49..e5715f35cf 100755 --- a/t/t4013-diff-various.sh +++ b/t/t4013-diff-various.sh @@ -203,6 +203,7 @@ log --root -c --patch-with-stat --summary master log --root --cc --patch-with-stat --summary master log -SF master log -SF -p master +log --decorate --all whatchanged master whatchanged -p master |