]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t4013-diff-various.sh
t4013: add tests for log -p -m --first-parent
[thirdparty/git.git] / t / t4013-diff-various.sh
index 8b33321f8c44dc7f8a08fa144bca4f10444ceaa1..68cb651645fd5b867d08ccd93e5db8755411eb10 100755 (executable)
@@ -204,9 +204,13 @@ 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
+log --decorate=full --all
 
 rev-list --parents HEAD
 rev-list --children HEAD