Bug#704005: git cvsimport: reads /tmp/.gitattributes

2018-12-16 Thread Helmut Grohne
Hi Jonathan, On Sun, Dec 16, 2018 at 01:45:48PM -0800, Jonathan Nieder wrote: > > git-cvsimport invokes git-hash-object in a way that causes it to read > > /tmp/.gitattributes. This patch avoids the behaviour by passing > > --no-filters to > > git-hash-object. An alternative approach would be to

Bug#704005: git cvsimport: reads /tmp/.gitattributes

2018-12-16 Thread Jonathan Nieder
Hi Helmut, In April, 2013, Helmut Grohne wrote: > I verified that the attached patch solves this particular issue. > > Helmut > Description: Avoid reading /tmp/.gitattributes > Author: Helmut Grohne > Last-Update: 2013-04-03 > Bug-Debian: http://bugs.debian.org/704005 > > git-cvsimport invokes g

Bug#704005: git cvsimport: reads /tmp/.gitattributes

2013-04-03 Thread Helmut Grohne
Control: tags -1 + patch On Mon, Apr 01, 2013 at 12:01:33AM -0700, Jonathan Nieder wrote: > In the meantime, either of your proposed fixes for cvsimport sounds > good to me. Care to try it out and send a patch? I verified that the attached patch solves this particular issue. Helmut Description:

Bug#704005: git cvsimport: reads /tmp/.gitattributes

2013-04-01 Thread Jonathan Nieder
tags 704005 + upstream clone 704005 -1 reassign -1 git 1:1.7.10.4-2 retitle -1 "git hash-object -w /tmp/path" reads /tmp/.gitattributes quit Hi Helmut, Helmut Grohne wrote: > I noticed that when running git-cvsimport it would invoke git > hash-object in a way that causes it to read /tmp/.gitattr