summaryrefslogtreecommitdiff
path: root/setup.c
AgeCommit message (Expand)Author
2023-07-17Merge branch 'cw/compat-util-header-cleanup'Junio C Hamano
2023-07-06Merge branch 'gc/config-context'Junio C Hamano
2023-07-05treewide: remove unnecessary includes for wrapper.hCalvin Wan
2023-06-29Merge branch 'en/header-split-cache-h-part-3'Junio C Hamano
2023-06-28config: pass kvi to die_bad_number()Glen Choo
2023-06-28config: add ctx arg to config_fn_tGlen Choo
2023-06-23Merge branch 'gc/discover-not-setup'Junio C Hamano
2023-06-21repository: remove unnecessary include of path.hElijah Newren
2023-06-21setup: adopt shared init-db & clone codeElijah Newren
2023-06-16setup.c: don't setup in discover_git_directory()Glen Choo
2023-05-26repository: move 'repository_format_worktree_config' to repo scopeVictoria Dye
2023-05-01setup: trace bare repository setupsGlen Choo
2023-04-11treewide: remove double forward declaration of read_in_fullElijah Newren
2023-04-11treewide: remove cache.h inclusion due to object-name.h changesElijah Newren
2023-04-11object-name.h: move declarations for object-name.c functions from cache.hElijah Newren
2023-04-11treewide: be explicit about dependence on trace.h & trace2.hElijah Newren
2023-03-21setup.h: move declarations for setup.c functions from cache.hElijah Newren
2023-03-21environment.h: move declarations for environment.c functions from cache.hElijah Newren
2023-03-21abspath.h: move absolute path functions from cache.hElijah Newren
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren
2022-08-15Merge branch 'js/safe-directory-plus'Junio C Hamano
2022-08-08setup: prepare for more detailed "dubious ownership" messagesJohannes Schindelin
2022-08-08setup: fix some formattingJohannes Schindelin
2022-07-14setup.c: create `safe.bareRepository`Glen Choo
2022-07-14safe.directory: use git_protected_config()Glen Choo
2022-07-11Sync with Git 2.37.1Junio C Hamano
2022-07-11Merge branch 'cr/setup-bug-typo'Junio C Hamano
2022-06-27Sync with Git 2.36.2Junio C Hamano
2022-06-23Sync with 2.35.4Johannes Schindelin
2022-06-23Sync with 2.34.4Johannes Schindelin
2022-06-23Sync with 2.32.3Johannes Schindelin
2022-06-23Sync with 2.31.4Johannes Schindelin
2022-06-23setup: tighten ownership checks post CVE-2022-24765Carlo Marcelo Arenas Belón
2022-06-17setup: fix function name in a BUG() messageCleber Rosa
2022-05-25setup: don't die if realpath(3) fails on getcwd(3)Kevin Locke
2022-05-20Merge branch 'ep/maint-equals-null-cocci'Junio C Hamano
2022-05-02Merge branch 'ep/maint-equals-null-cocci' for maint-2.35Junio C Hamano
2022-05-02tree-wide: apply equals-null.cocciJunio C Hamano
2022-04-13Sync with Git 2.35.3Junio C Hamano
2022-04-13Git 2.35.3v2.35.3Junio C Hamano
2022-04-13Git 2.33.3v2.33.3Junio C Hamano
2022-04-13Git 2.32.2v2.32.2Junio C Hamano
2022-04-13setup: opt-out of check with safe.directory=*Derrick Stolee
2022-04-13setup: fix safe.directory key not being checkedMatheus Valadares
2022-04-13t0033: add tests for safe.directoryDerrick Stolee
2022-04-11Merge tag 'v2.35.2'Junio C Hamano
2022-03-23Sync with 2.34.2Johannes Schindelin
2022-03-23Sync with 2.32.1Johannes Schindelin
2022-03-23Sync with 2.31.2Johannes Schindelin
2022-03-21setup_git_directory(): add an owner check for the top-level directoryJohannes Schindelin