aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--upload-pack.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/upload-pack.c b/upload-pack.c
index fd96f3be11..a020d30480 100644
--- a/upload-pack.c
+++ b/upload-pack.c
@@ -752,7 +752,6 @@ static void upload_pack(void)
struct string_list symref = STRING_LIST_INIT_DUP;
head_ref_namespaced(find_symref, &symref);
- for_each_namespaced_ref(find_symref, &symref);
if (advertise_refs || !stateless_rpc) {
reset_timeout();
flows/coverity.yml?h=main&id=157ed03c8306596b40dba008a49c55064521393a&follow=1'>ci: update coverity runs_on_pool referenceJeff King1-1/+1 2024-05-09gitlab-ci: fix installing dependencies for fuzz smoke testsPatrick Steinhardt1-1/+1 2024-05-08git-p4: show Perforce error to the userFahad Alrashed1-11/+13 2024-05-08The second batchJunio C Hamano1-1/+38 2024-05-07scalar: avoid segfault in reconfigure --allDerrick Stolee2-3/+45 2024-05-07t0018: two small fixesJunio C Hamano1-19/+22 2024-05-07Documentation/git-merge-tree.txt: document -XVictoria Dye1-0/+5 2024-05-07refs: remove functions without ref storePatrick Steinhardt2-268/+209 2024-05-07cocci: apply rules to rewrite callers of "refs" interfacesPatrick Steinhardt75-436/+711