Re: [git-users] I am a newbie

2016-04-30 Thread Mark Waite
On Saturday, April 30, 2016 at 1:13:29 AM UTC-6, Alekhya Vellanki wrote: > > Thank you for your advice Mr Dale. > > It would be helpful if you could suggest a few projects to me for the > skills that I have. > If you're interested in git and exploring Java, you might consider helping to

Re: [git-users] Understanding 'git log -S'

2016-04-30 Thread Philip Oakley
From: "Philip Oakley" Sent: Saturday, April 30, 2016 12:29 PM I'm trying to review all the commits that touch the string 'MSVC' within the code (as part of https://github.com/git-for-windows/git/pull/256). I've used 'git log -SMSVC --pretty='tformat:%h (%s, %ad)'

[git-users] Understanding 'git log -S'

2016-04-30 Thread Philip Oakley
I'm trying to review all the commits that touch the string 'MSVC' within the code (as part of https://github.com/git-for-windows/git/pull/256). I've used 'git log -SMSVC --pretty='tformat:%h (%s, %ad)' --date=short --reverse' to get a nice list of those commits. However I seem to be getting

Re: [git-users] I am a newbie

2016-04-30 Thread Alekhya Vellanki
Thank you for your advice Mr Dale. It would be helpful if you could suggest a few projects to me for the skills that I have. On 30 Apr 2016 00:32, "Dale R. Worley" wrote: > Alekhya Vellanki writes: > > I'd like to start contributing to git. > > > >