summaryrefslogtreecommitdiff
path: root/fetch-pack.c
AgeCommit message (Expand)Author
2017-08-23pack: move {,re}prepare_packed_git and approximate_object_countJonathan Tan
2017-06-24Merge branch 'bw/config-h'Junio C Hamano
2017-06-15config: don't include config.h by defaultBrandon Williams
2017-05-30Merge branch 'jt/fetch-allow-tip-sha1-implicitly'Junio C Hamano
2017-05-29Merge branch 'bc/object-id'Junio C Hamano
2017-05-16Merge branch 'js/larger-timestamps'Junio C Hamano
2017-05-16fetch-pack: always allow fetching of literal SHA1sJonathan Tan
2017-05-08object: convert parse_object* to take struct object_idbrian m. carlson
2017-05-08Convert lookup_commit* to struct object_idbrian m. carlson
2017-05-08shallow: convert shallow registration functions to object_idbrian m. carlson
2017-05-02fetch-pack: convert to struct object_idbrian m. carlson
2017-04-27timestamp_t: a new data type for timestampsJohannes Schindelin
2017-04-24Merge branch 'dt/xgethostname-nul-termination'Junio C Hamano
2017-04-24Merge branch 'jt/fetch-pack-error-reporting'Junio C Hamano
2017-04-24PRItime: introduce a new "printf format" for timestampsJohannes Schindelin
2017-04-19xgethostname: handle long hostnamesDavid Turner
2017-04-19use HOST_NAME_MAX to size buffers for gethostname(2)René Scharfe
2017-04-18fetch-pack: show clearer error message upon ERRJonathan Tan
2017-03-31Rename sha1_array to oid_arraybrian m. carlson
2017-03-31Make sha1_array_append take a struct object_id *brian m. carlson
2017-03-28sha1-array: convert internal storage for struct sha1_array to object_idbrian m. carlson
2017-03-14Merge branch 'mm/fetch-show-error-message-on-unadvertised-object'Junio C Hamano
2017-03-02fetch-pack: add specific error for fetching an unadvertised objectMatt McCutchen
2017-03-02fetch-pack: move code to report unmatched refs to a functionMatt McCutchen
2017-02-08fetch-pack: cache results of for_each_alternate_refJeff King
2017-02-08for_each_alternate_ref: pass name/oid instead of ref structJeff King
2016-11-11fetch-pack.c: correct command at the beginning of an error messageRalf Thielow
2016-10-10Merge branch 'nd/shallow-deepen'Junio C Hamano
2016-10-10Merge branch 'rs/qsort'Junio C Hamano
2016-09-29use QSORTRené Scharfe
2016-09-23fetch-pack: do not reset in_vain on non-novel acksJonathan Tan
2016-07-19fetch-pack: grow stateless RPC windows exponentiallyJonathan Tan
2016-06-13fetch, upload-pack: --deepen=N extends shallow boundary by N commitsNguyễn Thái Ngọc Duy
2016-06-13fetch: define shallow boundary with --shallow-excludeNguyễn Thái Ngọc Duy
2016-06-13fetch: define shallow boundary with --shallow-sinceNguyễn Thái Ngọc Duy
2016-06-13fetch-pack: use a separate flag for fetch in deepening modeNguyễn Thái Ngọc Duy
2016-06-13fetch-pack.c: mark strings for translatingNguyễn Thái Ngọc Duy
2016-06-13fetch-pack: use a common function for verbose printingNguyễn Thái Ngọc Duy
2016-04-20fetch-pack: isolate sigpipe in demuxer threadJeff King
2016-02-25fetch-pack: ignore SIGPIPE in sideband demuxerJeff King
2015-11-20Remove get_object_hash.brian m. carlson
2015-11-20Convert struct object to object_idbrian m. carlson
2015-11-20Add several uses of get_object_hash.brian m. carlson
2015-11-20Convert struct ref to use object_id.brian m. carlson
2015-10-05fetch-pack: use argv_array for index-pack / unpack-objectsJeff King
2015-08-10memoize common git-path "constant" filesJeff King
2015-07-01Merge branch 'me/fetch-into-shallow-safety'Junio C Hamano
2015-06-17fetch-pack: check for shallow if depth givenMike Edgar
2015-06-05Merge branch 'bc/object-id'Junio C Hamano
2015-05-25rev_list_insert_ref(): remove unneeded argumentsMichael Haggerty