summaryrefslogtreecommitdiffstats
path: root/fetch-pack.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* timestamp_t: a new data type for timestampsJohannes Schindelin2017-04-271-3/+3
* PRItime: introduce a new "printf format" for timestampsJohannes Schindelin2017-04-241-1/+1
* Rename sha1_array to oid_arraybrian m. carlson2017-03-311-13/+13
* 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 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-091-10/+42
* | for_each_alternate_ref: pass name/oid instead of ref structJeff King2017-02-091-4/+8
|/
* fetch-pack.c: correct command at the beginning of an error messageRalf 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 commitsNguyễ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-301-1/+1
* | | fetch-pack: do not reset in_vain on non-novel acksJonathan Tan2016-09-231-2/+9
|/ /
* | fetch-pack: grow stateless RPC windows exponentiallyJonathan 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" filesJeff King2015-08-111-1/+1
* Merge branch 'me/fetch-into-shallow-safety'Junio C Hamano2015-07-011-1/+1
|\
| * fetch-pack: check for shallow if depth givenMike 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 sha1Fredrik Medley2015-05-231-1/+9
* | | upload-pack: prepare to extend allow-tip-sha1-in-wantFredrik Medley2015-05-231-3/+6
|/ /
* | fetch-pack: remove dead assignment to ref->new_sha1Jeff 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.cMichael 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