84 Commits (c1b40bd7b616792de5f307ecdfd8ac45573bc4f9)

Author SHA1 Message Date
Alex Henrie 9c9b4f2f8b standardize usage info string format 10 years ago
Nguyễn Thái Ngọc Duy 16094885ca smart-http: support shallow fetch/clone 11 years ago
Nguyễn Thái Ngọc Duy 58f2ed051f remote-curl: pass ref SHA-1 to fetch-pack as well 11 years ago
Nguyễn Thái Ngọc Duy beea4152d9 clone: support remote shallow repository 11 years ago
Nguyễn Thái Ngọc Duy b06dcd7d68 connect.c: teach get_remote_heads to parse "shallow" lines 11 years ago
Torsten Bögershausen 5610b7c0c6 git fetch-pack: add --diag-url 11 years ago
Christian Couder 5955654823 replace {pre,suf}fixcmp() with {starts,ends}_with() 11 years ago
Nguyễn Thái Ngọc Duy 9ba380481c smart http: use the same connectivity check on cloning 12 years ago
Junio C Hamano 47a5918536 cache.h: move remote/connect API out of it 12 years ago
Jeff King 85edf4f58b teach get_remote_heads to read from a memory buffer 12 years ago
Jeff King 74543a0423 pkt-line: provide a LARGE_PACKET_MAX static buffer 12 years ago
Jeff King 819b929d33 pkt-line: teach packet_read_line to chomp newlines 12 years ago
Junio C Hamano f2db854d24 fetch: use struct ref to represent refs to be fetched 12 years ago
Jeff King b495697b82 fetch-pack: avoid repeatedly re-scanning pack directory 12 years ago
Matt Kraai 9dacffc040 Make lock local to fetch_pack 12 years ago
Nguyễn Thái Ngọc Duy 745f7a8cac fetch-pack: move core code to libgit.a 12 years ago
Nguyễn Thái Ngọc Duy f8eb3036d0 fetch-pack: remove global (static) configuration variable "args" 12 years ago
Michael Haggerty 5f0fc64513 fetch-pack: eliminate spurious error messages 13 years ago
Michael Haggerty b285668dd2 cmd_fetch_pack(): simplify computation of return value 13 years ago
Michael Haggerty 778e7543d2 fetch-pack: report missing refs even if no existing refs were received 13 years ago
Michael Haggerty 7418f1a037 cmd_fetch_pack(): return early if finish_connect() fails 13 years ago
Michael Haggerty f537cfa750 filter_refs(): simplify logic 13 years ago
Michael Haggerty 5096e48753 filter_refs(): build refs list as we go 13 years ago
Michael Haggerty 4ba159996f filter_refs(): delete matched refs from sought list 13 years ago
Michael Haggerty 4c58f13ba6 fetch_pack(): update sought->nr to reflect number of unique entries 13 years ago
Michael Haggerty 382a967114 filter_refs(): do not check the same sought_pos twice 13 years ago
Michael Haggerty 8bee93dd24 Change fetch_pack() and friends to take string_list arguments 13 years ago
Michael Haggerty 63c694534b fetch_pack(): reindent function decl and defn 13 years ago
Jeff King 36c60f7a08 fetch-pack: mention server version with verbose output 13 years ago
Junio C Hamano 74991a98df fetch-pack: do not ask for unadvertised capabilities 13 years ago
Jeff King d50c387163 do not send client agent unless server does first 13 years ago
Jeff King ff5effdf45 include agent identifier in capability string 13 years ago
Jeff King 3d2a33e57f fetch-pack: sort incoming heads list earlier 13 years ago
Jeff King a0de28805d fetch-pack: avoid quadratic loop in filter_refs 13 years ago
Jeff King 9e8e704f0b fetch-pack: sort the list of incoming refs 13 years ago
Jeff King 7db8d5370f fetch-pack: avoid quadratic behavior in remove_duplicates 13 years ago
Jeff King 443596850f fetch-pack: sort incoming heads 13 years ago
Michael Haggerty 57e6fc6958 cmd_fetch_pack(): respect constness of argv parameter 13 years ago
Michael Haggerty ff22ff9909 cmd_fetch_pack(): combine the loop termination conditions 13 years ago
Michael Haggerty 4cc00fcf5d cmd_fetch_pack(): handle non-option arguments outside of the loop 13 years ago
Michael Haggerty 9d19c6ea52 cmd_fetch_pack(): declare dest to be const 13 years ago
Ivan Todoroski 078b895fef fetch-pack: new --stdin option to read refs from stdin 13 years ago
Clemens Buchacher 01fdc21f6e push/fetch/clone --no-progress suppresses progress output 13 years ago
Michael Haggerty f257659132 everything_local(): mark alternate refs as complete 13 years ago
Michael Haggerty c41a802fe9 fetch-pack.c: inline insert_alternate_refs() 13 years ago
Michael Haggerty 65385ef7d4 fetch-pack.c: rename some parameters from "path" to "refname" 13 years ago
Jeff King 1e7ba0f9ca fetch-pack: match refs exactly 13 years ago
Jeff King afe7c5ff1f drop "match" parameter from get_remote_heads 13 years ago
Michael Haggerty 8d9c50105f Change check_ref_format() to take a flags argument 13 years ago
Junio C Hamano dab76d3aa6 transfer.fsckobjects: unify fetch/receive.fsckobjects 14 years ago