Skip to content

Commit 35d802d

Browse files
committed
Merge branch 'js/larger-timestamps'
A follow-up hotfix for a topic already in 'master'. * js/larger-timestamps: name-rev: change a "long" variable to timestamp_t
2 parents 663bf04 + 5589e87 commit 35d802d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

builtin/name-rev.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ typedef struct rev_name {
1616
int from_tag;
1717
} rev_name;
1818

19-
static long cutoff = LONG_MAX;
19+
static timestamp_t cutoff = TIME_MAX;
2020

2121
/* How many generations are maximally preferred over _one_ merge traversal? */
2222
#define MERGE_TRAVERSAL_WEIGHT 65535

0 commit comments

Comments
 (0)