summary refs log tree commit diff
path: root/environment.c
AgeCommit message (Expand)AuthorFilesLines
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
2022-03-01repo_read_index: add config to expect files outside sparse patternsElijah Newren1-0/+1
2022-01-03Merge branch 'ns/tmp-objdir'Junio C Hamano1-0/+9
2021-12-15Merge branch 'ew/test-wo-fsync'Junio C Hamano1-0/+1
2021-12-08tmp-objdir: disable ref updates when replacing the primary odbNeeraj Singh1-0/+4
2021-12-08tmp-objdir: new API for creating temporary writable databasesNeeraj Singh1-0/+5
2021-10-29tests: disable fsync everywhereEric Wong1-0/+1
2021-10-11Merge branch 'jk/ref-paranoia'Junio C Hamano1-1/+0
2021-10-06Merge branch 'ab/repo-settings-cleanup'Junio C Hamano1-9/+1
2021-09-27repack, prune: drop GIT_REF_PARANOIA settingsJeff King1-1/+0
2021-09-22environment.c: remove test-specific "ignore_untracked..." variableÆvar Arnfjörð Bjarmason1-7/+0
2021-09-22wrapper.c: add x{un,}setenv(), and use xsetenv() in environment.cÆvar Arnfjörð Bjarmason1-2/+1
2021-09-12compression: drop write-only core_compression_* variablesRené Scharfe1-1/+0
2021-07-26environment: move strbuf into block to plug leakAndrzej Hunt1-4/+3
2021-01-15config: allow specifying config entries via envvar pairsPatrick Steinhardt1-0/+1
2021-01-15environment: make `getenv_safe()` a public functionPatrick Steinhardt1-5/+2
2020-08-27Merge branch 'jk/leakfix'Junio C Hamano1-2/+2
2020-08-17config: drop git_config_get_string_const()Jeff King1-2/+2
2020-07-30strvec: rename struct fieldsJeff King1-1/+1
2020-07-28strvec: convert more callers away from argv_array nameJeff King1-4/+4
2020-07-28strvec: rename files from argv-array to strvecJeff King1-1/+1
2020-05-13Merge branch 'tb/shallow-cleanup'Junio C Hamano1-0/+1
2020-04-30shallow: extract a header file for shallow-related functionsTaylor Blau1-0/+1
2020-03-10real_path: remove unsafe APIAlexandr Miloslavskiy1-1/+6
2020-03-06set_git_dir: fix crash when used with real_path()Alexandr Miloslavskiy1-1/+10
2019-12-25Merge branch 'ds/sparse-cone'Junio C Hamano1-0/+1
2019-12-06Sync with 2.23.1Johannes Schindelin1-1/+1
2019-12-06Sync with 2.20.2Johannes Schindelin1-1/+1
2019-12-06Sync with 2.19.3Johannes Schindelin1-1/+1
2019-12-06Sync with 2.18.2Johannes Schindelin1-1/+1
2019-12-06Sync with 2.17.3Johannes Schindelin1-1/+1
2019-12-06Sync with 2.16.6Johannes Schindelin1-1/+1
2019-12-06Sync with 2.15.4Johannes Schindelin1-1/+1
2019-12-06Sync with 2.14.6Johannes Schindelin1-1/+1
2019-12-05protect_ntfs: turn on NTFS protection by defaultJohannes Schindelin1-1/+1
2019-11-22sparse-checkout: add 'cone' modeDerrick Stolee1-0/+1
2019-06-25Move core_partial_clone_filter_default to promisor-remote.cChristian Couder1-1/+0
2019-06-25Move repository_format_partial_clone to promisor-remote.cChristian Couder1-1/+0
2019-01-29Merge branch 'jk/save-getenv-result'Junio C Hamano1-2/+2
2019-01-11get_super_prefix(): copy getenv() resultJeff King1-2/+2
2019-01-04Merge branch 'jk/loose-object-cache'Junio C Hamano1-2/+2
2018-11-13Merge branch 'js/mingw-perl5lib'Junio C Hamano1-1/+0
2018-11-13sha1-file: use an object_directory for the main object dirJeff King1-2/+2
2018-10-31config: move Windows-specific config settings into compat/mingw.cJohannes Schindelin1-1/+0
2018-10-22worktree: add per-worktree config filesNguyễn Thái Ngọc Duy1-0/+1