summaryrefslogtreecommitdiffstats
path: root/environment.c
AgeCommit message (Expand)AuthorLines
2023-04-24treewide: remove cache.h inclusion due to previous changesElijah Newren-1/+1
2023-04-24ws.h: move declarations for ws.c functions from cache.hElijah Newren-1/+0
2023-04-11pager.h: move declarations for pager.c functions from cache.hElijah Newren-1/+0
2023-04-11object-file.h: move declarations for object-file.c functions from cache.hElijah Newren-0/+1
2023-04-11treewide: be explicit about dependence on convert.hElijah Newren-0/+1
2023-04-11treewide: be explicit about dependence on trace.h & trace2.hElijah Newren-0/+1
2023-03-21write-or-die.h: move declarations for write-or-die.c functions from cache.hElijah Newren-0/+1
2023-03-21setup.h: move declarations for setup.c functions from cache.hElijah Newren-0/+1
2023-03-21wrapper.h: move declarations for wrapper.c functions from cache.hElijah Newren-0/+1
2023-03-21abspath.h: move absolute path functions from cache.hElijah Newren-0/+1
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren-0/+1
2023-02-23replace-object.h: move read_replace_refs declaration from cache.h to hereElijah Newren-0/+1
2022-12-26read-tree: add "--super-prefix" option, eliminate globalÆvar Arnfjörð Bjarmason-13/+0
2022-09-14Merge branch 'ab/unused-annotation'Junio C Hamano-2/+2
2022-09-14Merge branch 'jk/unused-annotation'Junio C Hamano-2/+2
2022-09-01git-compat-util.h: use "UNUSED", not "UNUSED(var)"Ævar Arnfjörð Bjarmason-2/+2
2022-08-19hashmap: mark unused callback parametersJeff King-2/+2
2022-08-05refs: use ref_namespaces for replace refs baseDerrick Stolee-2/+1
2022-08-05refs: add array of ref namespacesDerrick Stolee-0/+2
2022-05-04Merge branch 'ds/midx-normalize-pathname-before-comparison'Junio C Hamano-1/+1
2022-04-25cache: use const char * for get_object_directory()Derrick Stolee-1/+1
2022-04-04Merge branch 'jh/builtin-fsmonitor-part2'Junio C Hamano-1/+0
2022-03-25Merge branch 'ns/core-fsyncmethod'Junio C Hamano-1/+3
2022-03-25fsmonitor: config settings are repository-specificJeff Hostetler-1/+0
2022-03-10core.fsync: add configuration parsingNeeraj Singh-1/+1
2022-03-10core.fsync: introduce granular fsync control infrastructureNeeraj Singh-0/+1
2022-03-10core.fsyncmethod: add writeout-only modeNeeraj Singh-0/+1
2022-03-01repo_read_index: add config to expect files outside sparse patternsElijah Newren-0/+1
2022-01-03Merge branch 'ns/tmp-objdir'Junio C Hamano-0/+9
2021-12-15Merge branch 'ew/test-wo-fsync'Junio C Hamano-0/+1
2021-12-08tmp-objdir: disable ref updates when replacing the primary odbNeeraj Singh-0/+4
2021-12-08tmp-objdir: new API for creating temporary writable databasesNeeraj Singh-0/+5
2021-10-29tests: disable fsync everywhereEric Wong-0/+1
2021-10-11Merge branch 'jk/ref-paranoia'Junio C Hamano-1/+0
2021-10-06Merge branch 'ab/repo-settings-cleanup'Junio C Hamano-9/+1
2021-09-27repack, prune: drop GIT_REF_PARANOIA settingsJeff King-1/+0
2021-09-22environment.c: remove test-specific "ignore_untracked..." variableÆvar Arnfjörð Bjarmason-7/+0
2021-09-22wrapper.c: add x{un,}setenv(), and use xsetenv() in environment.cÆvar Arnfjörð Bjarmason-2/+1
2021-09-12compression: drop write-only core_compression_* variablesRené Scharfe-1/+0
2021-07-26environment: move strbuf into block to plug leakAndrzej Hunt-4/+3
2021-01-15config: allow specifying config entries via envvar pairsPatrick Steinhardt-0/+1
2021-01-15environment: make `getenv_safe()` a public functionPatrick Steinhardt-5/+2
2020-08-27Merge branch 'jk/leakfix'Junio C Hamano-2/+2
2020-08-17config: drop git_config_get_string_const()Jeff King-2/+2
2020-07-30strvec: rename struct fieldsJeff King-1/+1
2020-07-28strvec: convert more callers away from argv_array nameJeff King-4/+4
2020-07-28strvec: rename files from argv-array to strvecJeff King-1/+1
2020-05-13Merge branch 'tb/shallow-cleanup'Junio C Hamano-0/+1
2020-04-30shallow: extract a header file for shallow-related functionsTaylor Blau-0/+1
2020-03-10real_path: remove unsafe APIAlexandr Miloslavskiy-1/+6