summaryrefslogtreecommitdiffstats
path: root/setup.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-04-19Sync with 2.41.1Johannes Schindelin1-14/+77
2024-04-19Sync with 2.40.2Johannes Schindelin1-0/+76
2024-04-19init.templateDir: consider this config setting protectedJohannes Schindelin1-7/+30
2024-04-17init: refactor the template directory discovery into its own functionJohannes Schindelin1-0/+32
2024-04-17fetch/clone: detect dubious ownership of local repositoriesJohannes Schindelin1-0/+21
2023-11-02Merge branch 'ds/scalar-updates' into maint-2.42Junio C Hamano1-22/+12
2023-08-28setup: add discover_git_directory_reason()Derrick Stolee1-22/+12
2023-07-17Merge branch 'cw/compat-util-header-cleanup'Junio C Hamano1-1/+0
2023-07-06Merge branch 'gc/config-context'Junio C Hamano1-6/+12
2023-07-05treewide: remove unnecessary includes for wrapper.hCalvin Wan1-1/+0
2023-06-29Merge branch 'en/header-split-cache-h-part-3'Junio C Hamano1-0/+493
2023-06-28config: pass kvi to die_bad_number()Glen Choo1-1/+1
2023-06-28config: add ctx arg to config_fn_tGlen Choo1-5/+11
2023-06-23Merge branch 'gc/discover-not-setup'Junio C Hamano1-8/+0
2023-06-21repository: remove unnecessary include of path.hElijah Newren1-0/+1
2023-06-21setup: adopt shared init-db & clone codeElijah Newren1-0/+492
2023-06-16setup.c: don't setup in discover_git_directory()Glen Choo1-5/+0
2023-05-26repository: move 'repository_format_worktree_config' to repo scopeVictoria Dye1-2/+8
2023-05-01setup: trace bare repository setupsGlen Choo1-0/+1
2023-04-11treewide: remove double forward declaration of read_in_fullElijah Newren1-0/+1
2023-04-11treewide: remove cache.h inclusion due to object-name.h changesElijah Newren1-1/+1
2023-04-11object-name.h: move declarations for object-name.c functions from cache.hElijah Newren1-0/+1
2023-04-11treewide: be explicit about dependence on trace.h & trace2.hElijah Newren1-0/+1
2023-03-21setup.h: move declarations for setup.c functions from cache.hElijah Newren1-0/+1
2023-03-21environment.h: move declarations for environment.c functions from cache.hElijah Newren1-0/+1
2023-03-21abspath.h: move absolute path functions from cache.hElijah Newren1-0/+1
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren1-0/+1
2022-08-14Merge branch 'js/safe-directory-plus'Junio C Hamano1-12/+18
2022-08-08setup: prepare for more detailed "dubious ownership" messagesJohannes Schindelin1-10/+15
2022-08-08setup: fix some formattingJohannes Schindelin1-4/+5
2022-07-14setup.c: create `safe.bareRepository`Glen Choo1-1/+56
2022-07-14safe.directory: use git_protected_config()Glen Choo1-1/+1
2022-07-11Sync with Git 2.37.1Junio C Hamano1-11/+60
2022-07-11Merge branch 'cr/setup-bug-typo'Junio C Hamano1-1/+1
2022-06-27Sync with Git 2.36.2Junio C Hamano1-11/+60
2022-06-23Sync with 2.35.4Johannes Schindelin1-11/+60
2022-06-23Sync with 2.34.4Johannes Schindelin1-11/+60
2022-06-23Sync with 2.32.3Johannes Schindelin1-11/+60
2022-06-23Sync with 2.31.4Johannes Schindelin1-11/+60
2022-06-23setup: tighten ownership checks post CVE-2022-24765Carlo Marcelo Arenas Belón1-11/+60
2022-06-17setup: fix function name in a BUG() messageCleber Rosa1-1/+1
2022-05-24setup: don't die if realpath(3) fails on getcwd(3)Kevin Locke1-1/+10
2022-05-20Merge branch 'ep/maint-equals-null-cocci'Junio C Hamano1-1/+1
2022-05-02Merge branch 'ep/maint-equals-null-cocci' for maint-2.35Junio C Hamano1-1/+1
2022-05-02tree-wide: apply equals-null.cocciJunio C Hamano1-1/+1
2022-04-13Sync with Git 2.35.3Junio C Hamano1-3/+9
2022-04-13Git 2.35.3v2.35.3Junio C Hamano1-3/+9
2022-04-13Git 2.33.3v2.33.3Junio C Hamano1-3/+9
2022-04-13Git 2.32.2v2.32.2Junio C Hamano1-3/+9
2022-04-13setup: opt-out of check with safe.directory=*Derrick Stolee1-2/+4