summaryrefslogtreecommitdiff
path: root/builtin/receive-pack.c
Commit message (Expand)AuthorAgeFilesLines
* object-store: close all packs upon clearing the object storeStefan Beller2018-03-261-1/+1
* Merge branch 'bw/protocol-v1'Junio C Hamano2017-12-061-0/+17
|\
| * upload-pack, receive-pack: introduce protocol version 1Brandon Williams2017-10-171-0/+17
* | Convert check_connected to use struct object_idbrian m. carlson2017-10-161-5/+5
* | refs: update ref transactions to use struct object_idbrian m. carlson2017-10-161-2/+2
* | Merge branch 'rs/resolve-ref-optional-result'Junio C Hamano2017-10-051-2/+1
|\ \
| * | refs: pass NULL to resolve_refdup() if hash is not neededrs/resolve-ref-optional-resultRené Scharfe2017-10-011-2/+1
* | | Merge branch 'rs/resolve-ref-optional-result'Junio C Hamano2017-09-281-2/+1
|\ \ \ | |/ / | | / | |/ |/|
| * refs: pass NULL to resolve_ref_unsafe() if hash is not neededRené Scharfe2017-09-241-2/+1
* | Merge branch 'jk/write-in-full-fix'Junio C Hamano2017-09-251-1/+1
|\ \ | |/ |/|
| * avoid "write_in_full(fd, buf, len) != len" patternJeff King2017-09-141-1/+1
* | pack: move pack-closing functionsJonathan Tan2017-08-231-0/+1
* | Merge branch 'bw/object-id'Junio C Hamano2017-08-111-1/+1
|\ \
| * | receive-pack: don't access hash of NULL object_id pointerbw/object-idRené Scharfe2017-07-171-1/+1
* | | Convert remaining callers of get_sha1 to get_oid.brian m. carlson2017-07-171-2/+2
| |/ |/|
* | Merge branch 'rs/use-div-round-up'Junio C Hamano2017-07-121-1/+1
|\ \
| * | use DIV_ROUND_UPrs/use-div-round-upRené Scharfe2017-07-101-1/+1
| * | Merge branch 'jt/push-options-doc' into maintJunio C Hamano2017-06-041-2/+49
| |\ \
* | \ \ 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 'js/plug-leaks'Junio C Hamano2017-05-291-1/+3
|\ \ \ \ | | |/ / | |/| |
| * | | receive-pack: plug memory leak in update()Johannes Schindelin2017-05-081-1/+3
| |/ /
* | | Merge branch 'bc/object-id'Junio C Hamano2017-05-291-4/+4
|\ \ \
| * | | object: convert parse_object* to take struct object_idbrian m. carlson2017-05-081-3/+3
| * | | shallow: convert shallow registration functions to object_idbrian m. carlson2017-05-081-1/+1
| |/ /
* | | Merge branch 'jt/push-options-doc'Junio C Hamano2017-05-231-2/+49
|\ \ \ | | |/ | |/|
| * | receive-pack: verify push options in certjt/push-options-docJonathan Tan2017-05-101-2/+49
| * | Merge branch 'rs/update-hook-optim' into maintJunio C Hamano2017-03-281-8/+5
| |\ \
| * \ \ Merge branch 'jk/push-deadlock-regression-fix' into maintJunio C Hamano2017-03-241-1/+4
| |\ \ \
* | \ \ \ Merge branch 'js/larger-timestamps'Junio C Hamano2017-05-161-7/+7
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | timestamp_t: a new data type for timestampsJohannes Schindelin2017-04-271-3/+3
| * | | | PRItime: introduce a new "printf format" for timestampsJohannes Schindelin2017-04-231-2/+2
| * | | | parse_timestamp(): specify explicitly where we parse timestampsJohannes Schindelin2017-04-231-2/+2
* | | | | Merge branch 'dt/xgethostname-nul-termination'Junio C Hamano2017-04-231-2/+2
|\ \ \ \ \
| * | | | | xgethostname: handle long hostnamesdt/xgethostname-nul-terminationDavid Turner2017-04-181-1/+1
| * | | | | use HOST_NAME_MAX to size buffers for gethostname(2)René Scharfe2017-04-181-1/+1
* | | | | | Merge branch 'jk/quarantine-received-objects'Junio C Hamano2017-04-231-1/+0
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | receive-pack: drop tmp_objdir_env from run_update_hookJeff King2017-04-161-1/+0
* | | | | | Merge branch 'bc/object-id'Junio C Hamano2017-04-191-67/+67
|\ \ \ \ \ \
| * | | | | | Rename sha1_array to oid_arraybrian m. carlson2017-03-311-12/+12
| * | | | | | Convert sha1_array_for_each_unique and for_each_abbrev to object_idbrian m. carlson2017-03-311-6/+6
| * | | | | | Make sha1_array_append take a struct object_id *brian m. carlson2017-03-311-3/+3
| * | | | | | sha1-array: convert internal storage for struct sha1_array to object_idbrian m. carlson2017-03-281-2/+2
| * | | | | | builtin/receive-pack: convert portions to struct object_idbrian m. carlson2017-03-281-49/+49
| * | | | | | Convert GIT_SHA1_RAWSZ used for allocation to GIT_MAX_RAWSZbrian m. carlson2017-03-261-1/+1
* | | | | | | Merge branch 'jk/snprintf-cleanups'Junio C Hamano2017-04-161-7/+10
|\ \ \ \ \ \ \
| * | | | | | | receive-pack: print --pack-header directly into argv arrayJeff King2017-03-301-7/+10
| |/ / / / / /
* | | | | | | Merge branch 'bc/push-cert-receive-fix'Junio C Hamano2017-03-301-1/+1
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | builtin/receive-pack: fix incorrect pointer arithmeticbc/push-cert-receive-fixbrian m. carlson2017-03-281-1/+1
* | | | | | | Merge branch 'rs/update-hook-optim'Junio C Hamano2017-03-241-8/+5
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |