Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | revision: fix leaking parents when simplifying commits | Patrick Steinhardt | 2024-09-27 | 7 | -0/+12 | |
| * | | builtin/maintenance: fix leak in `get_schedule_cmd()` | Patrick Steinhardt | 2024-09-27 | 2 | -47/+81 | |
| * | | builtin/maintenance: fix leaking config string | Patrick Steinhardt | 2024-09-27 | 1 | -2/+2 | |
| * | | promisor-remote: fix leaking partial clone filter | Patrick Steinhardt | 2024-09-27 | 2 | -0/+3 | |
| * | | grep: fix leaking grep pattern | Patrick Steinhardt | 2024-09-27 | 1 | -1/+1 | |
| * | | submodule: fix leaking submodule ODB paths | Patrick Steinhardt | 2024-09-27 | 1 | -2/+2 | |
| * | | trace2: destroy context stored in thread-local storage | Patrick Steinhardt | 2024-09-27 | 1 | -1/+9 | |
| * | | builtin/difftool: plug several trivial memory leaks | Patrick Steinhardt | 2024-09-27 | 2 | -0/+7 | |
| * | | builtin/repack: fix leaking configuration | Patrick Steinhardt | 2024-09-27 | 3 | -15/+45 | |
| * | | diffcore-order: fix leaking buffer when parsing orderfiles | Patrick Steinhardt | 2024-09-27 | 3 | -12/+9 | |
| * | | parse-options: free previous value of `OPTION_FILENAME` | Patrick Steinhardt | 2024-09-27 | 1 | -8/+14 | |
| * | | diff: fix leaking orderfile option | Patrick Steinhardt | 2024-09-27 | 3 | -5/+7 | |
| * | | builtin/pull: fix leaking "ff" option | Patrick Steinhardt | 2024-09-27 | 2 | -4/+8 | |
| * | | dir: fix off by one errors for ignored and untracked entries | Patrick Steinhardt | 2024-09-27 | 4 | -4/+5 | |
| * | | builtin/submodule--helper: fix leaking remote ref on errors | Patrick Steinhardt | 2024-09-27 | 2 | -4/+10 | |
| * | | t/helper: fix leaking subrepo in nested submodule config helper | Patrick Steinhardt | 2024-09-27 | 2 | -1/+2 | |
| * | | builtin/submodule--helper: fix leaking error buffer | Patrick Steinhardt | 2024-09-27 | 2 | -0/+4 | |
| * | | builtin/submodule--helper: clear child process when not running it | Patrick Steinhardt | 2024-09-27 | 2 | -3/+8 | |
| * | | submodule: fix leaking update strategy | Patrick Steinhardt | 2024-09-27 | 5 | -3/+12 | |
| * | | git: fix leaking argv when handling builtins | Patrick Steinhardt | 2024-09-27 | 2 | -3/+20 | |
| * | | builtin/help: fix leaking `html_path` when reading config multiple times | Patrick Steinhardt | 2024-09-27 | 1 | -1/+2 | |
| * | | builtin/help: fix dangling reference to `html_path` | Patrick Steinhardt | 2024-09-27 | 1 | -6/+7 | |
| * | | Merge branch 'ps/leakfixes-part-6' into ps/leakfixes-part-7 | Junio C Hamano | 2024-09-16 | 42 | -72/+178 | |
| |\ \ | ||||||
* | | | | Git 2.47-rc0v2.47.0-rc0 | Junio C Hamano | 2024-09-26 | 2 | -1/+8 | |
* | | | | Merge branch 'jk/sendemail-mailmap-doc' | Junio C Hamano | 2024-09-26 | 2 | -0/+21 | |
|\ \ \ \ | ||||||
| * | | | | send-email: document --mailmap and associated configuration | Jacob Keller | 2024-09-25 | 2 | -0/+21 | |
| | |_|/ | |/| | | ||||||
* | | | | Merge branch 'rs/diff-exit-code-binary' | Junio C Hamano | 2024-09-26 | 2 | -0/+9 | |
|\ \ \ \ | ||||||
| * | | | | diff: report modified binary files as changes in builtin_diff() | René Scharfe | 2024-09-23 | 2 | -0/+9 | |
* | | | | | Merge branch 'cb/ci-freebsd-13-4' | Junio C Hamano | 2024-09-26 | 1 | -1/+1 | |
|\ \ \ \ \ | ||||||
| * | | | | | ci: update FreeBSD image to 13.4 | Carlo Marcelo Arenas Belón | 2024-09-20 | 1 | -1/+1 | |
* | | | | | | Merge branch 'ak/doc-sparse-co-typofix' | Junio C Hamano | 2024-09-26 | 1 | -1/+1 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Documentation/technical: fix a typo | Andrew Kreimer | 2024-09-23 | 1 | -1/+1 | |
| | |_|/ / / | |/| | | | | ||||||
* | | | | | | Merge branch 'ak/typofix-builtins' | Junio C Hamano | 2024-09-26 | 4 | -4/+4 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | builtin: fix typos | Andrew Kreimer | 2024-09-24 | 4 | -4/+4 | |
| |/ / / / / | ||||||
* | | | | | | The 21st batch | Junio C Hamano | 2024-09-25 | 1 | -0/+9 | |
* | | | | | | Merge branch 'jc/cmake-unit-test-updates' | Junio C Hamano | 2024-09-25 | 1 | -14/+11 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | cmake: generalize the handling of the `UNIT_TEST_OBJS` list | Johannes Schindelin | 2024-09-19 | 1 | -3/+4 | |
| * | | | | | | cmake: stop looking for `REFTABLE_TEST_OBJS` in the Makefile | Johannes Schindelin | 2024-09-19 | 1 | -5/+1 | |
| * | | | | | | cmake: rename clar-related variables to avoid confusion | Johannes Schindelin | 2024-09-19 | 1 | -6/+6 | |
| * | | | | | | Merge branch 'ps/reftable-exclude' into jc/cmake-unit-test-updates | Junio C Hamano | 2024-09-19 | 16 | -201/+594 | |
| |\ \ \ \ \ \ | ||||||
* | \ \ \ \ \ \ | Merge branch 'ps/ci-gitlab-upgrade' | Junio C Hamano | 2024-09-25 | 1 | -0/+2 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | gitlab-ci: upgrade machine type of Linux runners | Patrick Steinhardt | 2024-09-19 | 1 | -0/+2 | |
* | | | | | | | | | Merge branch 'ak/refs-symref-referent-typofix' | Junio C Hamano | 2024-09-25 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | ref-filter: fix a typo | Andrew Kreimer | 2024-09-19 | 1 | -1/+1 | |
* | | | | | | | | | | Merge branch 'ak/typofix-2.46-maint' | Junio C Hamano | 2024-09-25 | 19 | -24/+24 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | upload-pack: fix a typo | Andrew Kreimer | 2024-09-19 | 1 | -1/+1 | |
| * | | | | | | | | | | sideband: fix a typo | Andrew Kreimer | 2024-09-19 | 1 | -1/+1 | |
| * | | | | | | | | | | setup: fix a typo | Andrew Kreimer | 2024-09-19 | 1 | -1/+1 | |
| * | | | | | | | | | | run-command: fix a typo | Andrew Kreimer | 2024-09-19 | 1 | -1/+1 | |
| * | | | | | | | | | | revision: fix a typo | Andrew Kreimer | 2024-09-19 | 1 | -1/+1 |