aboutsummaryrefslogtreecommitdiff
path: root/builtin/fetch-pack.c
Commit message (Expand)AuthorAge
* fetch-pack: move core code to libgit.aNguyễn Thái Ngọc Duy2012-10-29
* fetch-pack: remove global (static) configuration variable "args"Nguyễn Thái Ngọc Duy2012-10-29
* fetch-pack: eliminate spurious error messagesMichael Haggerty2012-09-12
* cmd_fetch_pack(): simplify computation of return valueMichael Haggerty2012-09-12
* fetch-pack: report missing refs even if no existing refs were receivedMichael Haggerty2012-09-12
* cmd_fetch_pack(): return early if finish_connect() failsMichael Haggerty2012-09-12
* filter_refs(): simplify logicMichael Haggerty2012-09-12
* filter_refs(): build refs list as we goMichael Haggerty2012-09-12
* filter_refs(): delete matched refs from sought listMichael Haggerty2012-09-12
* fetch_pack(): update sought->nr to reflect number of unique entriesMichael Haggerty2012-09-12
* filter_refs(): do not check the same sought_pos twiceMichael Haggerty2012-09-12
* Change fetch_pack() and friends to take string_list argumentsMichael Haggerty2012-09-12
* fetch_pack(): reindent function decl and defnMichael Haggerty2012-09-12
* fetch-pack: mention server version with verbose outputJeff King2012-08-13
* fetch-pack: do not ask for unadvertised capabilitiesJunio C Hamano2012-08-10
* do not send client agent unless server does firstJeff King2012-08-10
* include agent identifier in capability stringJeff King2012-08-03
* Merge branch 'jk/fetch-pack-remove-dups-optim'Junio C Hamano2012-05-29
|\
| * fetch-pack: sort incoming heads list earlierJeff King2012-05-24
| * fetch-pack: avoid quadratic loop in filter_refsJeff King2012-05-22
| * fetch-pack: sort the list of incoming refsJeff King2012-05-22
| * fetch-pack: avoid quadratic behavior in remove_duplicatesJeff King2012-05-22
| * fetch-pack: sort incoming headsJeff King2012-05-22
* | Merge branch 'mh/fetch-pack-constness'Junio C Hamano2012-05-29
|\ \ | |/ |/|
| * cmd_fetch_pack(): respect constness of argv parameterMichael Haggerty2012-05-22
| * cmd_fetch_pack(): combine the loop termination conditionsMichael Haggerty2012-05-22
| * cmd_fetch_pack(): handle non-option arguments outside of the loopMichael Haggerty2012-05-22
| * cmd_fetch_pack(): declare dest to be constMichael Haggerty2012-05-22
* | Merge branch 'it/fetch-pack-many-refs'Junio C Hamano2012-04-24
|\ \ | |/
| * fetch-pack: new --stdin option to read refs from stdinIvan Todoroski2012-04-02
* | Merge branch 'cb/transfer-no-progress'Junio C Hamano2012-02-20
|\ \
| * | push/fetch/clone --no-progress suppresses progress outputClemens Buchacher2012-02-13
| |/
* | everything_local(): mark alternate refs as completeMichael Haggerty2012-02-12
* | fetch-pack.c: inline insert_alternate_refs()Michael Haggerty2012-02-12
* | fetch-pack.c: rename some parameters from "path" to "refname"Michael Haggerty2012-02-12
|/
* fetch-pack: match refs exactlyJeff King2011-12-13
* drop "match" parameter from get_remote_headsJeff King2011-12-13
* Merge branch 'mh/check-ref-format-3'Junio C Hamano2011-10-10
|\
| * Change check_ref_format() to take a flags argumentMichael Haggerty2011-10-05
* | Merge branch 'jc/fetch-pack-fsck-objects'Junio C Hamano2011-10-05
|\ \ | |/ |/|
| * transfer.fsckobjects: unify fetch/receive.fsckobjectsJunio C Hamano2011-09-04
| * fetch.fsckobjects: verify downloaded objectsJunio C Hamano2011-09-04
* | Merge branch 'nd/decorate-grafts'Junio C Hamano2011-08-28
|\ \
| * | Move write_shallow_commits to fetch-pack.cNguyễn Thái Ngọc Duy2011-08-18
* | | fetch-pack: check for valid commit from serverNguyễn Thái Ngọc Duy2011-08-18
|/ /
* | Merge branch 'jk/haves-from-alternate-odb'Junio C Hamano2011-05-29
|\ \
| * | refactor refs_from_alternate_cb to allow passing extra dataJeff King2011-05-19
* | | fetch: avoid repeated commits in mark_completeJeff King2011-05-19
|/ /
* | Merge branch 'jc/fetch-progressive-stride'Junio C Hamano2011-03-29
|\ \
| * | Fix potential local deadlock during fetch-packJunio C Hamano2011-03-29