summaryrefslogtreecommitdiffstats
path: root/builtin/fetch-pack.c
AgeCommit message (Expand)AuthorLines
2012-12-19Make lock local to fetch_packMatt Kraai-2/+1
2012-09-12fetch-pack: eliminate spurious error messagesMichael Haggerty-5/+5
2012-09-12cmd_fetch_pack(): simplify computation of return valueMichael Haggerty-11/+10
2012-09-12fetch-pack: report missing refs even if no existing refs were receivedMichael Haggerty-1/+1
2012-09-12cmd_fetch_pack(): return early if finish_connect() failsMichael Haggerty-3/+3
2012-09-12filter_refs(): simplify logicMichael Haggerty-19/+18
2012-09-12filter_refs(): build refs list as we goMichael Haggerty-27/+4
2012-09-12filter_refs(): delete matched refs from sought listMichael Haggerty-8/+15
2012-09-12fetch_pack(): update sought->nr to reflect number of unique entriesMichael Haggerty-14/+1
2012-09-12filter_refs(): do not check the same sought_pos twiceMichael Haggerty-1/+1
2012-09-12Change fetch_pack() and friends to take string_list argumentsMichael Haggerty-49/+39
2012-09-12fetch_pack(): reindent function decl and defnMichael Haggerty-4/+4
2012-08-13fetch-pack: mention server version with verbose outputJeff King-1/+8
2012-08-10fetch-pack: do not ask for unadvertised capabilitiesJunio C Hamano-0/+6
2012-08-10do not send client agent unless server does firstJeff King-1/+6
2012-08-03include agent identifier in capability stringJeff King-0/+2
2012-05-29Merge branch 'jk/fetch-pack-remove-dups-optim'Junio C Hamano-22/+30
2012-05-29Merge branch 'mh/fetch-pack-constness'Junio C Hamano-74/+71
2012-05-24fetch-pack: sort incoming heads list earlierJeff King-1/+1
2012-05-22fetch-pack: avoid quadratic loop in filter_refsJeff King-6/+13
2012-05-22fetch-pack: sort the list of incoming refsJeff King-0/+2
2012-05-22fetch-pack: avoid quadratic behavior in remove_duplicatesJeff King-15/+6
2012-05-22fetch-pack: sort incoming headsJeff King-1/+9
2012-05-22cmd_fetch_pack(): respect constness of argv parameterMichael Haggerty-13/+10
2012-05-22cmd_fetch_pack(): combine the loop termination conditionsMichael Haggerty-58/+55
2012-05-22cmd_fetch_pack(): handle non-option arguments outside of the loopMichael Haggerty-5/+7
2012-05-22cmd_fetch_pack(): declare dest to be constMichael Haggerty-3/+4
2012-04-24Merge branch 'it/fetch-pack-many-refs'Junio C Hamano-1/+41
2012-04-02fetch-pack: new --stdin option to read refs from stdinIvan Todoroski-1/+41
2012-02-20Merge branch 'cb/transfer-no-progress'Junio C Hamano-1/+1
2012-02-13push/fetch/clone --no-progress suppresses progress outputClemens Buchacher-1/+1
2012-02-12everything_local(): mark alternate refs as completeMichael Haggerty-0/+6
2012-02-12fetch-pack.c: inline insert_alternate_refs()Michael Haggerty-6/+1
2012-02-12fetch-pack.c: rename some parameters from "path" to "refname"Michael Haggerty-5/+5
2011-12-13fetch-pack: match refs exactlyJeff King-4/+9
2011-12-13drop "match" parameter from get_remote_headsJeff King-1/+1
2011-10-10Merge branch 'mh/check-ref-format-3'Junio C Hamano-1/+1
2011-10-05Change check_ref_format() to take a flags argumentMichael Haggerty-1/+1
2011-10-05Merge branch 'jc/fetch-pack-fsck-objects'Junio C Hamano-1/+19
2011-09-04transfer.fsckobjects: unify fetch/receive.fsckobjectsJunio C Hamano-2/+12
2011-09-04fetch.fsckobjects: verify downloaded objectsJunio C Hamano-0/+8
2011-08-28Merge branch 'nd/decorate-grafts'Junio C Hamano-0/+30
2011-08-18fetch-pack: check for valid commit from serverNguyễn Thái Ngọc Duy-0/+2
2011-08-18Move write_shallow_commits to fetch-pack.cNguyễn Thái Ngọc Duy-0/+30
2011-05-29Merge branch 'jk/haves-from-alternate-odb'Junio C Hamano-1/+1
2011-05-19refactor refs_from_alternate_cb to allow passing extra dataJeff King-1/+1
2011-05-19fetch: avoid repeated commits in mark_completeJeff King-2/+4
2011-03-29Merge branch 'jc/fetch-progressive-stride'Junio C Hamano-4/+5
2011-03-29Merge branches 'sp/maint-fetch-pack-stop-early' and 'sp/maint-upload-pack-sto...Junio C Hamano-1/+2
2011-03-29Revert two "no-done" revertsJunio C Hamano-3/+15