Skip to content

Commit

Permalink
Merge branch 'maint'
Browse files Browse the repository at this point in the history
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"
  • Loading branch information
gitster committed Nov 18, 2013
2 parents ab930f0 + d007dbf commit 33da0c9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion upload-pack.c
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 33da0c9

Please sign in to comment.