Re: Temporary git files for the gitdir created on a separate drive in workdir

2018-09-11 Thread Duy Nguyen
On Mon, Sep 10, 2018 at 12:27 PM Hultqvist wrote: > > Sending again without HTML > > Den mån 10 sep. 2018 kl 12:28 skrev Hultqvist : > > > > First I need to correct my previous observations. Please don't top-post. > > Today there appeared new set of config files in the root. > > I looked into a

Re: Temporary git files for the gitdir created on a separate drive in workdir

2018-09-10 Thread Hultqvist
Sending again without HTML Den mån 10 sep. 2018 kl 12:28 skrev Hultqvist : > > First I need to correct my previous observations. > > Today there appeared new set of config files in the root. > I looked into a few of them and found that their content doesn't match that > of the repo at "G:/Min

Re: Temporary git files for the gitdir created on a separate drive in workdir

2018-09-09 Thread Hultqvist
Since this thread started I haven't seen a single file mentioned being created, Usually they appear during work days when there is more activity. I've never seen the files created directly, only a larger amount of them once in a while. I will run process monitor and get back once I find out more.

Re: Temporary git files for the gitdir created on a separate drive in workdir

2018-09-08 Thread Duy Nguyen
On Sat, Sep 8, 2018 at 3:09 PM Duy Nguyen wrote: > > On Sat, Sep 8, 2018 at 11:28 AM Hultqvist wrote: > > > > The bash commands are using a git and bash bundle that was installed > > in parallel with gitextensions(a gui for git) > > > > G:\Min enhet> set GIT_TRACE_SETUP=1 > > G:\Min enhet> git

Re: Temporary git files for the gitdir created on a separate drive in workdir

2018-09-08 Thread Duy Nguyen
On Sat, Sep 8, 2018 at 11:28 AM Hultqvist wrote: > > The bash commands are using a git and bash bundle that was installed > in parallel with gitextensions(a gui for git) > > G:\Min enhet> set GIT_TRACE_SETUP=1 > G:\Min enhet> git st > 10:40:28.881927 trace.c:318 setup: git_dir: >

Re: Temporary git files for the gitdir created on a separate drive in workdir

2018-09-08 Thread Hultqvist
The bash commands are using a git and bash bundle that was installed in parallel with gitextensions(a gui for git) G:\Min enhet> set GIT_TRACE_SETUP=1 G:\Min enhet> git st 10:40:28.881927 trace.c:318 setup: git_dir: C:/Users/hultqvist/Drive.git 10:40:28.881927 trace.c:319

Re: Temporary git files for the gitdir created on a separate drive in workdir

2018-09-08 Thread Duy Nguyen
On Fri, Sep 7, 2018 at 6:48 PM Junio C Hamano wrote: > > Hultqvist writes: > > > Considering that the gitdir could be located on a different drive than > > the workdir wouldn't it make more sense to create the temporary files > > in a subdirectory inside the gitdir rather tan in the workdir? > >

Re: Temporary git files for the gitdir created on a separate drive in workdir

2018-09-07 Thread Junio C Hamano
Hultqvist writes: > Considering that the gitdir could be located on a different drive than > the workdir wouldn't it make more sense to create the temporary files > in a subdirectory inside the gitdir rather tan in the workdir? I do not think we intend to create temporary files, whose final

Temporary git files for the gitdir created on a separate drive in workdir

2018-09-07 Thread Hultqvist
I'm having two types of git repos in separate drives, in this case G: is a Google Drive File Stream meaning a slow synchronized storage. First repo: Workdir: G:\Test1 Gitdir: C:\Test1.git G:\Test1\.git containing "gitdir: C:\Test1.git" Second repo: Workdir: G:\Test2 Gitdir: G:\Test2\.git In the