Thread (18 messages) flat view 18 messages, 5 authors, 2021-01-12

Re: [PATCH v3 2/2] refs: allow @{n} to work with n-sized reflog

From: Simon Ruderich <hidden>
Date: 2021-01-10 20:37:07

On Thu, Jan 07, 2021 at 02:36:59AM -0800, Denton Liu wrote:
quoted hunk ↗ jump to hunk
diff --git a/refs.c b/refs.c
index bfdd04aefd..e70dcd33f7 100644
--- a/refs.c
+++ b/refs.c
@@ -900,40 +900,53 @@ static int read_ref_at_ent(struct object_id *ooid, struct object_id *noid,
 		const char *message, void *cb_data)
 {
 	struct read_ref_at_cb *cb = cb_data;
+	int reached_count;

 	cb->tz = tz;
 	cb->date = timestamp;

-	if (timestamp <= cb->at_time || cb->cnt == 0) {
+	/*
+	 * It is not possible for cb->cnt == 0 on the first itertion because
s/itertion/iteration/

Regards
Simon
-- 
+ privacy is necessary
+ using gnupg http://gnupg.org
+ public key id: 0x92FEFDB7E44C32F9

Attachments

Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help