334 Commits (c152456453906eb3feabaeb7197475263fcc03ce)

Author SHA1 Message Date
Ævar Arnfjörð Bjarmason 07a348e746 hook.c users: use "hook_exists()" instead of "find_hook()" 3 years ago
Ævar Arnfjörð Bjarmason 5e3aba33da hook.[ch]: move find_hook() from run-command.c to hook.c 3 years ago
Fabian Stelzer facca53ac3 ssh signing: verify signatures using ssh-keygen 3 years ago
Johannes Schindelin c4dee2c085 Close object store closer to spawning child processes 3 years ago
Patrick Steinhardt 9fec7b2130 connected: refactor iterator to return next object ID directly 4 years ago
Ævar Arnfjörð Bjarmason 98e2d9d6f7 upload-pack: document and rename --advertise-refs 4 years ago
Ævar Arnfjörð Bjarmason 103e02c700 *.c static functions: don't forward-declare __attribute__ 4 years ago
brian m. carlson 14228447c9 hash: provide per-algorithm null OIDs 4 years ago
Junio C Hamano 486f4bd183 xcalloc: use CALLOC_ARRAY() when applicable 4 years ago
René Scharfe ca56dadb4b use CALLOC_ARRAY 4 years ago
Jonathan Tan 5476e1efde fetch-pack: print and use dangling .gitmodules 4 years ago
brian m. carlson 482c119186 gpg-interface: improve interface for parsing tags 4 years ago
Josh Steadmon a2a066d96a receive-pack: log received client session ID 4 years ago
Josh Steadmon 8073d75bbf receive-pack: advertise session ID in v0 capabilities 4 years ago
Jiang Xin 80ffeb94f4 receive-pack: use default version 0 for proc-receive 4 years ago
Jiang Xin f65003b4c4 receive-pack: gently write messages to proc-receive 4 years ago
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
Jeff King d70a9eb611 strvec: rename struct fields 5 years ago
Jeff King f6d8942b1f strvec: fix indentation in renamed calls 5 years ago
Jeff King 22f9b7f3f5 strvec: convert builtin/ callers away from argv_array name 5 years ago
Jeff King dbbcd44fb4 strvec: rename files from argv-array to strvec 5 years ago
brian m. carlson bb095d0875 builtin/receive-pack: detect when the server doesn't support our hash 5 years ago
brian m. carlson bf30dbf826 remote: advertise the object-format capability on the server side 5 years ago
Carlo Marcelo Arenas Belón 3013118eb8 builtin/receive-pack: avoid generic function name hmac() 5 years ago
Taylor Blau cac4b8e22e shallow: use struct 'shallow_lock' for additional safety 5 years ago
Taylor Blau 120ad2b0f1 shallow: extract a header file for shallow-related functions 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 6 years ago
Jeff King bdf4276c91 transport: drop refnames from for_each_alternate_ref 6 years ago
Jeff King 7987d2232d receive-pack: update comment with check_everything_connected 6 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