Re: git leaves behind .git/COMMIT_EDITMSG non-shared in --shared non-bare repo

2015-12-19 Thread Johannes Schindelin
Hi Gábor, On Sat, 19 Dec 2015, SZEDER Gábor wrote: > > On Fri, 18 Dec 2015, Yaroslav Halchenko wrote: > > > > > Not sure for what batch operations that file is actually useful, > > > > None. This file is written when you commit interactively. It is deleted > > afterwards, unless aborted in a fa

Re: git leaves behind .git/COMMIT_EDITMSG non-shared in --shared non-bare repo

2015-12-19 Thread Yaroslav Halchenko
fwiw that file is created not only by interactive tasks by with a regular commit -m msg as well. On December 19, 2015 5:40:43 AM EST, Johannes Schindelin wrote: >Hi Yaroslav, > >On Fri, 18 Dec 2015, Yaroslav Halchenko wrote: > >> Not sure for what batch operations that file is actually useful,

Re: git leaves behind .git/COMMIT_EDITMSG non-shared in --shared non-bare repo

2015-12-19 Thread SZEDER Gábor
> On Fri, 18 Dec 2015, Yaroslav Halchenko wrote: > > > Not sure for what batch operations that file is actually useful, > > None. This file is written when you commit interactively. It is deleted > afterwards, unless aborted in a fatal manner. Is it? I have a COMMIT_EDITMSG lying around in just

Re: git leaves behind .git/COMMIT_EDITMSG non-shared in --shared non-bare repo

2015-12-19 Thread Johannes Schindelin
Hi Yaroslav, On Fri, 18 Dec 2015, Yaroslav Halchenko wrote: > Not sure for what batch operations that file is actually useful, None. This file is written when you commit interactively. It is deleted afterwards, unless aborted in a fatal manner. So I would try to find out who the heck is working

git leaves behind .git/COMMIT_EDITMSG non-shared in --shared non-bare repo

2015-12-18 Thread Yaroslav Halchenko
Not sure for what batch operations that file is actually useful, but the story is that if we have a shared git repo (I know -- might not be as common of a situation but possible and allowed to happen), then if one from the shared group commits within that repository, it becomes impossible for anoth