From: "Ævar Arnfjörð Bjarmason" <avarab@gmail.com>
To: git@vger.kernel.org
Cc: "Junio C Hamano" <gitster@pobox.com>,
"Ævar Arnfjörð Bjarmason" <avarab@gmail.com>
Subject: [PATCH] log: test for regression introduced in v1.7.2-rc0~103^2~2
Date: Sat, 14 Aug 2010 01:10:47 +0000 [thread overview]
Message-ID: <1281748247-8180-1-git-send-email-avarab@gmail.com> (raw)
In-Reply-To: <7vzkwqi10w.fsf@alter.siamese.dyndns.org>
Add a regression test for the git log -M --follow --name-only bug
introduced in v1.7.2-rc0~103^2~2
Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
---
t/t4202-log.sh | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/t/t4202-log.sh b/t/t4202-log.sh
index 95ac3f8..ff624f4 100755
--- a/t/t4202-log.sh
+++ b/t/t4202-log.sh
@@ -441,5 +441,14 @@ test_expect_success 'log.decorate configuration' '
'
+test_expect_success 'Regression test for v1.7.2-rc0~103^2~2' '
+ # Needs an unrelated root commit
+ test_commit README &&
+ >Foo.bar &&
+ git add Foo.bar &&
+ git commit --allow-empty-message </dev/null &&
+ git log -M --follow --name-only Foo.bar
+'
+
test_done
--
1.7.2.1.338.ge1a5e
next prev parent reply other threads:[~2010-08-14 1:11 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-08-13 11:25 BUG: git log: fatal: internal error in diff-resolve-rename-copy Constantine Plotnikov
2010-08-13 13:38 ` Ævar Arnfjörð Bjarmason
2010-08-13 17:36 ` Junio C Hamano
2010-08-13 17:53 ` Linus Torvalds
2010-08-13 19:12 ` Junio C Hamano
2010-08-13 19:46 ` [PATCH] diff --follow: do call diffcore_std() as necessary Junio C Hamano
2010-08-13 21:27 ` Ævar Arnfjörð Bjarmason
2010-08-13 22:46 ` Junio C Hamano
2010-08-14 1:10 ` Ævar Arnfjörð Bjarmason [this message]
2010-08-14 1:19 ` [PATCH] log: test for regression introduced in v1.7.2-rc0~103^2~2 Ævar Arnfjörð Bjarmason
2010-08-15 9:08 ` Junio C Hamano
2010-08-15 9:24 ` Ævar Arnfjörð Bjarmason
2010-08-16 1:49 ` Junio C Hamano
2010-08-16 2:01 ` Ævar Arnfjörð Bjarmason
2010-08-15 10:16 ` [PATCH v2] " Ævar Arnfjörð Bjarmason
2010-08-17 14:48 ` BUG: git log: fatal: internal error in diff-resolve-rename-copy Constantine Plotnikov
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1281748247-8180-1-git-send-email-avarab@gmail.com \
--to=avarab@gmail.com \
--cc=git@vger.kernel.org \
--cc=gitster@pobox.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).