Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-11Merge branch 'mh/check-ref-format-3'Junio C Hamano
2011-10-06Change 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-30Merge branch 'jc/fetch-progressive-stride'Junio C Hamano
2011-03-30Merge branches 'sp/maint-fetch-pack-stop-early' and 'sp/maint-upload-pack-sto...Junio C Hamano
2011-03-29Revert two "no-done" revertsJunio C Hamano
2011-03-29Fix potential local deadlock during fetch-packJunio C Hamano
2011-03-29enable "no-done" extension only when fetching over smart-httpJunio C Hamano
2011-03-29Revert "fetch-pack: Implement no-done capability"Junio C Hamano
2011-03-27Merge branch 'jc/fetch-progressive-stride'Junio C Hamano
2011-03-23Merge branch 'sp/maint-fetch-pack-stop-early'Junio C Hamano
2011-03-23Merge branch 'jc/maint-fetch-alt'Junio C Hamano
2011-03-22Fix sparse warningsStephen Boyd
2011-03-21fetch-pack: use smaller handshake window for initial requestJunio C Hamano
2011-03-21fetch-pack: progressively use larger handshake windowsJunio C Hamano
2011-03-21fetch-pack: factor out hardcoded handshake window sizeJunio C Hamano
2011-03-18fetch-pack: objects in our alternates are available to usJunio C Hamano
2011-03-15fetch-pack: Implement no-done capabilityShawn O. Pearce
2011-03-15fetch-pack: Finish negotation if remote replies "ACK %s ready"Shawn O. Pearce
2011-03-08add packet tracing debug codeJeff King
2010-11-30commit: Add commit_list prefix in two function names.Thiago Farina
2010-02-23Move 'builtin-*' into a 'builtin/' subdirectoryLinus Torvalds