summaryrefslogtreecommitdiffstats
path: root/environment.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* config: make `delta_base_cache_limit` a non-global variableKarthik Nayak2024-12-041-1/+0
* environment: stop storing "core.notesRef" globallyPatrick Steinhardt2024-09-121-2/+0
* environment: stop storing "core.warnAmbiguousRefs" globallyPatrick Steinhardt2024-09-121-1/+0
* environment: stop storing "core.preferSymlinkRefs" globallyPatrick Steinhardt2024-09-121-1/+0
* environment: stop storing "core.logAllRefUpdates" globallyPatrick Steinhardt2024-09-121-2/+0
* refs: stop modifying global `log_all_ref_updates` variablePatrick Steinhardt2024-09-121-6/+2
* environment: guard state depending on a repositoryPatrick Steinhardt2024-09-121-1/+24
* environment: reorder header to split out `the_repository`-free sectionPatrick Steinhardt2024-09-121-41/+40
* environment: move `set_git_dir()` and related into setup layerPatrick Steinhardt2024-09-121-2/+0
* environment: move object database functions into object layerPatrick Steinhardt2024-09-121-15/+0
* environment: make `get_git_work_tree()` accept a repositoryPatrick Steinhardt2024-09-121-1/+0
* environment: make `get_graft_file()` accept a repositoryPatrick Steinhardt2024-09-121-2/+0
* environment: make `get_index_file()` accept a repositoryPatrick Steinhardt2024-09-121-1/+0
* environment: make `get_object_directory()` accept a repositoryPatrick Steinhardt2024-09-121-1/+0
* environment: make `get_git_common_dir()` accept a repositoryPatrick Steinhardt2024-09-121-1/+0
* environment: make `get_git_dir()` accept a repositoryPatrick Steinhardt2024-09-121-1/+0
* config: fix leaking comment character configPatrick Steinhardt2024-08-141-0/+1
* config: clarify memory ownership in `git_config_string()`Patrick Steinhardt2024-05-271-4/+4
* config: clarify memory ownership in `git_config_pathname()`Patrick Steinhardt2024-05-271-3/+3
* advice: add --no-advice global optionJames Liu2024-05-031-0/+7
* Merge branch 'jk/core-comment-string'Junio C Hamano2024-04-051-1/+1
|\
| * environment: drop comment_line_char compatibility macroJeff King2024-03-121-1/+0
| * environment: store comment_line_char as a stringJeff King2024-03-121-1/+2
* | git: extend --no-lazy-fetch to work across subprocessesJunio C Hamano2024-02-271-0/+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
* | read-cache*.h: move declarations for read-cache.c functions from cache.hElijah Newren2023-06-211-2/+1
* | repository: move 'repository_format_worktree_config' to repo scopeVictoria Dye2023-05-261-1/+0
|/
* attr: teach "--attr-source=<tree>" global option to "git"John Cai2023-05-061-0/+1
* environment.h: move declarations for environment.c functions from cache.hElijah Newren2023-03-211-0/+213
* environment: move comment_line_char from cache.hElijah Newren2023-03-211-0/+7
* environment: make `getenv_safe()` a public functionPatrick Steinhardt2021-01-151-0/+12