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.


Possible bug in git log with date ranges

2018-04-02 Thread David Hoyle
italised USES
clause. - DGH2112
* 673de9a - (Sun Oct 29 10:25:03 2017 +) Added checks and metrics
to the module and did some refactoring in the process. - DGH2112
* ecd7f2b - (Sat Oct 28 12:02:06 2017 +0100) Updated the signatures of
a few of the base methods to have CONST keywords for their parameters.
- DGH2112
* 105c6b9 - (Fri Oct 27 21:04:18 2017 +0100) Added CONST to
parameters. - DGH2112
* e639e91 - (Fri Oct 27 21:04:06 2017 +0100) Added CONST to
parameters. - DGH2112
* f4a1576 - (Fri Oct 27 21:03:56 2017 +0100) Added CONST to
parameters. - DGH2112
* de2052e - (Fri Oct 27 21:03:50 2017 +0100) Added CONST to
parameters. - DGH2112
* 23094dd - (Fri Oct 27 21:03:44 2017 +0100) Added CONST to
parameters. - DGH2112
* 40380c0 - (Fri Oct 27 21:03:39 2017 +0100) Added CONST to
parameters. - DGH2112
* 3d0aa7e - (Fri Oct 27 21:03:16 2017 +0100) Added CONST to
parameters. - DGH2112
* 88cbfe1 - (Sun Oct 22 12:03:15 2017 +0100) Updated code to a
Container parameter in AddIssue(). - DGH2112
* 05ddbcd - (Sun Oct 22 12:02:50 2017 +0100) Updated code to a
Container parameter in AddIssue(). - DGH2112

regards
David Hoyle