Merge branch 'maint'
Hotfix for recent regression while talking to upload-pack in a repository with many symbolic refs. * maint: Revert "upload-pack: send non-HEAD symbolic refs"
This commit is contained in:
commit
33da0c9c3c
@ -753,7 +753,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();
|
||||
|
Loading…
Reference in New Issue
Block a user