Thread (6 messages) flat view 6 messages, 1 author, 2017-01-23
STALE3488d

[PATCH v3 5/5] show-ref: Remove dead `if (verify)' check

From: Vladimir Panteleev <hidden>
Date: 2017-01-23 18:01:15
Subsystem: the rest · Maintainer: Linus Torvalds

As show_ref is only ever called on the path where --verify is not
specified, `verify' can never possibly be true here.

Signed-off-by: Vladimir Panteleev <redacted>
---
 builtin/show-ref.c | 3 ---
 1 file changed, 3 deletions(-)
diff --git a/builtin/show-ref.c b/builtin/show-ref.c
index 107d05fe0..2dfcb5634 100644
--- a/builtin/show-ref.c
+++ b/builtin/show-ref.c
@@ -73,9 +73,6 @@ static int show_ref(const char *refname, const struct object_id *oid,
 				continue;
 			if (len == reflen)
 				goto match;
-			/* "--verify" requires an exact match */
-			if (verify)
-				continue;
 			if (refname[reflen - len - 1] == '/')
 				goto match;
 		}
-- 
2.11.0
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help