Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
timestamp_t: a new data type for timestamps
[gitweb.git]
/
revision.h
diff --git
a/revision.h
b/revision.h
index 14886ec92b4f67527a86fc821998214a4d2b321f..0d9e68b36e9e753e0ed09f3e4bfdd946d8610bda 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 *);