diff options
author | Junio C Hamano <gitster@pobox.com> | 2009-03-11 13:47:01 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-03-11 13:47:01 -0700 |
commit | e785dadc90df20e1038c053dc168a6458b1e672b (patch) | |
tree | 5c147998a1030a06155e64686229929db8fe1776 /t/t4013-diff-various.sh | |
parent | 7d59ceed9d1e4f8f0dc52cebf55219d6d395c9da (diff) | |
parent | b26d8d217d8d960cbd9ed1dbf6b3cccfd1a3a4db (diff) | |
download | git-e785dadc90df20e1038c053dc168a6458b1e672b.tar.gz |
Merge branch 'tr/gcov'
* tr/gcov:
Test git-patch-id
Test rev-list --parents/--children
Test log --decorate
Test fsck a bit harder
Test log --graph
Test diff --dirstat functionality
Test that diff can read from stdin
Support coverage testing with GCC/gcov
Diffstat (limited to 't/t4013-diff-various.sh')
-rwxr-xr-x | t/t4013-diff-various.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/t/t4013-diff-various.sh b/t/t4013-diff-various.sh index 9c709022ef..9cd5a6e685 100755 --- a/t/t4013-diff-various.sh +++ b/t/t4013-diff-various.sh @@ -207,6 +207,10 @@ 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 + +rev-list --parents HEAD +rev-list --children HEAD whatchanged master whatchanged -p master @@ -268,6 +272,7 @@ diff --no-index --name-status dir2 dir diff --no-index --name-status -- dir2 dir diff --no-index dir dir3 diff master master^ side +diff --dirstat master~1 master~2 EOF test_done |