Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
name-rev: change ULONG_MAX to TIME_MAX
author
Michael J Gruber
<git@grubix.eu>
Wed, 30 Aug 2017 09:46:06 +0000
(11:46 +0200)
committer
Junio C Hamano
<gitster@pobox.com>
Wed, 6 Sep 2017 03:55:08 +0000
(12:55 +0900)
Earlier,
dddbad728c
("timestamp_t: a new data type for timestamps",
2017-04-26) changed several types to timestamp_t.
5589e87fd8
("name-rev: change a "long" variable to timestamp_t",
2017-05-20) cleaned up a missed variable, but both missed a _MAX
constant.
Change the remaining constant to the one appropriate for the current
type
Signed-off-by: Michael J Gruber <git@grubix.eu>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/name-rev.c
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
78089b7
)
diff --git
a/builtin/name-rev.c
b/builtin/name-rev.c
index 663e26ebbdc49071d1fb6e2b289cd8f51841c688..fff2ea7436f089d96fe43b574fc7a870d5ceada5 100644
(file)
--- a/
builtin/name-rev.c
+++ b/
builtin/name-rev.c
@@
-252,7
+252,7
@@
static int name_ref(const char *path, const struct object_id *oid, int flags, vo
struct commit *commit = (struct commit *)o;
int from_tag = starts_with(path, "refs/tags/");
- if (taggerdate ==
ULONG
_MAX)
+ if (taggerdate ==
TIME
_MAX)
taggerdate = ((struct commit *)o)->date;
path = name_ref_abbrev(path, can_abbreviate_output);
name_rev(commit, xstrdup(path), taggerdate, 0, 0,