Age | Commit message (Expand) | Author | Files | Lines |
2025-04-17 | Merge branch 'ab/environment-clean-header' | Junio C Hamano | 1 | -2/+0 |
2025-04-09 | environment.h: remove unused variables | Arnav Bhate | 1 | -2/+0 |
2025-03-10 | environment: move access to "core.bigFileThreshold" into repo settings | Patrick Steinhardt | 1 | -1/+0 |
2025-02-28 | environment: move access to "core.sharedRepository" into repo settings | Patrick Steinhardt | 1 | -10/+0 |
2025-02-28 | environment: move access to "core.hooksPath" into repo settings | Patrick Steinhardt | 1 | -1/+0 |
2024-12-04 | config: make `delta_base_cache_limit` a non-global variable | Karthik Nayak | 1 | -1/+0 |
2024-09-12 | environment: stop storing "core.notesRef" globally | Patrick Steinhardt | 1 | -2/+0 |
2024-09-12 | environment: stop storing "core.warnAmbiguousRefs" globally | Patrick Steinhardt | 1 | -1/+0 |
2024-09-12 | environment: stop storing "core.preferSymlinkRefs" globally | Patrick Steinhardt | 1 | -1/+0 |
2024-09-12 | environment: stop storing "core.logAllRefUpdates" globally | Patrick Steinhardt | 1 | -2/+0 |
2024-09-12 | refs: stop modifying global `log_all_ref_updates` variable | Patrick Steinhardt | 1 | -6/+2 |
2024-09-12 | environment: guard state depending on a repository | Patrick Steinhardt | 1 | -1/+24 |
2024-09-12 | environment: reorder header to split out `the_repository`-free section | Patrick Steinhardt | 1 | -41/+40 |
2024-09-12 | environment: move `set_git_dir()` and related into setup layer | Patrick Steinhardt | 1 | -2/+0 |
2024-09-12 | environment: move object database functions into object layer | Patrick Steinhardt | 1 | -15/+0 |
2024-09-12 | environment: make `get_git_work_tree()` accept a repository | Patrick Steinhardt | 1 | -1/+0 |
2024-09-12 | environment: make `get_graft_file()` accept a repository | Patrick Steinhardt | 1 | -2/+0 |
2024-09-12 | environment: make `get_index_file()` accept a repository | Patrick Steinhardt | 1 | -1/+0 |
2024-09-12 | environment: make `get_object_directory()` accept a repository | Patrick Steinhardt | 1 | -1/+0 |
2024-09-12 | environment: make `get_git_common_dir()` accept a repository | Patrick Steinhardt | 1 | -1/+0 |
2024-09-12 | environment: make `get_git_dir()` accept a repository | Patrick Steinhardt | 1 | -1/+0 |
2024-08-14 | config: fix leaking comment character config | Patrick Steinhardt | 1 | -0/+1 |
2024-05-27 | config: clarify memory ownership in `git_config_string()` | Patrick Steinhardt | 1 | -4/+4 |
2024-05-27 | config: clarify memory ownership in `git_config_pathname()` | Patrick Steinhardt | 1 | -3/+3 |
2024-05-03 | advice: add --no-advice global option | James Liu | 1 | -0/+7 |
2024-04-05 | Merge branch 'jk/core-comment-string' | Junio C Hamano | 1 | -1/+1 |
2024-03-12 | environment: drop comment_line_char compatibility macro | Jeff King | 1 | -1/+0 |
2024-03-12 | environment: store comment_line_char as a string | Jeff King | 1 | -1/+2 |
2024-02-27 | git: extend --no-lazy-fetch to work across subprocesses | Junio C Hamano | 1 | -0/+1 |
2023-08-31 | add core.maxTreeDepth config | Jeff King | 1 | -0/+1 |
2023-07-28 | Merge branch 'rs/pack-objects-parseopt-fix' | Junio C Hamano | 1 | -1/+1 |
2023-07-21 | pack-objects: fix --no-keep-true-parents | René Scharfe | 1 | -1/+1 |
2023-06-21 | read-cache*.h: move declarations for read-cache.c functions from cache.h | Elijah Newren | 1 | -2/+1 |
2023-05-26 | repository: move 'repository_format_worktree_config' to repo scope | Victoria Dye | 1 | -1/+0 |
2023-05-06 | attr: teach "--attr-source=<tree>" global option to "git" | John Cai | 1 | -0/+1 |
2023-03-21 | environment.h: move declarations for environment.c functions from cache.h | Elijah Newren | 1 | -0/+213 |
2023-03-21 | environment: move comment_line_char from cache.h | Elijah Newren | 1 | -0/+7 |
2021-01-15 | environment: make `getenv_safe()` a public function | Patrick Steinhardt | 1 | -0/+12 |