aboutsummaryrefslogtreecommitdiff
path: root/t/t4013-diff-various.sh
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2009-03-11 13:47:01 -0700
committerJunio C Hamano <gitster@pobox.com>2009-03-11 13:47:01 -0700
commite785dadc90df20e1038c053dc168a6458b1e672b (patch)
tree5c147998a1030a06155e64686229929db8fe1776 /t/t4013-diff-various.sh
parent7d59ceed9d1e4f8f0dc52cebf55219d6d395c9da (diff)
parentb26d8d217d8d960cbd9ed1dbf6b3cccfd1a3a4db (diff)
downloadgit-e785dadc90df20e1038c053dc168a6458b1e672b.tar.gz
git-e785dadc90df20e1038c053dc168a6458b1e672b.tar.xz
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-xt/t4013-diff-various.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/t/t4013-diff-various.sh b/t/t4013-diff-various.sh
index 9c709022e..9cd5a6e68 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