aboutsummaryrefslogtreecommitdiffstats
path: root/scalar.c
AgeCommit message (Expand)AuthorFilesLines
2025-10-22commit-graph: add new config for changed-paths & recommend it in scalarEmily Yang1-0/+1
2025-07-23config: drop `git_config_get_multivar_gently()` wrapperPatrick Steinhardt1-3/+3
2025-07-23config: drop `git_config_set_gently()` wrapperPatrick Steinhardt1-2/+2
2025-07-23config: drop `git_config_get_string()` wrapperPatrick Steinhardt1-2/+2
2025-07-23config: drop `git_config_clear()` wrapperPatrick Steinhardt1-1/+1
2025-07-23config: drop `git_config()` wrapperPatrick Steinhardt1-1/+1
2025-06-17Merge branch 'ds/path-walk-2'Junio C Hamano1-0/+1
2025-05-16scalar: enable path-walk during push via configDerrick Stolee1-0/+1
2025-05-14scalar reconfigure: improve --maintenance docsDerrick Stolee1-2/+2
2025-05-07scalar reconfigure: add --maintenance=<mode> optionDerrick Stolee1-2/+21
2025-05-07scalar clone: add --no-maintenance optionDerrick Stolee1-3/+6
2025-05-07scalar register: add --no-maintenance optionDerrick Stolee1-2/+6
2025-05-07scalar: customize register_dir()'s behaviorDerrick Stolee1-7/+22
2025-03-21treewide: replace assert() with ASSERT() in special casesElijah Newren1-2/+2
2025-02-06Merge branch 'ps/leakfixes-0129'Junio C Hamano1-1/+3
2025-01-30scalar: free result of `remote_default_branch()`Patrick Steinhardt1-1/+3
2024-12-06scalar: address -Wsign-compare warningsPatrick Steinhardt1-4/+3
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt1-0/+1
2024-10-10Merge branch 'ps/leakfixes-part-8'Junio C Hamano1-0/+1
2024-09-30Merge branch 'ds/background-maintenance-with-credential'Junio C Hamano1-0/+3
2024-09-30scalar: fix leaking repositoriesPatrick Steinhardt1-0/+1
2024-09-20scalar: configure maintenance during 'reconfigure'Derrick Stolee1-0/+3
2024-09-06scalar: add --no-tags option to 'scalar clone'Derrick Stolee1-3/+12
2024-08-17scalar: mark unused parameters in dummy functionJeff King1-1/+2
2024-07-02Merge branch 'ps/use-the-repository'Junio C Hamano1-0/+2
2024-06-17Merge branch 'jc/varargs-attributes'Junio C Hamano1-0/+2
2024-06-14global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt1-0/+2
2024-06-10__attribute__: add a few missing format attributesJunio C Hamano1-0/+1
2024-06-10__attribute__: mark some functions with LAST_ARG_MUST_BE_NULLJunio C Hamano1-0/+1
2024-05-17scalar: make enlistment delete to work on all POSIX platformsMarcel Telka1-4/+0
2024-05-07scalar: avoid segfault in reconfigure --allDerrick Stolee1-3/+7
2023-08-29Merge branch 'ds/scalar-updates'Junio C Hamano1-18/+52
2023-08-28scalar reconfigure: help users remove buggy reposDerrick Stolee1-16/+43
2023-08-28scalar: add --[no-]src optionDerrick Stolee1-2/+9
2023-06-28config: add ctx arg to config_fn_tGlen Choo1-1/+3
2023-04-25Merge branch 'en/header-split-cache-h'Junio C Hamano1-1/+2
2023-04-11treewide: remove unnecessary cache.h inclusionElijah Newren1-1/+1
2023-04-11treewide: be explicit about dependence on trace.h & trace2.hElijah Newren1-0/+1
2023-04-06Merge branch 'en/header-split-cleanup'Junio C Hamano1-0/+2
2023-03-28mark "argv" as unused when we check argcJeff King1-1/+1
2023-03-21setup.h: move declarations for setup.c functions from cache.hElijah Newren1-0/+1
2023-03-21abspath.h: move absolute path functions from cache.hElijah Newren1-0/+1
2023-01-27scalar: only warn when background maintenance failsDerrick Stolee1-1/+1
2023-01-23Merge branch 'zh/scalar-progress'Junio C Hamano1-3/+7
2023-01-16scalar: show progress if stderr refers to a terminalZheNing Hu1-3/+7
2023-01-07features: feature.manyFiles implies fast index writesDerrick Stolee1-0/+1
2022-11-23Merge branch 'js/remove-stale-scalar-repos'Junio C Hamano1-20/+34
2022-11-07scalar reconfigure -a: remove stale `scalar.repo` entriesJohannes Schindelin1-20/+34
2022-10-30use child_process members "args" and "env" directlyRené Scharfe1-8/+5
2022-09-27scalar: make 'unregister' idempotentDerrick Stolee1-1/+4
2022-09-02scalar: implement the `help` subcommandJohannes Schindelin1-0/+20
2022-09-02scalar: include in standard Git build & installationVictoria Dye1-0/+906