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