From 126f431ab61b250deab2b46f933a5bcd35a71c6b Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Mon, 8 Mar 2010 21:11:40 -0800 Subject: t4013: add tests for log -p -m --first-parent Signed-off-by: Junio C Hamano --- t/t4013-diff-various.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 't/t4013-diff-various.sh') 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 -- cgit v1.2.1