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:55 +0300
committerJunio C Hamano <gitster@pobox.com>2021-05-21 03:24:13 +0300
commit48229c193d2e6e728d3243bacea2f1e1490ced8a (patch)
treebe0bcc997b7424e603436f0536d10fc6cdf3e05d /t/t4013-diff-various.sh
parent7a55fa0e0bb88e2bf721bc65cc55cd6b435a8373 (diff)
t4013: test "git log -m --raw"
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 e9f67cd243..1809355f9b 100755
--- a/t/t4013-diff-various.sh
+++ b/t/t4013-diff-various.sh
@@ -337,6 +337,7 @@ log -m -p --first-parent master
log -m -p master
log --cc -m -p master
log -c -m -p master
+log -m --raw master
log -SF master
log -S F master
log -SF -p master