Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Organov <sorganov@gmail.com>2021-05-21 00:46:56 +0300
committerJunio C Hamano <gitster@pobox.com>2021-05-21 03:24:13 +0300
commitfaf16d4e97ed45e8e570a8d1d568449e948284f0 (patch)
tree41168b5598adbd5d084ccec449de243574b2768a /t/t4013-diff-various.sh
parent48229c193d2e6e728d3243bacea2f1e1490ced8a (diff)
t4013: test "git log -m --stat"
This is to ensure we won't break different diff formats when we start to imply "-p" by "-m". Signed-off-by: Sergey Organov <sorganov@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t4013-diff-various.sh')
-rwxr-xr-xt/t4013-diff-various.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/t4013-diff-various.sh b/t/t4013-diff-various.sh
index 1809355f9b..e53ca7aa50 100755
--- a/t/t4013-diff-various.sh
+++ b/t/t4013-diff-various.sh
@@ -338,6 +338,7 @@ log -m -p master
log --cc -m -p master
log -c -m -p master
log -m --raw master
+log -m --stat master
log -SF master
log -S F master
log -SF -p master