aboutsummaryrefslogtreecommitdiff
path: root/fetch-pack.c
Commit message (Expand)AuthorAge
* Merge branch 'jk/fewer-pack-rescan'Junio C Hamano2017-12-06
|\
| * everything_local: use "quick" object existence checkJeff King2017-11-21
* | oidmap: map with OID as keyJonathan Tan2017-10-01
* | pack: move {,re}prepare_packed_git and approximate_object_countJonathan Tan2017-08-23
|/
* Merge branch 'bw/config-h'Junio C Hamano2017-06-24
|\
| * config: don't include config.h by defaultBrandon Williams2017-06-15
* | Merge branch 'jt/fetch-allow-tip-sha1-implicitly'Junio C Hamano2017-05-30
|\ \
| * | fetch-pack: always allow fetching of literal SHA1sJonathan Tan2017-05-16
| |/
* | Merge branch 'bc/object-id'Junio C Hamano2017-05-29
|\ \
| * | object: convert parse_object* to take struct object_idbrian m. carlson2017-05-08
| * | Convert lookup_commit* to struct object_idbrian m. carlson2017-05-08
| * | shallow: convert shallow registration functions to object_idbrian m. carlson2017-05-08
| * | fetch-pack: convert to struct object_idbrian m. carlson2017-05-02
| |/
* | Merge branch 'js/larger-timestamps'Junio C Hamano2017-05-16
|\ \ | |/ |/|
| * timestamp_t: a new data type for timestampsJohannes Schindelin2017-04-27
| * PRItime: introduce a new "printf format" for timestampsJohannes Schindelin2017-04-23
* | 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
|\