[git-users] git Bad file number

2013-09-18 Thread Armando Freire
Hello guys! I've been trying to git archive a new version of the system I'm currently working on, but, suddenly, the git archive command, which I used to use, stopped working. I use the git archive followed by the git diff + filters, that is necessary only to get the diff between the tagged

Re: [git-users] git Bad file number

2013-09-18 Thread Armando Freire
command to use, in order to make Git ignore all previous versions and start picking everything within the range I set. Actually this is exactly what Git should be doing! On Wednesday, September 18, 2013 4:19:45 PM UTC-3, Andy wrote: On 18/09/2013 18:47, Armando Freire wrote: Hello guys

[git-users] Re: git Bad file number

2013-09-19 Thread Armando Freire
, Armando Freire wrote: Hello guys! I've been trying to git archive a new version of the system I'm currently working on, but, suddenly, the git archive command, which I used to use, stopped working. I use the git archive followed by the git diff + filters, that is necessary only to get

Re: [git-users] Re: git Bad file number

2013-09-20 Thread Armando Freire
! Is there any other idea? :D On Thursday, September 19, 2013 4:21:31 PM UTC-3, Paul Smith wrote: On Thu, 2013-09-19 at 20:09 +0100, Andy Hardy wrote: On 19/09/2013 19:25, Armando Freire wrote: git archive -o ./TAGver.zip TAGver $(git diff --name-only startTAGver endTAGver --diff-filter