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
>
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.
>
>
>
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
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
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
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
> 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
7 matches
Mail list logo