diff options
author | Thomas Rast <trast@student.ethz.ch> | 2009-02-19 12:13:41 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-02-20 00:02:48 -0800 |
commit | fcbc6efc7c56973e0a308012d2ae1b42c6b11a33 (patch) | |
tree | 679669667194aed79706918734f94d9dd0bef3de /t/t4013-diff-various.sh | |
parent | 28fd76bd0413e386ce5176cfac0fad7317145b91 (diff) | |
download | git-fcbc6efc7c56973e0a308012d2ae1b42c6b11a33.tar.gz git-fcbc6efc7c56973e0a308012d2ae1b42c6b11a33.tar.xz |
Test rev-list --parents/--children
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 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/t/t4013-diff-various.sh b/t/t4013-diff-various.sh index e5715f35c..0f359ca28 100755 --- a/t/t4013-diff-various.sh +++ b/t/t4013-diff-various.sh @@ -205,6 +205,9 @@ log -SF master log -SF -p master log --decorate --all +rev-list --parents HEAD +rev-list --children HEAD + whatchanged master whatchanged -p master whatchanged --root master |