Re: git reflog --date

2014-11-04 Thread Phil Hord
On Tue, Oct 21, 2014 at 1:24 PM, Junio C Hamano wrote: > John Tapsell writes: > >> Hi all, >> >> Could we add a default to "--date" so that: >> >> git reflog --date >> >> just works? (Currently you need to do: git reflog --dat

Re: git reflog --date

2014-10-21 Thread Junio C Hamano
John Tapsell writes: > On 21 October 2014 19:06, Junio C Hamano wrote: >> John Tapsell writes: >> >>> For me, writing "git reflog @{now}" is a lot less intuitive than "git >>> reflog --date" >>> >>> Currently the top go

Re: git reflog --date

2014-10-21 Thread Junio C Hamano
Junio C Hamano writes: > John Tapsell writes: > >> For me, writing "git reflog @{now}" is a lot less intuitive than "git >> reflog --date" >> >> Currently the top google search for this question is here: >> >> http://stackoverflo

Re: git reflog --date

2014-10-21 Thread John Tapsell
Great - now I just need to persuade someone very nice nicely.. :-) On 21 October 2014 19:06, Junio C Hamano wrote: > John Tapsell writes: > >> For me, writing "git reflog @{now}" is a lot less intuitive than "git >> reflog --date" >> >> Current

Re: git reflog --date

2014-10-21 Thread Junio C Hamano
John Tapsell writes: > For me, writing "git reflog @{now}" is a lot less intuitive than "git > reflog --date" > > Currently the top google search for this question is here: > > http://stackoverflow.com/questions/17369254/is-there-a-way-to-cause-git-refl

Re: git reflog --date

2014-10-21 Thread John Tapsell
For me, writing "git reflog @{now}" is a lot less intuitive than "git reflog --date" Currently the top google search for this question is here: http://stackoverflow.com/questions/17369254/is-there-a-way-to-cause-git-reflog-to-show-a-date-alongside-each-entry Which doesn

Re: git reflog --date

2014-10-21 Thread Junio C Hamano
John Tapsell writes: > Hi all, > > Could we add a default to "--date" so that: > > git reflog --date > > just works? (Currently you need to do: git reflog --date=iso) It > should probably obey the default in log.date? Hmph. "--date=

git reflog --date

2014-10-21 Thread John Tapsell
Hi all, Could we add a default to "--date" so that: git reflog --date just works? (Currently you need to do: git reflog --date=iso) It should probably obey the default in log.date? Also, could we add this "--date" option to the man page please? It's an extrem