aboutsummaryrefslogtreecommitdiff
path: root/fetch-pack.c
Commit message (Expand)AuthorAge
* Merge branch 'dt/xgethostname-nul-termination'Junio C Hamano2017-04-23
|\
| * xgethostname: handle long hostnamesDavid Turner2017-04-18
| * use HOST_NAME_MAX to size buffers for gethostname(2)René Scharfe2017-04-18
* | Merge branch 'jt/fetch-pack-error-reporting'Junio C Hamano2017-04-23
|\ \
| * | fetch-pack: show clearer error message upon ERRJonathan Tan2017-04-17
* | | Rename sha1_array to oid_arraybrian m. carlson2017-03-31
* | | Make sha1_array_append take a struct object_id *brian m. carlson2017-03-31
* | | sha1-array: convert internal storage for struct sha1_array to object_idbrian m. carlson2017-03-28
* | | Merge branch 'mm/fetch-show-error-message-on-unadvertised-object'Junio C Hamano2017-03-14
|\ \ \ | |/ /
| * | fetch-pack: add specific error for fetching an unadvertised objectMatt McCutchen2017-03-02
| * | fetch-pack: move code to report unmatched refs to a functionMatt McCutchen2017-03-02
* | | fetch-pack: cache results of for_each_alternate_refJeff King2017-02-08
* | | for_each_alternate_ref: pass name/oid instead of ref structJeff King2017-02-08
|/ /
* | fetch-pack.c: correct command at the beginning of an error messageRalf Thielow2016-11-11
* | Merge branch 'nd/shallow-deepen'Junio C Hamano2016-10-10
|\ \
| * | fetch, upload-pack: --deepen=N extends shallow boundary by N commitsNguyễn Thái Ngọc Duy2016-06-13
| * | fetch: define shallow boundary with --shallow-excludeNguyễn Thái Ngọc Duy2016-06-13
| * | fetch: define shallow boundary with --shallow-sinceNguyễn Thái Ngọc Duy2016-06-13
| * | fetch-pack: use a separate flag for fetch in deepening modeNguyễn Thái Ngọc Duy2016-06-13
| * | fetch-pack.c: mark strings for translatingNguyễn Thái Ngọc Duy2016-06-13
| * | fetch-pack: use a common function for verbose printingNguyễn Thái Ngọc Duy2016-06-13
* | | Merge branch 'rs/qsort'Junio C Hamano2016-10-10
|\ \ \ | |_|/ |/| |
| * | use QSORTRené Scharfe2016-09-29
* | | fetch-pack: do not reset in_vain on non-novel acksJonathan Tan2016-09-23
|/ /
* | fetch-pack: grow stateless RPC windows exponentiallyJonathan Tan2016-07-19
* | fetch-pack: isolate sigpipe in demuxer threadJeff King2016-04-20
* | fetch-pack: ignore SIGPIPE in sideband demuxerJeff King2016-02-25
|/
* Remove get_object_hash.brian m. carlson2015-11-20
* Convert struct object to object_idbrian m. carlson2015-11-20
* Add several uses of get_object_hash.brian m. carlson2015-11-20
* Convert struct ref to use object_id.brian m. carlson2015-11-20
* fetch-pack: use argv_array for index-pack / unpack-objectsJeff King2015-10-05
* memoize common git-path "constant" filesJeff King2015-08-10
* Merge branch 'me/fetch-into-shallow-safety'Junio C Hamano2015-07-01
|\
| * fetch-pack: check for shallow if depth givenMike Edgar2015-06-17
* | Merge branch 'bc/object-id'Junio C Hamano2015-06-05
|\ \
| * | rev_list_insert_ref(): remove unneeded argumentsMichael Haggerty2015-05-25
| * | rev_list_insert_ref_oid(): new function, taking an object_oidMichael Haggerty2015-05-25
| * | mark_complete(): remove unneeded argumentsMichael Haggerty2015-05-25
| * | mark_complete_oid(): new function, taking an object_oidMichael Haggerty2015-05-25
| * | clear_marks(): rewrite to take an object_id argumentMichael Haggerty2015-05-25
| * | each_ref_fn: change to take an object_id parameterMichael Haggerty2015-05-25
* | | upload-pack: optionally allow fetching reachable sha1Fredrik Medley2015-05-22
* | | upload-pack: prepare to extend allow-tip-sha1-in-wantFredrik Medley2015-05-22
|/ /
* | fetch-pack: remove dead assignment to ref->new_sha1Jeff King2015-03-19
* | filter_ref: make a copy of extra "sought" entriesJeff King2015-03-19
* | filter_ref: avoid overwriting ref->old_sha1 with garbageJeff King2015-03-19
* | lockfile.h: extract new header file for the functions in lockfile.cMichael Haggerty2014-10-01
* | Merge branch 'rs/child-process-init'Junio C Hamano2014-09-11
|\ \
| * | run-command: introduce CHILD_PROCESS_INITRené Scharfe2014-08-20