aboutsummaryrefslogtreecommitdiffstats
path: root/environment.h
AgeCommit message (Expand)AuthorFilesLines
2024-04-05Merge branch 'jk/core-comment-string'Junio C Hamano1-1/+1
2024-03-12environment: drop comment_line_char compatibility macroJeff King1-1/+0
2024-03-12environment: store comment_line_char as a stringJeff King1-1/+2
2024-02-27git: extend --no-lazy-fetch to work across subprocessesJunio C Hamano1-0/+1
2023-08-31add core.maxTreeDepth configJeff King1-0/+1
2023-07-28Merge branch 'rs/pack-objects-parseopt-fix'Junio C Hamano1-1/+1
2023-07-21pack-objects: fix --no-keep-true-parentsRené Scharfe1-1/+1
2023-06-21read-cache*.h: move declarations for read-cache.c functions from cache.hElijah Newren1-2/+1
2023-05-26repository: move 'repository_format_worktree_config' to repo scopeVictoria Dye1-1/+0
2023-05-06attr: teach "--attr-source=<tree>" global option to "git"John Cai1-0/+1
2023-03-21environment.h: move declarations for environment.c functions from cache.hElijah Newren1-0/+213
2023-03-21environment: move comment_line_char from cache.hElijah Newren1-0/+7
2021-01-15environment: make `getenv_safe()` a public functionPatrick Steinhardt1-0/+12