| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-10-22 | commit-graph: add new config for changed-paths & recommend it in scalar | Emily Yang | 1 | -0/+1 |
| 2025-07-23 | config: drop `git_config_get_multivar_gently()` wrapper | Patrick Steinhardt | 1 | -3/+3 |
| 2025-07-23 | config: drop `git_config_set_gently()` wrapper | Patrick Steinhardt | 1 | -2/+2 |
| 2025-07-23 | config: drop `git_config_get_string()` wrapper | Patrick Steinhardt | 1 | -2/+2 |
| 2025-07-23 | config: drop `git_config_clear()` wrapper | Patrick Steinhardt | 1 | -1/+1 |
| 2025-07-23 | config: drop `git_config()` wrapper | Patrick Steinhardt | 1 | -1/+1 |
| 2025-06-17 | Merge branch 'ds/path-walk-2' | Junio C Hamano | 1 | -0/+1 |
| 2025-05-16 | scalar: enable path-walk during push via config | Derrick Stolee | 1 | -0/+1 |
| 2025-05-14 | scalar reconfigure: improve --maintenance docs | Derrick Stolee | 1 | -2/+2 |
| 2025-05-07 | scalar reconfigure: add --maintenance=<mode> option | Derrick Stolee | 1 | -2/+21 |
| 2025-05-07 | scalar clone: add --no-maintenance option | Derrick Stolee | 1 | -3/+6 |
| 2025-05-07 | scalar register: add --no-maintenance option | Derrick Stolee | 1 | -2/+6 |
| 2025-05-07 | scalar: customize register_dir()'s behavior | Derrick Stolee | 1 | -7/+22 |
| 2025-03-21 | treewide: replace assert() with ASSERT() in special cases | Elijah Newren | 1 | -2/+2 |
| 2025-02-06 | Merge branch 'ps/leakfixes-0129' | Junio C Hamano | 1 | -1/+3 |
| 2025-01-30 | scalar: free result of `remote_default_branch()` | Patrick Steinhardt | 1 | -1/+3 |
| 2024-12-06 | scalar: address -Wsign-compare warnings | Patrick Steinhardt | 1 | -4/+3 |
| 2024-12-06 | global: mark code units that generate warnings with `-Wsign-compare` | Patrick Steinhardt | 1 | -0/+1 |
| 2024-10-10 | Merge branch 'ps/leakfixes-part-8' | Junio C Hamano | 1 | -0/+1 |
| 2024-09-30 | Merge branch 'ds/background-maintenance-with-credential' | Junio C Hamano | 1 | -0/+3 |
| 2024-09-30 | scalar: fix leaking repositories | Patrick Steinhardt | 1 | -0/+1 |
| 2024-09-20 | scalar: configure maintenance during 'reconfigure' | Derrick Stolee | 1 | -0/+3 |
| 2024-09-06 | scalar: add --no-tags option to 'scalar clone' | Derrick Stolee | 1 | -3/+12 |
| 2024-08-17 | scalar: mark unused parameters in dummy function | Jeff King | 1 | -1/+2 |
| 2024-07-02 | Merge branch 'ps/use-the-repository' | Junio C Hamano | 1 | -0/+2 |
| 2024-06-17 | Merge branch 'jc/varargs-attributes' | Junio C Hamano | 1 | -0/+2 |
| 2024-06-14 | global: introduce `USE_THE_REPOSITORY_VARIABLE` macro | Patrick Steinhardt | 1 | -0/+2 |
| 2024-06-10 | __attribute__: add a few missing format attributes | Junio C Hamano | 1 | -0/+1 |
| 2024-06-10 | __attribute__: mark some functions with LAST_ARG_MUST_BE_NULL | Junio C Hamano | 1 | -0/+1 |
| 2024-05-17 | scalar: make enlistment delete to work on all POSIX platforms | Marcel Telka | 1 | -4/+0 |
| 2024-05-07 | scalar: avoid segfault in reconfigure --all | Derrick Stolee | 1 | -3/+7 |
| 2023-08-29 | Merge branch 'ds/scalar-updates' | Junio C Hamano | 1 | -18/+52 |
| 2023-08-28 | scalar reconfigure: help users remove buggy repos | Derrick Stolee | 1 | -16/+43 |
| 2023-08-28 | scalar: add --[no-]src option | Derrick Stolee | 1 | -2/+9 |
| 2023-06-28 | config: add ctx arg to config_fn_t | Glen Choo | 1 | -1/+3 |
| 2023-04-25 | Merge branch 'en/header-split-cache-h' | Junio C Hamano | 1 | -1/+2 |
| 2023-04-11 | treewide: remove unnecessary cache.h inclusion | Elijah Newren | 1 | -1/+1 |
| 2023-04-11 | treewide: be explicit about dependence on trace.h & trace2.h | Elijah Newren | 1 | -0/+1 |
| 2023-04-06 | Merge branch 'en/header-split-cleanup' | Junio C Hamano | 1 | -0/+2 |
| 2023-03-28 | mark "argv" as unused when we check argc | Jeff King | 1 | -1/+1 |
| 2023-03-21 | setup.h: move declarations for setup.c functions from cache.h | Elijah Newren | 1 | -0/+1 |
| 2023-03-21 | abspath.h: move absolute path functions from cache.h | Elijah Newren | 1 | -0/+1 |
| 2023-01-27 | scalar: only warn when background maintenance fails | Derrick Stolee | 1 | -1/+1 |
| 2023-01-23 | Merge branch 'zh/scalar-progress' | Junio C Hamano | 1 | -3/+7 |
| 2023-01-16 | scalar: show progress if stderr refers to a terminal | ZheNing Hu | 1 | -3/+7 |
| 2023-01-07 | features: feature.manyFiles implies fast index writes | Derrick Stolee | 1 | -0/+1 |
| 2022-11-23 | Merge branch 'js/remove-stale-scalar-repos' | Junio C Hamano | 1 | -20/+34 |
| 2022-11-07 | scalar reconfigure -a: remove stale `scalar.repo` entries | Johannes Schindelin | 1 | -20/+34 |
| 2022-10-30 | use child_process members "args" and "env" directly | René Scharfe | 1 | -8/+5 |
| 2022-09-27 | scalar: make 'unregister' idempotent | Derrick Stolee | 1 | -1/+4 |
| 2022-09-02 | scalar: implement the `help` subcommand | Johannes Schindelin | 1 | -0/+20 |
| 2022-09-02 | scalar: include in standard Git build & installation | Victoria Dye | 1 | -0/+906 |