diff options
author | Junio C Hamano <gitster@pobox.com> | 2010-03-08 21:11:40 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-03-09 01:11:18 -0800 |
commit | 126f431ab61b250deab2b46f933a5bcd35a71c6b (patch) | |
tree | ea4bdf73045bf890f8d5969129715b283f961448 /t/t4013-diff-various.sh | |
parent | 88d9d45d071379e81e585faa95e4f28414d7d973 (diff) | |
download | git-126f431ab61b250deab2b46f933a5bcd35a71c6b.tar.gz |
t4013: add tests for log -p -m --first-parent
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 8e3694ed5b..68cb651645 100755 --- a/t/t4013-diff-various.sh +++ b/t/t4013-diff-various.sh @@ -204,6 +204,9 @@ log --root --patch-with-stat --summary master log --root -c --patch-with-stat --summary master # improved by Timo's patch log --root --cc --patch-with-stat --summary master +log -p --first-parent master +log -m -p --first-parent master +log -m -p master log -SF master log -SF -p master log --decorate --all |