Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
packed_read_raw_ref(): new function, replacing `resolve_packed_ref()`
[gitweb.git]
/
revision.h
diff --git
a/revision.h
b/revision.h
index 728425a025e44bce0b24662c910d37da4061f622..a91dd3d5d97d9e609d770f418cb9f804b28e752d 100644
(file)
--- a/
revision.h
+++ b/
revision.h
@@
-181,8
+181,8
@@
struct rev_info {
/* special limits */
int skip_count;
int max_count;
-
unsigned long
max_age;
-
unsigned long
min_age;
+
timestamp_t
max_age;
+
timestamp_t
min_age;
int min_parents;
int max_parents;
int (*include_check)(struct commit *, void *);