Re: git-ls-new-files make patch, pull, etc.

2005-09-08 Thread Jeff Carr
On 09/06/2005 02:08 PM, Junio C Hamano wrote: Jeff Carr [EMAIL PROTECTED] writes: ... If I remember correctly, there was some threads at the beginning of git about how datestamps were not accurate so there was no point in setting them(?) Or maybe I mis-understood. The point of those

Re: git-ls-new-files make patch, pull, etc.

2005-09-06 Thread Jeff Carr
On 08/22/2005 10:15 PM, Junio C Hamano wrote: Jeff Carr [EMAIL PROTECTED] writes: Something simple like the perl script at the bottom would be useful for showing files that haven't been added via git-update-cache --add already. If I am not mistaken, you just reinvented: $ git ls

suggestion: store the URL somewhere in .git/

2005-08-22 Thread Jeff Carr
It would be nice if the URL could be stored somewhere in .git/ This makes it a lot easier to update repositories because you don't always have to go and track down where you got it in the first place. Something like this perhaps: ~$ cat .git/location

Re: suggestion: store the URL somewhere in .git/

2005-08-22 Thread Jeff Carr
On 08/22/2005 01:18 PM, Johannes Schindelin wrote: Hi, On Mon, 22 Aug 2005, Jeff Carr wrote: It would be nice if the URL could be stored somewhere in .git/ This makes it a lot easier to update repositories because you don't always have to go and track down where you got it in the first