Skip to content

Commit 0445bd7

Browse files
committed
Merge branch 'mg/timestamp-t-fix' into maint
A mismerge fix. * mg/timestamp-t-fix: name-rev: change ULONG_MAX to TIME_MAX
2 parents 6da2d14 + 5554451 commit 0445bd7

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
@@ -253,7 +253,7 @@ static int name_ref(const char *path, const struct object_id *oid, int flags, vo
253253
struct commit *commit = (struct commit *)o;
254254
int from_tag = starts_with(path, "refs/tags/");
255255

256-
if (taggerdate == ULONG_MAX)
256+
if (taggerdate == TIME_MAX)
257257
taggerdate = ((struct commit *)o)->date;
258258
path = name_ref_abbrev(path, can_abbreviate_output);
259259
name_rev(commit, xstrdup(path), taggerdate, 0, 0,

0 commit comments

Comments
 (0)