git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Bug: file named - on git commit
@ 2013-01-28 10:38 Rene Moser
  2013-01-28 10:56 ` Matthieu Moy
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Rene Moser @ 2013-01-28 10:38 UTC (permalink / raw)
  To: git

[-- Attachment #1: Type: text/plain, Size: 449 bytes --]

Hi

Found a little issue in git version 1.7.9.5 if a file named "-", causing
"git commit" to read from stdin.

(So you must hit ctrl-d or ctrl-c to finish the commit.)

Everything looks ok to me after the commit. Other users reported to be
fixed in 1.8.1.1 but haven't it tested myself.

This does not work:

mkdir tmp && cd tmp;
echo foo >./-;
git init; git add .;
git commit -m "is this a bug?"

Kind regards

René







[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 263 bytes --]

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2013-02-04 19:33 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-28 10:38 Bug: file named - on git commit Rene Moser
2013-01-28 10:56 ` Matthieu Moy
2013-01-28 10:58 ` Duy Nguyen
2013-01-28 11:05 ` Thomas Rast
2013-01-28 11:19   ` [CLOSED FIXED] " Rene Moser
2013-01-28 20:41   ` Jonathan Nieder
2013-01-28 20:51     ` Junio C Hamano
2013-01-28 21:01     ` Junio C Hamano
2013-02-04 17:43     ` Junio C Hamano
2013-02-04 19:32       ` Jonathan Nieder

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).