summaryrefslogtreecommitdiffstats
path: root/builtin/receive-pack.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'hs/push-cert-check-cleanup'Junio C Hamano2018-07-241-15/+2
|\
| * builtin/receive-pack: use check_signature from gpg-interfaceHenning Schild2018-07-111-15/+2
* | Merge branch 'sb/object-store-grafts'Junio C Hamano2018-07-181-1/+2
|\ \ | |/ |/|
| * shallow: add repository argument to register_shallowStefan Beller2018-05-181-1/+1
| * object-store: move object access functions to object-store.hStefan Beller2018-05-161-0/+1
* | Merge branch 'bc/object-id'Junio C Hamano2018-05-301-4/+4
|\ \
| * | builtin/receive-pack: convert one use of EMPTY_TREE_SHA1_HEXbrian m. carlson2018-05-021-1/+1
| * | builtin/receive-pack: avoid hard-coded constants for push certsbrian m. carlson2018-05-021-3/+3
| |/
* | Merge branch 'js/use-bug-macro'Junio C Hamano2018-05-301-1/+1
|\ \
| * | Replace all die("BUG: ...") calls by BUG() onesJohannes Schindelin2018-05-061-1/+1
* | | Merge branch 'ma/lockfile-cleanup'Junio C Hamano2018-05-301-1/+1
|\ \ \
| * | | lock_file: make function-local locks non-staticMartin Ågren2018-05-101-1/+1
* | | | Merge branch 'bw/protocol-v2'Junio C Hamano2018-05-081-0/+6
|\ \ \ \ | |_|/ / |/| | |
| * | | protocol: introduce enum protocol_version value protocol_v2Brandon Williams2018-03-141-0/+6
* | | | exec_cmd: rename to use dash in file nameStefan Beller2018-04-111-1/+1
| |_|/ |/| |
* | | Merge branch 'sb/packfiles-in-repository'Junio C Hamano2018-04-111-1/+2
|\ \ \
| * | | packfile: add repository argument to reprepare_packed_gitStefan Beller2018-03-261-1/+2
* | | | Merge branch 'sb/object-store'Junio C Hamano2018-04-111-1/+1
|\| | |
| * | | object-store: close all packs upon clearing the object storeStefan Beller2018-03-261-1/+1
| |/ /
* | / Convert find_unique_abbrev* to struct object_idbrian m. carlson2018-03-141-4/+4
| |/ |/|
* | sha1_file: convert write_sha1_file to object_idPatryk Obara2018-01-301-5/+6
|/
* 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 neededRené 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-241-0/+1
* | Merge branch 'bw/object-id'Junio C Hamano2017-08-111-1/+1
|\ \
| * | receive-pack: don't access hash of NULL object_id pointerRené 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-131-1/+1
|\ \
| * | 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 certJonathan 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
|\ \ \ \ \ | |_|_|_|/ |/| | | |