Re: [RFD] use approxidate for git commit --date=xyz?

2014-05-07 Thread Peter Krefting
Junio C Hamano: But why does the workflow need --date=now in the first place? I tend to do this quite a lot, after fixing up a commit using rebase, I notice that the commit date is when I first started fixing the issue, even if that was a week or so ago. I then like to reset the commit

Re: [RFD] use approxidate for git commit --date=xyz?

2014-05-01 Thread Jeff King
On Wed, Apr 30, 2014 at 02:34:59PM -0700, Junio C Hamano wrote: Linus Torvalds torva...@linux-foundation.org writes: I just got a comment saying that git commit --amend --date=now doesn't work. I replied that you can use --date=$(date) Offhand without double-checking

Re: [RFD] use approxidate for git commit --date=xyz?

2014-04-30 Thread Junio C Hamano
Linus Torvalds torva...@linux-foundation.org writes: I just got a comment saying that git commit --amend --date=now doesn't work. I replied that you can use --date=$(date) Offhand without double-checking the actual codepath I do not have objection against approxidate-careful. But