372 Commits (69c5f17f11a2afe6b56b04f5a4377e4332858cde)

Author SHA1 Message Date
Ævar Arnfjörð Bjarmason 5cf88fd8b0 git-compat-util.h: use "UNUSED", not "UNUSED(var)" 2 years ago
Jeff King e5e056b21d run-command: mark unused async callback parameters 2 years ago
Jeff King 63e14ee2d6 refs: mark unused each_ref_fn parameters 2 years ago
Ævar Arnfjörð Bjarmason 29fda24dd1 run-command API: rename "env_array" to "env" 2 years ago
Ævar Arnfjörð Bjarmason 07b1d8f184 receive-pack: use bug() and BUG_if_bug() 2 years ago
Taylor Blau af845a604d builtin/receive-pack.c: remove redundant 'if' 2 years ago
Junio C Hamano afe8a9070b tree-wide: apply equals-null.cocci 3 years ago
Ævar Arnfjörð Bjarmason a8cc594333 hooks: fix an obscure TOCTOU "did we just run a hook?" race 3 years ago
Ævar Arnfjörð Bjarmason 99d60545f8 string-list API: change "nr" and "alloc" to "size_t" 3 years ago
Ævar Arnfjörð Bjarmason c80d226a04 object-file API: have write_object_file() take "enum object_type" 3 years ago
Chen Bojun 5407764069 receive-pack: purge temporary data if no command is ready to run 3 years ago
Emily Shaffer 306f445ed1 receive-pack: convert push-to-checkout hook to hook.h 3 years ago
John Cai cfc5cf428b receive-pack.c: consolidate find header logic 3 years ago
Fabian Stelzer 02769437e1 ssh signing: use sigc struct to pass payload 3 years ago
Neeraj Singh b3cecf49ea tmp-objdir: new API for creating temporary writable databases 3 years ago
Anders Kaseorg 9fdf4f1db4 receive-pack: protect current branch for bare repository worktree 3 years ago
Anders Kaseorg 38baae6cfe receive-pack: clean dead code from update_worktree() 3 years ago
Anders Kaseorg c8dd491fa5 worktree: simplify find_shared_symref() memory ownership model 3 years ago
Anders Kaseorg c25edee9a5 receive-pack: lowercase error messages 3 years ago
Ævar Arnfjörð Bjarmason c7c4bdeccf run-command API: remove "env" member, always use "env_array" 3 years ago
Ævar Arnfjörð Bjarmason 7f14609e29 run-command API users: use strvec_push(), not argv construction 3 years ago
Ævar Arnfjörð Bjarmason 2b7098936c run-command API users: use strvec_pushl(), not argv construction 3 years ago
Robin Jarry d34182b9e3 receive-pack: ignore SIGPIPE while reporting status to client 3 years ago
Æ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 3 years ago
Ævar Arnfjörð Bjarmason 98e2d9d6f7 upload-pack: document and rename --advertise-refs 3 years ago
Ævar Arnfjörð Bjarmason 103e02c700 *.c static functions: don't forward-declare __attribute__ 3 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 4 years ago
Jiang Xin 63518a574a New capability "report-status-v2" for git-push 4 years ago
Jiang Xin 195d6eaea3 receive-pack: feed report options to post-receive 4 years ago
Jiang Xin 15d3af5e22 receive-pack: add new proc-receive hook 4 years ago
Jeff King d70a9eb611 strvec: rename struct fields 4 years ago
Jeff King f6d8942b1f strvec: fix indentation in renamed calls 4 years ago
Jeff King 22f9b7f3f5 strvec: convert builtin/ callers away from argv_array name 4 years ago
Jeff King dbbcd44fb4 strvec: rename files from argv-array to strvec 4 years ago
brian m. carlson bb095d0875 builtin/receive-pack: detect when the server doesn't support our hash 4 years ago
brian m. carlson bf30dbf826 remote: advertise the object-format capability on the server side 4 years ago
Carlo Marcelo Arenas Belón 3013118eb8 builtin/receive-pack: avoid generic function name hmac() 5 years ago