Re: since/after not working properly

2016-05-19 Thread Hawk, Jeff
Thanks for your help and sorry for my confused regarding ad and cd. From: Junio C Hamano Sent: Thursday, May 19, 2016 2:03:54 PM To: Hawk, Jeff Cc: Git Mailing List Subject: Re: since/after not working properly "Hawk, Jeff" writes: > They

Re: since/after not working properly

2016-05-19 Thread Junio C Hamano
"Hawk, Jeff" writes: > They suggest this: > git log --all --numstat --date=short --pretty=format:'--%h--%ad--%aN' > --no-renames > > Seems like the %ad should be %cd. I have no opinion on that. If somebody wants to show author dates, that's her choice. -- To unsubscribe from this list: send th

Re: since/after not working properly

2016-05-19 Thread Hawk, Jeff
ards, Jeff H From: jch2...@gmail.com on behalf of Junio C Hamano Sent: Thursday, May 19, 2016 12:27:17 PM To: Hawk, Jeff Cc: Git Mailing List Subject: Re: since/after not working properly On Thu, May 19, 2016 at 8:41 AM, Jeff Hawk wrote: > [jeff:~/sr

Re: since/after not working properly

2016-05-19 Thread Junio C Hamano
On Thu, May 19, 2016 at 8:41 AM, Jeff Hawk wrote: > [jeff:~/src/git] master* 2s ± git log --pretty=format:"%ad" --date=short Perhaps try it with %cd instead of %ad? -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majord...@vger.kernel.org More majordo

since/after not working properly

2016-05-19 Thread Jeff Hawk
[jeff:~/src/git] master* 2s ± git log --pretty=format:"%ad" --date=short --after=2016-05-01 | sort -u 2016-04-14 2016-04-27 2016-04-29 2016-05-01 2016-05-02 2016-05-03 2016-05-04 2016-05-05 2016-05-06 2016-05-07 2016-05-08 2016-05-09 2016-05-10 2016-05-11 2016-05-12 2016-05-13 2016-05-17 2016-05-