aboutsummaryrefslogtreecommitdiffstats
path: root/environment.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-06-14global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt1-0/+3
2024-05-27config: clarify memory ownership in `git_config_string()`Patrick Steinhardt1-4/+4
2024-05-27convert: refactor code to clarify ownership of check_roundtrip_encodingPatrick Steinhardt1-1/+1
2024-05-27config: clarify memory ownership in `git_config_pathname()`Patrick Steinhardt1-3/+3
2024-04-05Merge branch 'jk/core-comment-string'Junio C Hamano1-1/+1
2024-03-12environment: store comment_line_char as a stringJeff King1-1/+1
2024-03-07Merge branch 'jc/no-lazy-fetch'Junio C Hamano1-0/+3
2024-02-27git: extend --no-lazy-fetch to work across subprocessesJunio C Hamano1-0/+3
2023-12-09config: use git_config_string() for core.checkRoundTripEncodingJeff King1-1/+1
2023-11-02max_tree_depth: lower it for MSVC to avoid stack overflowsJohannes Schindelin1-1/+14
2023-08-31lower core.maxTreeDepth default to 2048Jeff King1-1/+1
2023-08-31add core.maxTreeDepth configJeff King1-0/+1
2023-07-28Merge branch 'rs/pack-objects-parseopt-fix'Junio C Hamano1-1/+1
2023-07-21pack-objects: fix --no-keep-true-parentsRené Scharfe1-1/+1
2023-07-05treewide: remove unnecessary includes for wrapper.hCalvin Wan1-1/+0
2023-06-29Merge branch 'en/header-split-cache-h-part-3'Junio C Hamano1-2/+3
2023-06-22Merge branch 'ds/disable-replace-refs'Junio C Hamano1-2/+1
2023-06-21object-store-ll.h: split this header out of object-store.hElijah Newren1-1/+1
2023-06-21repository: remove unnecessary include of path.hElijah Newren1-0/+1
2023-06-21cache.h: remove this no-longer-used headerElijah Newren1-1/+1
2023-06-12repository: create read_replace_refs settingDerrick Stolee1-1/+0
2023-06-12repository: create disable_replace_refs()Derrick Stolee1-1/+1
2023-05-26repository: move 'repository_format_worktree_config' to repo scopeVictoria Dye1-1/+0
2023-04-24treewide: remove cache.h inclusion due to previous changesElijah Newren1-1/+1
2023-04-24ws.h: move declarations for ws.c functions from cache.hElijah Newren1-1/+0
2023-04-11pager.h: move declarations for pager.c functions from cache.hElijah Newren1-1/+0
2023-04-11object-file.h: move declarations for object-file.c functions from cache.hElijah Newren1-0/+1
2023-04-11treewide: be explicit about dependence on convert.hElijah Newren1-0/+1
2023-04-11treewide: be explicit about dependence on trace.h & trace2.hElijah Newren1-0/+1
2023-03-21write-or-die.h: move declarations for write-or-die.c functions from cache.hElijah Newren1-0/+1
2023-03-21setup.h: move declarations for setup.c functions from cache.hElijah Newren1-0/+1
2023-03-21wrapper.h: move declarations for wrapper.c functions from cache.hElijah Newren1-0/+1
2023-03-21abspath.h: move absolute path functions from cache.hElijah Newren1-0/+1
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren1-0/+1
2023-02-23replace-object.h: move read_replace_refs declaration from cache.h to hereElijah Newren1-0/+1
2022-12-26read-tree: add "--super-prefix" option, eliminate globalÆvar Arnfjörð Bjarmason1-13/+0
2022-09-14Merge branch 'ab/unused-annotation'Junio C Hamano1-2/+2
2022-09-14Merge branch 'jk/unused-annotation'Junio C Hamano1-2/+2
2022-09-01git-compat-util.h: use "UNUSED", not "UNUSED(var)"Ævar Arnfjörð Bjarmason1-2/+2
2022-08-19hashmap: mark unused callback parametersJeff King1-2/+2
2022-08-05refs: use ref_namespaces for replace refs baseDerrick Stolee1-2/+1
2022-08-05refs: add array of ref namespacesDerrick Stolee1-0/+2
2022-05-04Merge branch 'ds/midx-normalize-pathname-before-comparison'Junio C Hamano1-1/+1
2022-04-25cache: use const char * for get_object_directory()Derrick Stolee1-1/+1
2022-04-04Merge branch 'jh/builtin-fsmonitor-part2'Junio C Hamano1-1/+0
2022-03-25Merge branch 'ns/core-fsyncmethod'Junio C Hamano1-1/+3
2022-03-25fsmonitor: config settings are repository-specificJeff Hostetler1-1/+0
2022-03-10core.fsync: add configuration parsingNeeraj Singh1-1/+1
2022-03-10core.fsync: introduce granular fsync control infrastructureNeeraj Singh1-0/+1
2022-03-10core.fsyncmethod: add writeout-only modeNeeraj Singh1-0/+1