# HG changeset patch # User Oleksandr Gavenko # Date 1361879680 -7200 # Node ID e752deb194d306d055cb76825b28070b08c35eb3 # Parent 9eaa8498c4919000914a0667906b10a835e2d5a6 Use ISO 8601 date format for "git log". diff -r 9eaa8498c491 -r e752deb194d3 .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 +