summaryrefslogtreecommitdiff
path: root/builtin/fetch-pack.c
AgeCommit message (Expand)Author
2015-01-14standardize usage info string formatAlex Henrie
2014-01-17Merge branch 'nd/shallow-clone'Junio C Hamano
2013-12-17Merge branch 'tb/clone-ssh-with-colon-for-port'Junio C Hamano
2013-12-11smart-http: support shallow fetch/cloneNguyễn Thái Ngọc Duy
2013-12-11remote-curl: pass ref SHA-1 to fetch-pack as wellNguyễn Thái Ngọc Duy
2013-12-11clone: support remote shallow repositoryNguyễn Thái Ngọc Duy
2013-12-11connect.c: teach get_remote_heads to parse "shallow" linesNguyễn Thái Ngọc Duy
2013-12-09git fetch-pack: add --diag-urlTorsten Bögershausen
2013-12-05replace {pre,suf}fixcmp() with {starts,ends}_with()Christian Couder
2013-09-09Merge branch 'jc/push-cas'Junio C Hamano
2013-07-23smart http: use the same connectivity check on cloningNguyễn Thái Ngọc Duy
2013-07-08cache.h: move remote/connect API out of itJunio C Hamano
2013-04-01Merge branch 'jk/pkt-line-cleanup'Junio C Hamano
2013-02-24teach get_remote_heads to read from a memory bufferJeff King
2013-02-20pkt-line: provide a LARGE_PACKET_MAX static bufferJeff King
2013-02-20pkt-line: teach packet_read_line to chomp newlinesJeff King
2013-02-07fetch: use struct ref to represent refs to be fetchedJunio C Hamano
2012-10-29fetch-pack: move core code to libgit.aNguyễn Thái Ngọc Duy
2012-10-29fetch-pack: remove global (static) configuration variable "args"Nguyễn Thái Ngọc Duy
2012-09-12fetch-pack: eliminate spurious error messagesMichael Haggerty
2012-09-12cmd_fetch_pack(): simplify computation of return valueMichael Haggerty
2012-09-12fetch-pack: report missing refs even if no existing refs were receivedMichael Haggerty
2012-09-12cmd_fetch_pack(): return early if finish_connect() failsMichael Haggerty
2012-09-12filter_refs(): simplify logicMichael Haggerty
2012-09-12filter_refs(): build refs list as we goMichael Haggerty
2012-09-12filter_refs(): delete matched refs from sought listMichael Haggerty
2012-09-12fetch_pack(): update sought->nr to reflect number of unique entriesMichael Haggerty
2012-09-12filter_refs(): do not check the same sought_pos twiceMichael Haggerty
2012-09-12Change fetch_pack() and friends to take string_list argumentsMichael Haggerty
2012-09-12fetch_pack(): reindent function decl and defnMichael Haggerty
2012-08-14fetch-pack: mention server version with verbose outputJeff King
2012-08-10fetch-pack: do not ask for unadvertised capabilitiesJunio C Hamano
2012-08-10do not send client agent unless server does firstJeff King
2012-08-03include agent identifier in capability stringJeff King
2012-05-29Merge branch 'jk/fetch-pack-remove-dups-optim'Junio C Hamano
2012-05-29Merge branch 'mh/fetch-pack-constness'Junio C Hamano
2012-05-24fetch-pack: sort incoming heads list earlierJeff King
2012-05-22fetch-pack: avoid quadratic loop in filter_refsJeff King
2012-05-22fetch-pack: sort the list of incoming refsJeff King
2012-05-22fetch-pack: avoid quadratic behavior in remove_duplicatesJeff King
2012-05-22fetch-pack: sort incoming headsJeff King
2012-05-22cmd_fetch_pack(): respect constness of argv parameterMichael Haggerty
2012-05-22cmd_fetch_pack(): combine the loop termination conditionsMichael Haggerty
2012-05-22cmd_fetch_pack(): handle non-option arguments outside of the loopMichael Haggerty
2012-05-22cmd_fetch_pack(): declare dest to be constMichael Haggerty
2012-04-24Merge branch 'it/fetch-pack-many-refs'Junio C Hamano
2012-04-02fetch-pack: new --stdin option to read refs from stdinIvan Todoroski
2012-02-20Merge branch 'cb/transfer-no-progress'Junio C Hamano
2012-02-13push/fetch/clone --no-progress suppresses progress outputClemens Buchacher
2012-02-13everything_local(): mark alternate refs as completeMichael Haggerty