Shawn O. Pearce schrieb: > static void upload_pack(void) > { > reset_timeout(); > - head_ref(send_ref, NULL); > - for_each_ref(send_ref, NULL); > - packet_flush(1); > + head_ref(scan_ref, NULL); > + for_each_ref(scan_ref, NULL); > + > + push_advertise("HEAD"); > + push_advertise("refs/heads/*"); > + push_advertise("refs/tags/*"); > + send_refs(); > + How will this mesh with 'git clone --mirror'? Is the client expected to ask with 'expand refs/*'? -- Hannes -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html