index
:
git
gitk-resize-error
main
Fork of git SCM with my patches.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scalar.c
Age
Commit message (
Expand
)
Author
2026-02-05
global: constify some pointers that are not written to
Collin Funk
2025-12-23
Merge branch 'ds/doc-scalar-config'
Junio C Hamano
2025-12-16
scalar: document config settings
Derrick Stolee
2025-12-13
scalar: alphabetize and simplify config
Derrick Stolee
2025-12-13
scalar: remove stale config values
Derrick Stolee
2025-12-13
scalar: use index.skipHash=true for performance
Derrick Stolee
2025-12-13
scalar: annotate config file with "set by scalar"
Derrick Stolee
2025-11-19
odb: adopt logic to close object databases
Patrick Steinhardt
2025-10-22
commit-graph: add new config for changed-paths & recommend it in scalar
Emily Yang
2025-07-23
config: drop `git_config_get_multivar_gently()` wrapper
Patrick Steinhardt
2025-07-23
config: drop `git_config_set_gently()` wrapper
Patrick Steinhardt
2025-07-23
config: drop `git_config_get_string()` wrapper
Patrick Steinhardt
2025-07-23
config: drop `git_config_clear()` wrapper
Patrick Steinhardt
2025-07-23
config: drop `git_config()` wrapper
Patrick Steinhardt
2025-06-17
Merge branch 'ds/path-walk-2'
Junio C Hamano
2025-05-16
scalar: enable path-walk during push via config
Derrick Stolee
2025-05-14
scalar reconfigure: improve --maintenance docs
Derrick Stolee
2025-05-07
scalar reconfigure: add --maintenance=<mode> option
Derrick Stolee
2025-05-07
scalar clone: add --no-maintenance option
Derrick Stolee
2025-05-07
scalar register: add --no-maintenance option
Derrick Stolee
2025-05-07
scalar: customize register_dir()'s behavior
Derrick Stolee
2025-03-21
treewide: replace assert() with ASSERT() in special cases
Elijah Newren
2025-02-06
Merge branch 'ps/leakfixes-0129'
Junio C Hamano
2025-01-30
scalar: free result of `remote_default_branch()`
Patrick Steinhardt
2024-12-06
scalar: address -Wsign-compare warnings
Patrick Steinhardt
2024-12-06
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
2024-10-10
Merge branch 'ps/leakfixes-part-8'
Junio C Hamano
2024-09-30
Merge branch 'ds/background-maintenance-with-credential'
Junio C Hamano
2024-09-30
scalar: fix leaking repositories
Patrick Steinhardt
2024-09-20
scalar: configure maintenance during 'reconfigure'
Derrick Stolee
2024-09-06
scalar: add --no-tags option to 'scalar clone'
Derrick Stolee
2024-08-17
scalar: mark unused parameters in dummy function
Jeff King
2024-07-02
Merge branch 'ps/use-the-repository'
Junio C Hamano
2024-06-17
Merge branch 'jc/varargs-attributes'
Junio C Hamano
2024-06-14
global: introduce `USE_THE_REPOSITORY_VARIABLE` macro
Patrick Steinhardt
2024-06-10
__attribute__: add a few missing format attributes
Junio C Hamano
2024-06-10
__attribute__: mark some functions with LAST_ARG_MUST_BE_NULL
Junio C Hamano
2024-05-17
scalar: make enlistment delete to work on all POSIX platforms
Marcel Telka
2024-05-07
scalar: avoid segfault in reconfigure --all
Derrick Stolee
2023-08-29
Merge branch 'ds/scalar-updates'
Junio C Hamano
2023-08-28
scalar reconfigure: help users remove buggy repos
Derrick Stolee
2023-08-28
scalar: add --[no-]src option
Derrick Stolee
2023-06-28
config: add ctx arg to config_fn_t
Glen Choo
2023-04-25
Merge branch 'en/header-split-cache-h'
Junio C Hamano
2023-04-11
treewide: remove unnecessary cache.h inclusion
Elijah Newren
2023-04-11
treewide: be explicit about dependence on trace.h & trace2.h
Elijah Newren
2023-04-06
Merge branch 'en/header-split-cleanup'
Junio C Hamano
2023-03-28
mark "argv" as unused when we check argc
Jeff King
2023-03-21
setup.h: move declarations for setup.c functions from cache.h
Elijah Newren
2023-03-21
abspath.h: move absolute path functions from cache.h
Elijah Newren
[next]