Re: git log --oneline cannot display dates

2018-04-02 Thread Jeff King
On Mon, Apr 02, 2018 at 01:05:01PM +0100, David Hoyle wrote: > When using the git log command with the --oneline switch, you cannot > add the --date= switch to see the dates. Right. --date is just about selecting which date format to show, not whether to show one. The decision of what to show is

git log --oneline cannot display dates

2018-04-02 Thread David Hoyle
When using the git log command with the --oneline switch, you cannot add the --date= switch to see the dates. The only workaround is to create an alias and use the --pretty-format which doesn't provide the ability to colour the branch and tag information (as far as i can tell). regards David Hoyle