From: Jeff King <peff@peff.net>
To: "Torsten Bögershausen" <tboegi@web.de>
Cc: apelisse@gmail.com, Git Mailing List <git@vger.kernel.org>
Subject: Re: t7061: comments and one failure
Date: Sat, 5 Jan 2013 06:24:33 -0500 [thread overview]
Message-ID: <20130105112432.GA14666@sigill.intra.peff.net> (raw)
In-Reply-To: <50E8096C.7000501@web.de>
On Sat, Jan 05, 2013 at 12:07:24PM +0100, Torsten Bögershausen wrote:
> TC 9 is failing (Mac OS X 10.6),
Yeah, I can reproduce the problem here on my OS X test box. It seems to
be related to core.ignorecase. If you put
git config core.ignorecase false
at the top of t7061, it passes on OS X. Likewise, if you set it to true,
it will start failing on Linux.
So it looks like a real bug, not a test-portability issue.
> Looking into the code, there are 2 questions:
>
> 1) echo "ignored" >.gitignore &&
> We don't need the quoting of a simple string which does not have space in it.
No, but it does not hurt anything.
> 2) : >untracked/ignored &&
> Do we need the colon here?
No, but it does not hurt anything.
-Peff
next prev parent reply other threads:[~2013-01-05 11:25 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-01-05 11:07 t7061: comments and one failure Torsten Bögershausen
2013-01-05 11:24 ` Jeff King [this message]
2013-01-05 11:29 ` Antoine Pelisse
2013-01-05 20:42 ` [PATCH] status: report ignored yet tracked directories Antoine Pelisse
2013-01-05 21:27 ` Torsten Bögershausen
2013-01-05 23:03 ` Jeff King
2013-01-06 16:40 ` Antoine Pelisse
2013-01-07 8:33 ` Jeff King
2013-01-06 22:09 ` [PATCH v2] status: always report ignored " Antoine Pelisse
2013-01-07 17:21 ` Torsten Bögershausen
2013-01-07 17:50 ` Junio C Hamano
2013-01-07 19:06 ` Junio C Hamano
2013-01-07 20:24 ` Antoine Pelisse
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=20130105112432.GA14666@sigill.intra.peff.net \
--to=peff@peff.net \
--cc=apelisse@gmail.com \
--cc=git@vger.kernel.org \
--cc=tboegi@web.de \
/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).