summaryrefslogtreecommitdiff
path: root/builtin/fetch-pack.c
AgeCommit message (Expand)Author
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
2012-02-13fetch-pack.c: inline insert_alternate_refs()Michael Haggerty
2012-02-13fetch-pack.c: rename some parameters from "path" to "refname"Michael Haggerty
2011-12-13fetch-pack: match refs exactlyJeff King
2011-12-13drop "match" parameter from get_remote_headsJeff King
2011-10-10Merge branch 'mh/check-ref-format-3'Junio C Hamano
2011-10-05Change check_ref_format() to take a flags argumentMichael Haggerty
2011-10-05Merge branch 'jc/fetch-pack-fsck-objects'Junio C Hamano
2011-09-04transfer.fsckobjects: unify fetch/receive.fsckobjectsJunio C Hamano
2011-09-04fetch.fsckobjects: verify downloaded objectsJunio C Hamano
2011-08-29Merge branch 'nd/decorate-grafts'Junio C Hamano
2011-08-18fetch-pack: check for valid commit from serverNguyễn Thái Ngọc Duy
2011-08-18Move write_shallow_commits to fetch-pack.cNguyễn Thái Ngọc Duy
2011-05-30Merge branch 'jk/haves-from-alternate-odb'Junio C Hamano
2011-05-20refactor refs_from_alternate_cb to allow passing extra dataJeff King
2011-05-20fetch: avoid repeated commits in mark_completeJeff King
2011-03-29Merge branch 'jc/fetch-progressive-stride'Junio C Hamano
2011-03-29Merge branches 'sp/maint-fetch-pack-stop-early' and 'sp/maint-upload-pack-sto...Junio C Hamano