summaryrefslogtreecommitdiff
path: root/fetch-pack.c
Commit message (Expand)AuthorAgeFilesLines
* Make sha1_array_append take a struct object_id *brian m. carlson2017-03-311-4/+4
* sha1-array: convert internal storage for struct sha1_array to object_idbrian m. carlson2017-03-281-6/+6
* Merge branch 'mm/fetch-show-error-message-on-unadvertised-object'Junio C Hamano2017-03-141-13/+38
|\
| * fetch-pack: add specific error for fetching an unadvertised objectmm/fetch-show-error-message-on-unadvertised-objectMatt McCutchen2017-03-021-15/+27
| * fetch-pack: move code to report unmatched refs to a functionMatt McCutchen2017-03-021-0/+13
* | fetch-pack: cache results of for_each_alternate_refJeff King2017-02-081-10/+42
* | for_each_alternate_ref: pass name/oid instead of ref structJeff King2017-02-081-4/+8
|/
* fetch-pack.c: correct command at the beginning of an error messagert/fetch-pack-error-message-fixRalf Thielow2016-11-111-1/+1
* Merge branch 'nd/shallow-deepen'Junio C Hamano2016-10-101-73/+96
|\
| * fetch, upload-pack: --deepen=N extends shallow boundary by N commitsnd/shallow-deepenNguyễn Thái Ngọc Duy2016-06-131-0/+3
| * fetch: define shallow boundary with --shallow-excludeNguyễn Thái Ngọc Duy2016-06-131-1/+14
| * fetch: define shallow boundary with --shallow-sinceNguyễn Thái Ngọc Duy2016-06-131-1/+11
| * fetch-pack: use a separate flag for fetch in deepening modeNguyễn Thái Ngọc Duy2016-06-131-6/+8
| * fetch-pack.c: mark strings for translatingNguyễn Thái Ngọc Duy2016-06-131-38/+37
| * fetch-pack: use a common function for verbose printingNguyễn Thái Ngọc Duy2016-06-131-46/+42
* | Merge branch 'rs/qsort'Junio C Hamano2016-10-101-1/+1
|\ \
| * | use QSORTRené Scharfe2016-09-291-1/+1
* | | fetch-pack: do not reset in_vain on non-novel acksjt/fetch-pack-in-vain-count-with-statelessJonathan Tan2016-09-231-2/+9
|/ /
* | fetch-pack: grow stateless RPC windows exponentiallyjt/fetch-large-handshake-window-on-httpJonathan Tan2016-07-191-7/+12
* | fetch-pack: isolate sigpipe in demuxer threadJeff King2016-04-201-3/+1
* | fetch-pack: ignore SIGPIPE in sideband demuxerJeff King2016-02-251-1/+5
|/
* Remove get_object_hash.brian m. carlson2015-11-201-2/+2
* Convert struct object to object_idbrian m. carlson2015-11-201-1/+1
* Add several uses of get_object_hash.brian m. carlson2015-11-201-2/+2
* Convert struct ref to use object_id.brian m. carlson2015-11-201-9/+9
* fetch-pack: use argv_array for index-pack / unpack-objectsJeff King2015-10-051-29/+27
* memoize common git-path "constant" filesjk/git-pathJeff King2015-08-101-1/+1
* Merge branch 'me/fetch-into-shallow-safety'Junio C Hamano2015-07-011-1/+1
|\
| * fetch-pack: check for shallow if depth givenme/fetch-into-shallow-safetyMike Edgar2015-06-171-1/+1
* | Merge branch 'bc/object-id'Junio C Hamano2015-06-051-8/+21
|\ \
| * | rev_list_insert_ref(): remove unneeded argumentsMichael Haggerty2015-05-251-3/+3
| * | rev_list_insert_ref_oid(): new function, taking an object_oidMichael Haggerty2015-05-251-3/+7
| * | mark_complete(): remove unneeded argumentsMichael Haggerty2015-05-251-3/+3
| * | mark_complete_oid(): new function, taking an object_oidMichael Haggerty2015-05-251-4/+7
| * | clear_marks(): rewrite to take an object_id argumentMichael Haggerty2015-05-251-8/+5
| * | each_ref_fn: change to take an object_id parameterMichael Haggerty2015-05-251-4/+13
* | | upload-pack: optionally allow fetching reachable sha1fm/fetch-raw-sha1Fredrik Medley2015-05-221-1/+9
* | | upload-pack: prepare to extend allow-tip-sha1-in-wantFredrik Medley2015-05-221-3/+6
|/ /
* | fetch-pack: remove dead assignment to ref->new_sha1jk/fetch-packJeff King2015-03-191-3/+0
* | filter_ref: make a copy of extra "sought" entriesJeff King2015-03-191-3/+2
* | filter_ref: avoid overwriting ref->old_sha1 with garbageJeff King2015-03-191-1/+5
* | lockfile.h: extract new header file for the functions in lockfile.cmh/lockfileMichael Haggerty2014-10-011-0/+1
* | Merge branch 'rs/child-process-init'Junio C Hamano2014-09-111-2/+1
|\ \
| * | run-command: introduce CHILD_PROCESS_INITRené Scharfe2014-08-201-2/+1
* | | fetchpack.c: replace `git_config()` with `git_config_get_*()` familyTanay Abhra2014-08-071-27/+8
|/ /
* | Merge branch 'jk/skip-prefix'Junio C Hamano2014-07-091-10/+14
|\ \
| * | fetch-pack: refactor parsing in get_ackJeff King2014-06-201-6/+9
| * | use skip_prefix to avoid magic numbersJeff King2014-06-201-4/+5
| |/
* | Use starts_with() for C strings instead of memcmp()rs/more-starts-withRené Scharfe2014-06-091-1/+1
|/
* Merge branch 'nd/log-show-linear-break'Junio C Hamano2014-04-031-0/+1
|\