298 Commits (31e8595a1132187f99792a4b889c2128cd9253ef)

Author SHA1 Message Date
Jiang Xin 31e8595a11 receive-pack: new config receive.procReceiveRefs 5 years ago
Jiang Xin 63518a574a New capability "report-status-v2" for git-push 5 years ago
Jiang Xin 195d6eaea3 receive-pack: feed report options to post-receive 5 years ago
Jiang Xin 15d3af5e22 receive-pack: add new proc-receive hook 5 years ago
Taylor Blau 37b9dcabfc shallow.c: use '{commit,rollback}_shallow_file' 5 years ago
Junio C Hamano 719483e547 receive-pack: compilation fix 5 years ago
brian m. carlson edc6dccf81 builtin/receive-pack: use constant-time comparison for HMAC value 5 years ago
Jeff King fe299ec5ae oid_array: rename source file from sha1-array 5 years ago
Hariom Verma 4ef346482d receive.denyCurrentBranch: respect all worktrees 5 years ago
brian m. carlson fc06be3b7f builtin/receive-pack: replace sha1_to_hex 6 years ago
brian m. carlson fabec2c5c3 builtin/receive-pack: switch to use the_hash_algo 6 years ago
Jeff King 709dfa6990 object-store.h: move for_each_alternate_ref() from transport.h 6 years ago
Derrick Stolee 2d511cfc0b packfile: rename close_all_packs to close_object_store 6 years ago
Jeff King c95fc72f47 receive-pack: drop unused "commands" from prepare_shallow_update() 6 years ago
Jeff Hostetler 6206286e49 trace2:data: add trace2 hook classification 6 years ago
Ævar Arnfjörð Bjarmason 9903623761 receive-pack: fix use-after-free bug 6 years ago
Masaya Suzuki 2d103c31c2 pack-protocol.txt: accept error packets in any context 6 years ago
Masaya Suzuki 01f9ec64c8 Use packet_reader instead of packet_read_line 6 years ago
Junio C Hamano b072a25fad receive: denyCurrentBranch=updateinstead should not blindly update 7 years ago
Jeff King bdf4276c91 transport: drop refnames from for_each_alternate_ref 7 years ago
Jeff King 7987d2232d receive-pack: update comment with check_everything_connected 7 years ago
Elijah Newren c3b9bc94b9 Remove superfluous trailing semicolons 7 years ago
Jeff King 4a7e27e957 convert "oidcmp() == 0" to oideq() 7 years ago
Derrick Stolee 6404355657 commit.h: remove method declarations 7 years ago
Henning Schild 3b9291e182 builtin/receive-pack: use check_signature from gpg-interface 7 years ago
Stefan Beller 109cd76dd3 object: add repository argument to parse_object 7 years ago
Stefan Beller 19143f139d shallow: add repository argument to register_shallow 7 years ago
Stefan Beller cbd53a2193 object-store: move object access functions to object-store.h 7 years ago
Martin Ågren b227586831 lock_file: make function-local locks non-static 7 years ago
Johannes Schindelin 033abf97fc Replace all die("BUG: ...") calls by BUG() ones 7 years ago
brian m. carlson c00866a2cc builtin/receive-pack: convert one use of EMPTY_TREE_SHA1_HEX 7 years ago
brian m. carlson f6d27d2468 builtin/receive-pack: avoid hard-coded constants for push certs 7 years ago
Stefan Beller d807c4a01d exec_cmd: rename to use dash in file name 7 years ago
Stefan Beller a49d283435 packfile: add repository argument to reprepare_packed_git 7 years ago
Stefan Beller d0b5986622 object-store: close all packs upon clearing the object store 7 years ago
Brandon Williams 8f6982b4e1 protocol: introduce enum protocol_version value protocol_v2 7 years ago
brian m. carlson aab9583f7b Convert find_unique_abbrev* to struct object_id 7 years ago
Patryk Obara a09c985eae sha1_file: convert write_sha1_file to object_id 7 years ago
Brandon Williams aa9bab29b8 upload-pack, receive-pack: introduce protocol version 1 8 years ago
brian m. carlson 6ccac9eed5 Convert check_connected to use struct object_id 8 years ago
brian m. carlson 89f3bbdd3b refs: update ref transactions to use struct object_id 8 years ago
René Scharfe efbd4fdfc9 refs: pass NULL to resolve_refdup() if hash is not needed 8 years ago
René Scharfe 744c040b19 refs: pass NULL to resolve_ref_unsafe() if hash is not needed 8 years ago
Jeff King 06f46f237a avoid "write_in_full(fd, buf, len) != len" pattern 8 years ago
Jonathan Tan 3836d88ae5 pack: move pack-closing functions 8 years ago
René Scharfe f730944a49 receive-pack: don't access hash of NULL object_id pointer 8 years ago
brian m. carlson 15be4a5d38 Convert remaining callers of get_sha1 to get_oid. 8 years ago
René Scharfe 42c78a216e use DIV_ROUND_UP 8 years ago
Brandon Williams b2141fc1d2 config: don't include config.h by default 8 years ago
Jonathan Tan cbaf82cc6b receive-pack: verify push options in cert 8 years ago