summaryrefslogtreecommitdiffstats
path: root/builtin/receive-pack.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'tb/shallow-cleanup'Junio C Hamano2020-05-131-1/+2
|\
| * shallow: use struct 'shallow_lock' for additional safetyTaylor Blau2020-04-301-1/+1
| * shallow: extract a header file for shallow-related functionsTaylor Blau2020-04-301-0/+1
* | Merge branch 'cb/avoid-colliding-with-netbsd-hmac'Junio C Hamano2020-05-081-3/+3
|\ \
| * | builtin/receive-pack: avoid generic function name hmac()Carlo Marcelo Arenas Belón2020-05-051-3/+3
* | | Merge branch 'tb/reset-shallow'Junio C Hamano2020-05-011-2/+2
|\ \ \ | | |/ | |/|
| * | shallow.c: use '{commit,rollback}_shallow_file'Taylor Blau2020-04-241-2/+2
* | | Merge branch 'bc/constant-memequal'Junio C Hamano2020-04-291-1/+22
|\ \ \
| * | | receive-pack: compilation fixJunio C Hamano2020-04-221-1/+3
| * | | builtin/receive-pack: use constant-time comparison for HMAC valuebrian m. carlson2020-04-101-1/+20
| | |/ | |/|
* | | oid_array: rename source file from sha1-arrayJeff King2020-03-301-1/+1
| |/ |/|
* | receive.denyCurrentBranch: respect all worktreesHariom Verma2020-02-241-17/+19
|/
* 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
|\ \ \ \