summaryrefslogtreecommitdiffstats
path: root/scalar.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* scalar: address -Wsign-compare warningsPatrick Steinhardt2024-12-061-4/+3
* global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt2024-12-061-0/+1
* Merge branch 'ps/leakfixes-part-8'Junio C Hamano2024-10-101-0/+1
|\
| * scalar: fix leaking repositoriesPatrick Steinhardt2024-09-301-0/+1
* | Merge branch 'ds/background-maintenance-with-credential'Junio C Hamano2024-10-011-0/+3
|\ \ | |/ |/|
| * scalar: configure maintenance during 'reconfigure'Derrick Stolee2024-09-201-0/+3
* | scalar: add --no-tags option to 'scalar clone'Derrick Stolee2024-09-061-3/+12
* | scalar: mark unused parameters in dummy functionJeff King2024-08-171-1/+2
|/
* Merge branch 'ps/use-the-repository'Junio C Hamano2024-07-021-0/+2
|\
| * global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt2024-06-141-0/+2
* | Merge branch 'jc/varargs-attributes'Junio C Hamano2024-06-181-0/+2
|\ \ | |/ |/|
| * __attribute__: add a few missing format attributesJunio C Hamano2024-06-101-0/+1
| * __attribute__: mark some functions with LAST_ARG_MUST_BE_NULLJunio C Hamano2024-06-101-0/+1
* | scalar: make enlistment delete to work on all POSIX platformsMarcel Telka2024-05-171-4/+0
* | scalar: avoid segfault in reconfigure --allDerrick Stolee2024-05-081-3/+7
|/
* Merge branch 'ds/scalar-updates'Junio C Hamano2023-08-291-18/+52
|\
| * scalar reconfigure: help users remove buggy reposDerrick Stolee2023-08-281-16/+43
| * scalar: add --[no-]src optionDerrick Stolee2023-08-281-2/+9
* | config: add ctx arg to config_fn_tGlen Choo2023-06-281-1/+3
|/
* Merge branch 'en/header-split-cache-h'Junio C Hamano2023-04-251-1/+2
|\
| * treewide: remove unnecessary cache.h inclusionElijah Newren2023-04-111-1/+1
| * treewide: be explicit about dependence on trace.h & trace2.hElijah Newren2023-04-111-0/+1
* | Merge branch 'en/header-split-cleanup'Junio C Hamano2023-04-061-0/+2
|\|
| * setup.h: move declarations for setup.c functions from cache.hElijah Newren2023-03-211-0/+1
| * abspath.h: move absolute path functions from cache.hElijah Newren2023-03-211-0/+1
* | mark "argv" as unused when we check argcJeff King2023-03-281-1/+1
|/
* scalar: only warn when background maintenance failsDerrick Stolee2023-01-271-1/+1
* Merge branch 'zh/scalar-progress'Junio C Hamano2023-01-231-3/+7
|\
| * scalar: show progress if stderr refers to a terminalZheNing Hu2023-01-161-3/+7
* | features: feature.manyFiles implies fast index writesDerrick Stolee2023-01-061-0/+1
|/
* Merge branch 'js/remove-stale-scalar-repos'Junio C Hamano2022-11-231-20/+34
|\
| * scalar reconfigure -a: remove stale `scalar.repo` entriesJohannes Schindelin2022-11-071-20/+34
* | use child_process members "args" and "env" directlyRené Scharfe2022-10-301-8/+5
|/
* scalar: make 'unregister' idempotentDerrick Stolee2022-09-271-1/+4
* scalar: implement the `help` subcommandJohannes Schindelin2022-09-021-0/+20
* scalar: include in standard Git build & installationVictoria Dye2022-09-021-0/+906