129 Commits (ea6e82c875a110f93d43cb246b76c55fb8c57de6)

Author SHA1 Message Date
Michael Haggerty 697cc8efd9 lockfile.h: extract new header file for the functions in lockfile.c 11 years ago
René Scharfe d318027932 run-command: introduce CHILD_PROCESS_INIT 11 years ago
Tanay Abhra f44af51d13 fetchpack.c: replace `git_config()` with `git_config_get_*()` family 11 years ago
Jeff King 82e56767aa fetch-pack: refactor parsing in get_ack 11 years ago
Jeff King ae021d8791 use skip_prefix to avoid magic numbers 11 years ago
René Scharfe 50e19a8358 Use starts_with() for C strings instead of memcmp() 11 years ago
Nguyễn Thái Ngọc Duy 208acbfb82 object.h: centralize object flag allocation 11 years ago
Jeff King 0179c945fc shallow: automatically clean up shallow tempfiles 11 years ago
Nguyễn Thái Ngọc Duy ff62eca7d1 fetch-pack: fix deepen shallow over smart http with no-done cap 11 years ago
Jeff King 4c22408111 fetch-pack: do not filter out one-level refs 11 years ago
Ramsay Jones feefdf62c1 shallow: remove unused code 11 years ago
Nguyễn Thái Ngọc Duy 48d25cae22 fetch: add --update-shallow to accept refs that update .git/shallow 11 years ago
Nguyễn Thái Ngọc Duy 4820a33baa fetch: support fetching from a shallow repository 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 a796ccee51 fetch-pack.c: move shallow update code out of fetch_pack() 11 years ago
Nguyễn Thái Ngọc Duy 1a30f5a2f2 shallow.c: extend setup_*_shallow() to accept extra shallow commits 11 years ago
Christian Couder 5955654823 replace {pre,suf}fixcmp() with {starts,ends}_with() 11 years ago
Jeff King 0064053bd7 assume parse_commit checks commit->object.parsed 11 years ago
Jens Lindstrom 37cb1dd671 Clear fd after closing to avoid double-close error 11 years ago
Nguyễn Thái Ngọc Duy 4727f671b8 fetch-pack.c: show correct command name that fails 12 years ago
Nguyễn Thái Ngọc Duy 6da8bdcbbf fetch-pack: do not remove .git/shallow file when --depth is not specified 12 years ago
Nguyễn Thái Ngọc Duy 3125fe528b move setup_alternate_shallow and write_shallow_commits to shallow.c 12 years ago
Junio C Hamano 47a5918536 cache.h: move remote/connect API out of it 12 years ago
Jeff King 099327b552 fetch-pack: avoid quadratic behavior in rev_list_push 12 years ago
Jeff King 16445242ed fetch-pack: avoid quadratic list insertion in mark_complete 12 years ago
Nguyễn Thái Ngọc Duy c6807a40dc clone: open a shortcut for connectivity check 12 years ago
Nguyễn Thái Ngọc Duy 6035d6aad8 fetch-pack: prepare updated shallow file before fetching the pack 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
Jeff King cdf4fb8e33 pkt-line: drop safe_write function 12 years ago
Jeff King 030e9dd64f fetch-pack: fix out-of-bounds buffer offset in get_ack 12 years ago
Junio C Hamano 6e7b66eebd fetch: fetch objects by their exact SHA-1 object names 12 years ago
Junio C Hamano f2db854d24 fetch: use struct ref to represent refs to be fetched 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