summaryrefslogtreecommitdiffstats
path: root/environment.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* max_tree_depth: lower it for MSVC to avoid stack overflowsJohannes Schindelin2023-11-021-1/+14
* lower core.maxTreeDepth default to 2048Jeff King2023-09-011-1/+1
* add core.maxTreeDepth configJeff King2023-09-011-0/+1
* Merge branch 'rs/pack-objects-parseopt-fix'Junio C Hamano2023-07-281-1/+1
|\
| * pack-objects: fix --no-keep-true-parentsRené Scharfe2023-07-211-1/+1
* | treewide: remove unnecessary includes for wrapper.hCalvin Wan2023-07-051-1/+0
* | Merge branch 'en/header-split-cache-h-part-3'Junio C Hamano2023-06-301-2/+3
|\ \
| * | object-store-ll.h: split this header out of object-store.hElijah Newren2023-06-211-1/+1
| * | repository: remove unnecessary include of path.hElijah Newren2023-06-211-0/+1
| * | cache.h: remove this no-longer-used headerElijah Newren2023-06-211-1/+1
* | | Merge branch 'ds/disable-replace-refs'Junio C Hamano2023-06-231-2/+1
|\ \ \ | |/ / |/| |
| * | repository: create read_replace_refs settingDerrick Stolee2023-06-121-1/+0
| * | repository: create disable_replace_refs()Derrick Stolee2023-06-121-1/+1
* | | repository: move 'repository_format_worktree_config' to repo scopeVictoria Dye2023-05-261-1/+0
| |/ |/|
* | 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-241-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-261-1/+0
| |/
* | Merge branch 'ns/core-fsyncmethod'Junio C Hamano2022-03-261-1/+3
|\ \
| * | core.fsync: add configuration parsingNeeraj Singh2022-03-111-1/+1
| * | core.fsync: introduce granular fsync control infrastructureNeeraj Singh2022-03-111-0/+1
| * | core.fsyncmethod: add writeout-only modeNeeraj Singh2022-03-111-0/+1
| |/
* / repo_read_index: add config to expect files outside sparse patternsElijah Newren2022-03-021-0/+1
|/
* Merge branch 'ns/tmp-objdir'Junio C Hamano2022-01-041-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
|\ \ | |/ |/|