]> git.ipfire.org Git - thirdparty/git.git/commit - t/t4014-format-patch.sh
format-patch: teach --interdiff to respect -v/--reroll-count
authorEric Sunshine <sunshine@sunshineco.com>
Sun, 22 Jul 2018 09:57:06 +0000 (05:57 -0400)
committerJunio C Hamano <gitster@pobox.com>
Mon, 23 Jul 2018 19:50:06 +0000 (12:50 -0700)
commit5ac290f9c00edb8963585c322fae9fb06a98167d
treedf27551cf485fa788794bd019f7729655a842716
parent126facf8219177bc265be725a8579c86ebdf99a5
format-patch: teach --interdiff to respect -v/--reroll-count

The --interdiff option introduces the embedded interdiff generically as
"Interdiff:", however, we can do better when --reroll-count is specified
by emitting "Interdiff against v{n}:" instead.

Signed-off-by: Eric Sunshine <sunshine@sunshineco.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/log.c
revision.h
t/t4014-format-patch.sh