Re: git reflog --date

2014-11-04 Thread Phil Hord
On Tue, Oct 21, 2014 at 1:24 PM, Junio C Hamano gits...@pobox.com wrote: John Tapsell johnf...@gmail.com 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

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 extremely useful option to know

Re: git reflog --date

2014-10-21 Thread Junio C Hamano
John Tapsell johnf...@gmail.com 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=style is not the way to choose between timed

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't mention @{now} at all

Re: git reflog --date

2014-10-21 Thread Junio C Hamano
John Tapsell johnf...@gmail.com 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-reflog-to-show-a-date-alongside-each

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 gits...@pobox.com wrote: John Tapsell johnf...@gmail.com writes: For me, writing git reflog @{now} is a lot less intuitive than git reflog --date Currently the top google search

Re: git reflog --date

2014-10-21 Thread Junio C Hamano
Junio C Hamano gits...@pobox.com writes: John Tapsell johnf...@gmail.com 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

Re: git reflog --date

2014-10-21 Thread Junio C Hamano
John Tapsell johnf...@gmail.com writes: On 21 October 2014 19:06, Junio C Hamano gits...@pobox.com wrote: John Tapsell johnf...@gmail.com 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