Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Reuse fixup_pack_header_footer in index-pack
[gitweb.git]
/
revision.h
diff --git
a/revision.h
b/revision.h
index 5b41e2da208c41ab316585b80a95e717fcbb198e..cdf94ad695a1a929ac094a9a42c868e75c1182a5 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;