Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'ab/bug-if-bug' | Junio C Hamano | 2022-06-10 | 1 | -10/+6 |
|\ | |||||
| * | receive-pack: use bug() and BUG_if_bug() | Ævar Arnfjörð Bjarmason | 2022-06-02 | 1 | -10/+6 |
* | | Merge branch 'ab/env-array' | Junio C Hamano | 2022-06-10 | 1 | -16/+16 |
|\ \ | |/ |/| | |||||
| * | run-command API: rename "env_array" to "env" | Ævar Arnfjörð Bjarmason | 2022-06-02 | 1 | -16/+16 |
* | | Merge branch 'tb/receive-pack-code-cleanup' | Junio C Hamano | 2022-05-25 | 1 | -2/+1 |
|\ \ | |||||
| * | | builtin/receive-pack.c: remove redundant 'if' | Taylor Blau | 2022-05-18 | 1 | -2/+1 |
* | | | Merge branch 'ep/maint-equals-null-cocci' | Junio C Hamano | 2022-05-20 | 1 | -2/+2 |
|\ \ \ | |_|/ |/| | | |||||
| * | | Merge branch 'ep/maint-equals-null-cocci' for maint-2.35 | Junio C Hamano | 2022-05-02 | 1 | -2/+2 |
| |\ \ | | |/ | |/| | |||||
| | * | tree-wide: apply equals-null.cocci | Junio C Hamano | 2022-05-02 | 1 | -2/+2 |
* | | | Merge branch 'ab/string-list-count-in-size-t' | Junio C Hamano | 2022-03-16 | 1 | -4/+5 |
|\ \ \ | |||||
| * | | | string-list API: change "nr" and "alloc" to "size_t" | Ævar Arnfjörð Bjarmason | 2022-03-07 | 1 | -4/+5 |
* | | | | Merge branch 'ab/racy-hooks' | Junio C Hamano | 2022-03-16 | 1 | -3/+5 |
|\ \ \ \ | |||||
| * | | | | hooks: fix an obscure TOCTOU "did we just run a hook?" race | Ævar Arnfjörð Bjarmason | 2022-03-07 | 1 | -3/+5 |
| |/ / / | |||||
* | | | | Merge branch 'ab/object-file-api-updates' | Junio C Hamano | 2022-03-16 | 1 | -1/+1 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | object-file API: have write_object_file() take "enum object_type" | Ævar Arnfjörð Bjarmason | 2022-02-25 | 1 | -1/+1 |
| |/ / | |||||
* | | | Merge branch 'cb/clear-quarantine-early-on-all-ref-update-errors' | Junio C Hamano | 2022-02-18 | 1 | -0/+9 |
|\ \ \ | |||||
| * | | | receive-pack: purge temporary data if no command is ready to run | Chen Bojun | 2022-02-01 | 1 | -0/+9 |
| |/ / | |||||
* | | | Merge branch 'ab/config-based-hooks-2' | Junio C Hamano | 2022-02-09 | 1 | -2/+5 |
|\ \ \ | |||||
| * | | | receive-pack: convert push-to-checkout hook to hook.h | Emily Shaffer | 2022-01-07 | 1 | -2/+5 |
* | | | | Merge branch 'jc/find-header' | Junio C Hamano | 2022-02-05 | 1 | -23/+10 |
|\ \ \ \ | |_|/ / |/| | | | |||||
| * | | | receive-pack.c: consolidate find header logic | John Cai | 2022-01-06 | 1 | -23/+10 |
| |/ / | |||||
* | | | Merge branch 'ns/tmp-objdir' | Junio C Hamano | 2022-01-03 | 1 | -1/+1 |
|\ \ \ | |/ / |/| | | |||||
| * | | tmp-objdir: new API for creating temporary writable databases | Neeraj Singh | 2021-12-08 | 1 | -1/+1 |
* | | | Merge branch 'ak/protect-any-current-branch' | Junio C Hamano | 2021-12-21 | 1 | -42/+50 |
|\ \ \ | |||||
| * | | | receive-pack: protect current branch for bare repository worktree | Anders Kaseorg | 2021-12-01 | 1 | -5/+3 |
| * | | | receive-pack: clean dead code from update_worktree() | Anders Kaseorg | 2021-12-01 | 1 | -16/+7 |
| * | | | worktree: simplify find_shared_symref() memory ownership model | Anders Kaseorg | 2021-12-01 | 1 | -22/+41 |
| * | | | receive-pack: lowercase error messages | Anders Kaseorg | 2021-12-01 | 1 | -5/+5 |
| | |/ | |/| | |||||
* | | | Merge branch 'fs/ssh-signing-key-lifetime' | Junio C Hamano | 2021-12-21 | 1 | -2/+4 |
|\ \ \ | |||||
| * | | | ssh signing: use sigc struct to pass payload | Fabian Stelzer | 2021-12-09 | 1 | -2/+4 |
| |/ / | |||||
* | | | Merge branch 'rj/receive-pack-avoid-sigpipe-during-status-reporting' | Junio C Hamano | 2021-12-15 | 1 | -0/+2 |
|\ \ \ | |||||
| * | | | receive-pack: ignore SIGPIPE while reporting status to client | Robin Jarry | 2021-11-10 | 1 | -0/+2 |
* | | | | run-command API: remove "env" member, always use "env_array" | Ævar Arnfjörð Bjarmason | 2021-11-25 | 1 | -5/+6 |
* | | | | run-command API users: use strvec_push(), not argv construction | Ævar Arnfjörð Bjarmason | 2021-11-25 | 1 | -19/+12 |
* | | | | run-command API users: use strvec_pushl(), not argv construction | Ævar Arnfjörð Bjarmason | 2021-11-25 | 1 | -25/+13 |
| |/ / |/| | | |||||
* | | | Merge branch 'fs/ssh-signing' | Junio C Hamano | 2021-10-25 | 1 | -0/+4 |
|\ \ \ | |||||
| * | | | ssh signing: verify signatures using ssh-keygen | Fabian Stelzer | 2021-09-10 | 1 | -0/+4 |
* | | | | hook.c users: use "hook_exists()" instead of "find_hook()" | Ævar Arnfjörð Bjarmason | 2021-09-27 | 1 | -1/+1 |
* | | | | hook.[ch]: move find_hook() from run-command.c to hook.c | Ævar Arnfjörð Bjarmason | 2021-09-27 | 1 | -0/+1 |
| |_|/ |/| | | |||||
* | | | Merge branch 'js/run-command-close-packs' | Junio C Hamano | 2021-09-20 | 1 | -2/+1 |
|\ \ \ | |||||
| * | | | Close object store closer to spawning child processes | Johannes Schindelin | 2021-09-09 | 1 | -2/+1 |
| | |/ | |/| | |||||
* | | | Merge branch 'ab/serve-cleanup' | Junio C Hamano | 2021-09-20 | 1 | -1/+2 |
|\ \ \ | |||||
| * | | | upload-pack: document and rename --advertise-refs | Ævar Arnfjörð Bjarmason | 2021-08-05 | 1 | -1/+2 |
| |/ / | |||||
* | | | connected: refactor iterator to return next object ID directly | Patrick Steinhardt | 2021-09-01 | 1 | -10/+7 |
|/ / | |||||
* | | *.c static functions: don't forward-declare __attribute__ | Ævar Arnfjörð Bjarmason | 2021-07-12 | 1 | -3/+2 |
|/ | |||||
* | hash: provide per-algorithm null OIDs | brian m. carlson | 2021-04-27 | 1 | -1/+1 |
* | Merge branch 'rs/calloc-array' | Junio C Hamano | 2021-03-19 | 1 | -2/+2 |
|\ | |||||
| * | use CALLOC_ARRAY | René Scharfe | 2021-03-13 | 1 | -2/+2 |
* | | Merge branch 'jc/calloc-fix' | Junio C Hamano | 2021-03-19 | 1 | -5/+3 |
|\ \ | |/ |/| | |||||
| * | xcalloc: use CALLOC_ARRAY() when applicable | Junio C Hamano | 2021-03-15 | 1 | -5/+3 |