/
uis
/
git
/
x
/
uis
/
git
/
git.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Add --date={local,relative,default}
[git/git.git]
/
revision.h
diff --git
a/revision.h
b/revision.h
index
5b41e2d
..
cdf94ad
100644
(file)
--- a/
revision.h
+++ b/
revision.h
@@
-63,8
+63,8
@@
struct rev_info {
/* Format info */
unsigned int shown_one:1,
- abbrev_commit:1
,
-
relative_date:1
;
+ abbrev_commit:1
;
+
enum date_mode date_mode
;
const char **ignore_packed; /* pretend objects in these are unpacked */
int num_ignore_packed;