All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] name-rev: use larger timestamp for is_better_name
@ 2017-05-20 20:36 Eric Wong
  2017-05-20 21:16 ` Ramsay Jones
  0 siblings, 1 reply; 3+ messages in thread
From: Eric Wong @ 2017-05-20 20:36 UTC (permalink / raw)
  To: Junio C Hamano; +Cc: Michael J Gruber, git

This fixes t4202 for me at "44 - log --graph with full output"
on 32-bit x86.

Signed-off-by: Eric Wong <e@80x24.org>
---
 This is for pu, I'm still using the machine I used git with in 2005 :)

 builtin/name-rev.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/builtin/name-rev.c b/builtin/name-rev.c
index f06498524..35409c03b 100644
--- a/builtin/name-rev.c
+++ b/builtin/name-rev.c
@@ -27,7 +27,7 @@ static const char *prio_names[] = {
 
 static int is_better_name(struct rev_name *name,
 			  const char *tip_name,
-			  unsigned long taggerdate,
+			  timestamp_t taggerdate,
 			  int generation,
 			  int distance,
 			  int from_tag)
-- 
EW

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-05-20 23:21 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-05-20 20:36 [PATCH] name-rev: use larger timestamp for is_better_name Eric Wong
2017-05-20 21:16 ` Ramsay Jones
2017-05-20 23:21   ` Junio C Hamano

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.