97 Commits (e1b3f3dd38c05187ed44939b9c67e96f0ce32d50)

Author SHA1 Message Date
brian m. carlson 910650d2f8 Rename sha1_array to oid_array 8 years ago
Matt McCutchen e860d96bf8 fetch-pack: move code to report unmatched refs to a function 8 years ago
Nguyễn Thái Ngọc Duy cccf74e2da fetch, upload-pack: --deepen=N extends shallow boundary by N commits 9 years ago
Nguyễn Thái Ngọc Duy a45a260086 fetch: define shallow boundary with --shallow-exclude 9 years ago
Nguyễn Thái Ngọc Duy 508ea88226 fetch: define shallow boundary with --shallow-since 9 years ago
Nguyễn Thái Ngọc Duy 45a3e52641 fetch-pack: use skip_prefix() instead of starts_with() 9 years ago
Gabriel Souza Franco 4a8d202c4e fetch-pack: fix object_id of exact sha1 9 years ago
Jeff King 5545f057d4 fetch-pack: simplify add_sought_entry 9 years ago
Junio C Hamano 8f309aeb82 strbuf: introduce strbuf_getline_{lf,nul}() 9 years ago
brian m. carlson 854ecb9cad add_sought_entry_mem: convert to struct object_id 9 years ago
brian m. carlson f4e54d02b8 Convert struct ref to use object_id. 9 years ago
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