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 >

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. > > >

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

2005-09-06 Thread Jeff Carr
On 08/22/2005 11:48 PM, Johannes Schindelin wrote: > >>patch: > > "git diff" > > >>push: > > "git push origin" (or maybe "git push HEAD:origin") > > >>pull: > > "git pull origin" > > >>commit: >> vi changelog.txt >> GIT_AUTHOR_NAME="$(GIT_AUTHOR_NAME)" \ >> GIT_AUTHOR_EMAIL

git-ls-new-files & make patch, pull, etc.

2005-08-22 Thread Jeff Carr
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. I've also found it useful to start adding things to the Makefile's of the projects I'm putting in git repositories. I think it would be useful to come u

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

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 rsync://rsync.kernel.org/pub/scm/linux/kernel/g

Re: kernel.org git web interface

2005-08-12 Thread Jeff Carr
> On Wed, Aug 10, 2005 at 03:59:02PM +, Hubert Tonneau wrote: > >>The 'V' column on http://www.kernel.org/ is very convienient to review what >>has changed in a new kernel (files list, then simple clic diff access to the >>selected file). >> >>Now, the git changelog is also interesting (provid