Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'jk/maint-sha1-file-name-fix'
[gitweb.git]
/
builtin
/
blame.c
diff --git
a/builtin/blame.c
b/builtin/blame.c
index 4dd4c3f494042c91e2fa481314d2d8d6d61d9c43..8506286dd271d4e92369d81ec2cce9240a559d64 100644
(file)
--- a/
builtin/blame.c
+++ b/
builtin/blame.c
@@
-39,7
+39,7
@@
static int show_root;
static int reverse;
static int blank_boundary;
static int incremental;
-static int xdl_opts
= XDF_NEED_MINIMAL
;
+static int xdl_opts;
static enum date_mode blame_date_mode = DATE_ISO8601;
static size_t blame_date_width;