Re: [git-users] Non-Git records

2010-07-22 Thread Alan Hawrylyshen
> > So do developers generally just use the information obtainable from Git > itself or do they keep external notes too; and if so, what do they look > like? > > Thanks > > Roddie Grant My 2 cents. Alan -- Alan Hawrylyshen a l a n a t p o l y p h a s e d o t c a -- Y

Re: [git-users] git branch best practices.

2010-04-21 Thread Alan Hawrylyshen
might fix is all with a single repository and would be an approach I would consider. Alan -- Alan Hawrylyshen a l a n a t p o l y p h a s e d o t c a -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To post to this group, send

Re: [git-users] listing what files were changed in commit

2010-03-19 Thread Alan Hawrylyshen
git log --stats ? Alan Sent from my mobile device. On 2010-03-19, at 10:22, Marcin Krol wrote: Hello, I can list patches using git log -p. But sometimes that's too detailed and I just would like to display a list of files that were affected in a given commit. Is there some way to do i

Re: [git-users] list files under tag ???

2009-12-06 Thread Alan Hawrylyshen
Perhaps another clarification: A commit is not just the files modified by that commit but the state of the whole working view / repository at that commit. That was an "a ha!" moment for me. Alan Sent from my mobile device. On Dec 6, 2009, at 21:56, Paul Beckingham wrote: > Vijay, > > If

Re: [git-users] Re: question regarding multiple ssh keys

2009-12-01 Thread Alan Hawrylyshen
nfirm this is the case with git? What does git remote show origin output in the repositories where you have setup these origins? I'm tempted to say that your ssh configuration is fine at this point. Not 100% where to debug it next - I'm a relative git newbie; with tons of ssh

Re: [git-users] question regarding multiple ssh keys

2009-12-01 Thread Alan Hawrylyshen
th no problems. HTH, Alan -- Alan Hawrylyshen a l a n a t p o l y p h a s e d o t c a -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To post to this group, send email to git-us...@googlegroups.com. To unsubscribe from t

Re: [git-users] Re: Ambiguous ref names

2009-11-20 Thread Alan Hawrylyshen
to prefix my tracking branches. Alan Hawrylyshen -- Alan Hawrylyshen a l a n a t p o l y p h a s e d o t c a -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To post to this group, send email to git-us...@googlegroups.com. To u

[git-users] Re: More specific

2009-10-23 Thread Alan Hawrylyshen
ser experience stories: http://www.shakthimaan.com/installs/gitosis.html http://hokietux.net/blog/?p=58 <- would not load for me http://wiki.archlinux.org/index.php/Setting_Up_Git_ACL_Using_gitosis http://eagain.net/gitweb/?p=gitosis.git;a=blob;f=README.rst <-- official embedded docs Alan