summaryrefslogtreecommitdiffstats
path: root/fetch-pack.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Merge branch 'js/packet-read-line-check-null'Junio C Hamano2018-02-271-2/+2
|\ \ \ \ | |/ / / |/| | |
| * | | correct error messages for NULL packet_read_line()Jeff King2018-02-081-2/+2
| |/ /
* | | Merge branch 'jh/partial-clone'Junio C Hamano2018-02-131-0/+17
|\ \ \
| * | | fetch-pack: restore save_commit_buffer after useJonathan Tan2017-12-081-0/+4
| * | | fetch-pack, index-pack, transport: partial cloneJeff Hostetler2017-12-081-0/+13
* | | | Merge branch 'jh/fsck-promisors'Junio C Hamano2018-02-131-21/+27
|\| | | | |/ / |/| |
| * | introduce fetch-object: fetch one promisor objectJonathan Tan2017-12-051-21/+27
* | | Merge branch 'jk/fewer-pack-rescan'Junio C Hamano2017-12-061-1/+2
|\ \ \ | |/ / |/| |
| * | everything_local: use "quick" object existence checkJeff King2017-11-211-1/+2
* | | oidmap: map with OID as keyJonathan Tan2017-10-011-1/+1
* | | pack: move {,re}prepare_packed_git and approximate_object_countJonathan Tan2017-08-241-0/+1
|/ /
* | Merge branch 'bw/config-h'Junio C Hamano2017-06-241-0/+1
|\ \
| * | config: don't include config.h by defaultBrandon Williams2017-06-151-0/+1
* | | Merge branch 'jt/fetch-allow-tip-sha1-implicitly'Junio C Hamano2017-05-301-2/+38
|\ \ \
| * | | fetch-pack: always allow fetching of literal SHA1sJonathan Tan2017-05-161-2/+38
| |/ /
* | | Merge branch 'bc/object-id'Junio C Hamano2017-05-291-48/+49
|\ \ \
| * | | object: convert parse_object* to take struct object_idbrian m. carlson2017-05-081-7/+7
| * | | Convert lookup_commit* to struct object_idbrian m. carlson2017-05-081-1/+1
| * | | shallow: convert shallow registration functions to object_idbrian m. carlson2017-05-081-2/+2
| * | | fetch-pack: convert to struct object_idbrian m. carlson2017-05-021-44/+45
| |/ /
* | | Merge branch 'js/larger-timestamps'Junio C Hamano2017-05-161-4/+4
|\ \ \ | |/ / |/| |
| * | 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
* | | Merge branch 'dt/xgethostname-nul-termination'Junio C Hamano2017-04-241-2/+2
|\ \ \
| * | | xgethostname: handle long hostnamesDavid Turner2017-04-191-1/+1
| * | | use HOST_NAME_MAX to size buffers for gethostname(2)René Scharfe2017-04-191-1/+1
* | | | Merge branch 'jt/fetch-pack-error-reporting'Junio C Hamano2017-04-241-0/+2
|\ \ \ \ | |_|/ / |/| | |
| * | | fetch-pack: show clearer error message upon ERRJonathan Tan2017-04-181-0/+2
* | | | 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
|/