Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
notes: convert internal parts to struct object_id
[gitweb.git]
/
builtin
/
name-rev.c
diff --git
a/builtin/name-rev.c
b/builtin/name-rev.c
index 663e26ebbdc49071d1fb6e2b289cd8f51841c688..7fc7e66e8500b82cbfecc21a1dce77e09de28ab0 100644
(file)
--- a/
builtin/name-rev.c
+++ b/
builtin/name-rev.c
@@
-16,7
+16,7
@@
typedef struct rev_name {
int from_tag;
} rev_name;
-static
long cutoff = LONG
_MAX;
+static
timestamp_t cutoff = TIME
_MAX;
/* How many generations are maximally preferred over _one_ merge traversal? */
#define MERGE_TRAVERSAL_WEIGHT 65535