summaryrefslogtreecommitdiff
path: root/environment.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: remove cache.h inclusion due to previous changesElijah Newren2023-04-241-1/+1
* ws.h: move declarations for ws.c functions from cache.hElijah Newren2023-04-241-1/+0
* pager.h: move declarations for pager.c functions from cache.hElijah Newren2023-04-111-1/+0
* object-file.h: move declarations for object-file.c functions from cache.hElijah Newren2023-04-111-0/+1
* treewide: be explicit about dependence on convert.hElijah Newren2023-04-111-0/+1
* treewide: be explicit about dependence on trace.h & trace2.hElijah Newren2023-04-111-0/+1
* write-or-die.h: move declarations for write-or-die.c functions from cache.hElijah Newren2023-03-211-0/+1
* setup.h: move declarations for setup.c functions from cache.hElijah Newren2023-03-211-0/+1
* wrapper.h: move declarations for wrapper.c functions from cache.hElijah Newren2023-03-211-0/+1
* abspath.h: move absolute path functions from cache.hElijah Newren2023-03-211-0/+1
* treewide: be explicit about dependence on gettext.hElijah Newren2023-03-211-0/+1
* replace-object.h: move read_replace_refs declaration from cache.h to hereElijah Newren2023-02-231-0/+1
* read-tree: add "--super-prefix" option, eliminate globalÆvar Arnfjörð Bjarmason2022-12-261-13/+0
* Merge branch 'ab/unused-annotation'Junio C Hamano2022-09-141-2/+2
|\
| * git-compat-util.h: use "UNUSED", not "UNUSED(var)"Ævar Arnfjörð Bjarmason2022-09-011-2/+2
* | Merge branch 'jk/unused-annotation'Junio C Hamano2022-09-141-2/+2
|\ \ | |/
| * hashmap: mark unused callback parametersJeff King2022-08-191-2/+2
* | refs: use ref_namespaces for replace refs baseDerrick Stolee2022-08-051-2/+1
* | refs: add array of ref namespacesDerrick Stolee2022-08-051-0/+2
|/
* Merge branch 'ds/midx-normalize-pathname-before-comparison'Junio C Hamano2022-05-041-1/+1
|\
| * cache: use const char * for get_object_directory()Derrick Stolee2022-04-251-1/+1
* | Merge branch 'jh/builtin-fsmonitor-part2'Junio C Hamano2022-04-041-1/+0
|\ \
| * | fsmonitor: config settings are repository-specificJeff Hostetler2022-03-251-1/+0
| |/
* | Merge branch 'ns/core-fsyncmethod'Junio C Hamano2022-03-251-1/+3
|\ \
| * | core.fsync: add configuration parsingNeeraj Singh2022-03-101-1/+1
| * | core.fsync: introduce granular fsync control infrastructureNeeraj Singh2022-03-101-0/+1
| * | core.fsyncmethod: add writeout-only modeNeeraj Singh2022-03-101-0/+1
| |/
* | repo_read_index: add config to expect files outside sparse patternsElijah Newren2022-03-011-0/+1
|/
* Merge branch 'ns/tmp-objdir'Junio C Hamano2022-01-031-0/+9
|\
| * tmp-objdir: disable ref updates when replacing the primary odbNeeraj Singh2021-12-081-0/+4
| * tmp-objdir: new API for creating temporary writable databasesNeeraj Singh2021-12-081-0/+5
* | Merge branch 'ew/test-wo-fsync'Junio C Hamano2021-12-151-0/+1
|\ \
| * | tests: disable fsync everywhereEric Wong2021-10-291-0/+1
| |/
* | Merge branch 'jk/ref-paranoia'Junio C Hamano2021-10-111-1/+0
|\ \
| * | repack, prune: drop GIT_REF_PARANOIA settingsJeff King2021-09-271-1/+0
| |/
* | Merge branch 'ab/repo-settings-cleanup'Junio C Hamano2021-10-061-9/+1
|\ \ | |/ |/|
| * environment.c: remove test-specific "ignore_untracked..." variableÆvar Arnfjörð Bjarmason2021-09-221-7/+0
| * wrapper.c: add x{un,}setenv(), and use xsetenv() in environment.cÆvar Arnfjörð Bjarmason2021-09-221-2/+1
* | compression: drop write-only core_compression_* variablesRené Scharfe2021-09-121-1/+0
|/
* environment: move strbuf into block to plug leakAndrzej Hunt2021-07-261-4/+3
* config: allow specifying config entries via envvar pairsPatrick Steinhardt2021-01-151-0/+1
* environment: make `getenv_safe()` a public functionPatrick Steinhardt2021-01-151-5/+2
* Merge branch 'jk/leakfix'Junio C Hamano2020-08-271-2/+2
|\
| * config: drop git_config_get_string_const()Jeff King2020-08-171-2/+2
* | strvec: rename struct fieldsJeff King2020-07-301-1/+1
* | strvec: convert more callers away from argv_array nameJeff King2020-07-281-4/+4
* | strvec: rename files from argv-array to strvecJeff King2020-07-281-1/+1
|/
* Merge branch 'tb/shallow-cleanup'Junio C Hamano2020-05-131-0/+1
|\
| * shallow: extract a header file for shallow-related functionsTaylor Blau2020-04-301-0/+1
* | real_path: remove unsafe APIAlexandr Miloslavskiy2020-03-101-1/+6