Re: Bug: file named - on git commit

2013-02-04 Thread Jonathan Nieder
Junio C Hamano wrote: (some may be too minor to be worth backproting, for example). Yes, this is the part I was asking for help with. Backporting is easy but convincing the release team and upgrade-averse sysadmins to like the result generally isn't. Occasional nominations of the

Bug: file named - on git commit

2013-01-28 Thread Rene Moser
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

Re: Bug: file named - on git commit

2013-01-28 Thread Matthieu Moy
Rene Moser m...@renemoser.net writes: Hi Found a little issue in git version 1.7.9.5 if a file named -, causing git commit to read from stdin. Can't reproduce with Git version 1.8.1.1.440.g1d329bd, this probably has been fixed already. -- Matthieu Moy http://www-verimag.imag.fr/~moy/ -- To

Re: Bug: file named - on git commit

2013-01-28 Thread Duy Nguyen
On Mon, Jan 28, 2013 at 5:38 PM, Rene Moser m...@renemoser.net wrote: 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

Re: Bug: file named - on git commit

2013-01-28 Thread Thomas Rast
Rene Moser m...@renemoser.net writes: 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

[CLOSED FIXED] Bug: file named - on git commit

2013-01-28 Thread Rene Moser
On 01/28/2013 12:05 PM, Thomas Rast wrote: This was fixed by Junio around 4682d85 (diff-index.c: git diff has no need to read blob from the standard input, 2012-06-27), which is included starting with v1.7.12 and the v1.7.11.3 maint release. Please upgrade. Thanks. signature.asc

Re: Bug: file named - on git commit

2013-01-28 Thread Jonathan Nieder
Hi, Thomas Rast wrote: Rene Moser m...@renemoser.net writes: 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.) [...] This was fixed by Junio around 4682d85 (diff-index.c: git diff

Re: Bug: file named - on git commit

2013-01-28 Thread Junio C Hamano
Jonathan Nieder jrnie...@gmail.com writes: Thomas Rast wrote: Rene Moser m...@renemoser.net writes: 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.) [...] This was fixed by Junio

Re: Bug: file named - on git commit

2013-01-28 Thread Junio C Hamano
Jonathan Nieder jrnie...@gmail.com writes: Thomas Rast wrote: Rene Moser m...@renemoser.net writes: 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.) [...] This was fixed by Junio