Use ISO 8601 date format for "git log".
authorOleksandr Gavenko <gavenkoa@gmail.com>
Tue, 26 Feb 2013 13:54:40 +0200
changeset 620 e752deb194d3
parent 617 9eaa8498c491
child 621 c26afe3a6d86
Use ISO 8601 date format for "git log".
.gitconfig
--- a/.gitconfig	Fri Feb 15 17:07:53 2013 +0200
+++ b/.gitconfig	Tue Feb 26 13:54:40 2013 +0200
@@ -44,3 +44,7 @@
 # The number of files to consider when performing the copy/rename
 # detection; equivalent to the git diff option -l.
 # renamelimit = 0
+
+[log]
+date = iso
+