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