summaryrefslogtreecommitdiffstats
path: root/builtin/receive-pack.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* builtin/receive-pack: replace sha1_to_hexbrian m. carlson2019-08-201-4/+4
* builtin/receive-pack: switch to use the_hash_algobrian m. carlson2019-08-201-23/+21
* Merge branch 'jk/check-connected-with-alternates'Junio C Hamano2019-07-191-1/+0
|\
| * object-store.h: move for_each_alternate_ref() from transport.hJeff King2019-07-011-1/+0
* | Merge branch 'ds/close-object-store'Junio C Hamano2019-07-101-1/+1
|\ \
| * | packfile: rename close_all_packs to close_object_storeDerrick Stolee2019-06-121-1/+1
* | | receive-pack: drop unused "commands" from prepare_shallow_update()Jeff King2019-05-131-3/+2
| |/ |/|
* | Merge branch 'ab/receive-pack-use-after-free-fix'Junio C Hamano2019-03-071-8/+15
|\ \
| * | receive-pack: fix use-after-free bugÆvar Arnfjörð Bjarmason2019-02-211-8/+15
* | | trace2:data: add trace2 hook classificationJeff Hostetler2019-02-231-0/+4
| |/ |/|
* | pack-protocol.txt: accept error packets in any contextMasaya Suzuki2019-01-021-1/+3
* | Use packet_reader instead of packet_read_lineMasaya Suzuki2019-01-021-29/+31
* | Merge branch 'jc/receive-deny-current-branch-fix'Junio C Hamano2018-10-301-3/+9
|\ \
| * | receive: denyCurrentBranch=updateinstead should not blindly updateJunio C Hamano2018-10-191-3/+9
| |/
* | Merge branch 'tb/filter-alternate-refs'Junio C Hamano2018-10-191-2/+1
|\ \
| * | transport: drop refnames from for_each_alternate_refJeff King2018-10-091-2/+1
* | | Merge branch 'jk/check-everything-connected-is-long-gone'Junio C Hamano2018-10-161-1/+1
|\ \ \
| * | | receive-pack: update comment with check_everything_connectedJeff King2018-09-251-1/+1
* | | | Merge branch 'en/double-semicolon-fix'Junio C Hamano2018-09-241-1/+1
|\ \ \ \
| * | | | Remove superfluous trailing semicolonsElijah Newren2018-09-051-1/+1
| | |_|/ | |/| |
* | | | Merge branch 'jk/cocci'Junio C Hamano2018-09-171-2/+2
|\ \ \ \
| * | | | convert "oidcmp() == 0" to oideq()Jeff King2018-08-291-2/+2
| | |_|/ | |/| |
* | | | Merge branch 'ds/reachable'Junio C Hamano2018-09-171-0/+1
|\ \ \ \ | |/ / / |/| | |
| * | | commit.h: remove method declarationsDerrick Stolee2018-07-211-0/+1
* | | | Merge branch 'sb/object-store-lookup'Junio C Hamano2018-08-031-3/+3
|\| | |
| * | | object: add repository argument to parse_objectStefan Beller2018-06-291-3/+3
| * | | Merge branch 'sb/object-store-grafts' into sb/object-store-lookupJunio C Hamano2018-06-291-1/+2
| |\ \ \ | | |/ / | |/| |
* | | | 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