Merge branch 'bc/object-id'
[gitweb.git] / revision.h
index 728425a025e44bce0b24662c910d37da4061f622..a91dd3d5d97d9e609d770f418cb9f804b28e752d 100644 (file)
@@ -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 *);