Files
git/Documentation
Eugene Letuchy 31653c1abc Make git blame's date output format configurable, like git log
Add the following:

 - git config value blame.date that expects one of the git log date
   formats (e.g. relative,local,default,iso,...);

 - git blame command line option --date expects one of the git
   log date formats;

 - documentation in blame-options.txt;

 - git blame uses the appropriate date.c functions and enums to
   make sense of the date format and provide appropriate data;

git blame continues to line up the output columns by padding the date
column up to the max width of the chosen date format.

The date format for git blame without both blame.date and --date continues
to be ISO for backwards compatibility.

git annotate ignores the date format specifiers and continues to uses the
ISO format, as before.

Signed-off-by: Eugene Letuchy <eugene@facebook.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2009-03-05 22:56:13 -08:00
..
2009-02-04 00:12:19 -08:00
2009-02-15 01:44:15 -08:00
2008-04-22 21:53:37 -07:00
2008-11-27 01:17:23 -08:00
2009-01-25 18:56:13 -08:00
2009-02-19 23:44:07 -08:00
2008-08-01 23:21:44 -07:00
2008-11-12 15:03:57 -08:00
2008-10-09 11:26:17 -07:00
2008-12-12 20:39:41 -08:00
2008-07-05 18:33:16 -07:00
2009-01-23 21:51:20 -08:00
2008-08-01 23:21:44 -07:00
2008-08-01 23:21:44 -07:00
2008-11-04 15:11:26 -08:00
2008-11-11 12:55:42 -08:00
2008-08-01 23:21:44 -07:00
2008-08-01 23:21:44 -07:00
2008-08-01 23:21:44 -07:00
2008-08-01 23:21:44 -07:00
2008-08-01 23:21:44 -07:00
2008-08-01 23:21:44 -07:00
2008-08-09 01:40:08 -07:00
2008-12-29 01:21:45 -08:00
2008-08-08 18:27:19 -07:00
2008-08-01 23:21:44 -07:00
2008-08-01 23:21:44 -07:00
2008-08-01 23:21:44 -07:00
2009-01-28 11:33:51 -08:00
2008-08-01 23:21:44 -07:00
2008-08-01 23:21:44 -07:00
2009-02-07 11:18:40 -08:00
2008-07-05 18:33:16 -07:00
2009-01-17 23:04:40 -08:00
2009-01-07 00:09:10 -08:00
2008-01-29 22:00:34 -08:00
2007-10-03 02:33:48 -07:00
2007-11-18 14:00:38 -08:00
2007-12-01 11:20:00 -08:00
2008-01-07 22:41:43 -08:00
2008-02-17 00:20:38 -08:00
2008-02-17 00:20:38 -08:00
2008-02-23 11:31:04 -08:00
2008-06-26 17:11:21 -07:00
2008-12-16 22:06:47 -08:00
2008-02-01 19:10:10 -08:00
2008-04-20 11:36:53 -07:00
2008-05-25 21:11:24 -07:00
2008-05-27 22:32:47 -07:00
2008-06-07 11:45:48 -07:00
2008-06-26 17:59:51 -07:00
2008-12-16 22:08:28 -08:00
2008-04-07 21:57:43 -07:00
2008-06-25 17:13:48 -07:00
2008-07-04 01:38:41 -07:00
2008-07-13 15:23:43 -07:00
2008-07-19 10:58:01 -07:00
2008-08-06 13:40:53 -07:00
2008-12-16 22:13:36 -08:00
2008-06-18 13:09:43 -07:00
2008-08-24 14:47:24 -07:00
2008-10-21 13:37:42 -07:00
2008-12-07 15:11:54 -08:00
2008-12-19 19:27:35 -08:00
2008-08-17 11:42:10 -07:00
2009-01-25 12:41:09 -08:00
2009-01-29 00:12:52 -08:00
2009-02-07 00:51:47 -08:00
2009-02-11 18:44:03 -08:00
2008-12-24 19:41:08 -08:00
2009-02-15 01:49:13 -08:00
2009-02-20 21:45:42 -08:00