summaryrefslogtreecommitdiffstats
path: root/setup.c
AgeCommit message (Expand)AuthorLines
2024-04-19Sync with 2.40.2Johannes Schindelin-0/+76
2024-04-19init.templateDir: consider this config setting protectedJohannes Schindelin-7/+30
2024-04-17init: refactor the template directory discovery into its own functionJohannes Schindelin-0/+32
2024-04-17fetch/clone: detect dubious ownership of local repositoriesJohannes Schindelin-0/+21
2023-05-01setup: trace bare repository setupsGlen Choo-0/+1
2023-04-11treewide: remove double forward declaration of read_in_fullElijah Newren-0/+1
2023-04-11treewide: remove cache.h inclusion due to object-name.h changesElijah Newren-1/+1
2023-04-11object-name.h: move declarations for object-name.c functions from cache.hElijah Newren-0/+1
2023-04-11treewide: be explicit about dependence on trace.h & trace2.hElijah Newren-0/+1
2023-03-21setup.h: move declarations for setup.c functions from cache.hElijah Newren-0/+1
2023-03-21environment.h: move declarations for environment.c functions from cache.hElijah Newren-0/+1
2023-03-21abspath.h: move absolute path functions from cache.hElijah Newren-0/+1
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren-0/+1
2022-08-14Merge branch 'js/safe-directory-plus'Junio C Hamano-12/+18
2022-08-08setup: prepare for more detailed "dubious ownership" messagesJohannes Schindelin-10/+15
2022-08-08setup: fix some formattingJohannes Schindelin-4/+5
2022-07-14setup.c: create `safe.bareRepository`Glen Choo-1/+56
2022-07-14safe.directory: use git_protected_config()Glen Choo-1/+1
2022-07-11Sync with Git 2.37.1Junio C Hamano-11/+60
2022-07-11Merge branch 'cr/setup-bug-typo'Junio C Hamano-1/+1
2022-06-27Sync with Git 2.36.2Junio C Hamano-11/+60
2022-06-23Sync with 2.35.4Johannes Schindelin-11/+60
2022-06-23Sync with 2.34.4Johannes Schindelin-11/+60
2022-06-23Sync with 2.32.3Johannes Schindelin-11/+60
2022-06-23Sync with 2.31.4Johannes Schindelin-11/+60
2022-06-23setup: tighten ownership checks post CVE-2022-24765Carlo Marcelo Arenas Belón-11/+60
2022-06-17setup: fix function name in a BUG() messageCleber Rosa-1/+1
2022-05-24setup: don't die if realpath(3) fails on getcwd(3)Kevin Locke-1/+10
2022-05-20Merge branch 'ep/maint-equals-null-cocci'Junio C Hamano-1/+1
2022-05-02Merge branch 'ep/maint-equals-null-cocci' for maint-2.35Junio C Hamano-1/+1
2022-05-02tree-wide: apply equals-null.cocciJunio C Hamano-1/+1
2022-04-13Sync with Git 2.35.3Junio C Hamano-3/+9
2022-04-13Git 2.35.3v2.35.3Junio C Hamano-3/+9
2022-04-13Git 2.33.3v2.33.3Junio C Hamano-3/+9
2022-04-13Git 2.32.2v2.32.2Junio C Hamano-3/+9
2022-04-13setup: opt-out of check with safe.directory=*Derrick Stolee-2/+4
2022-04-13setup: fix safe.directory key not being checkedMatheus Valadares-0/+3
2022-04-13t0033: add tests for safe.directoryDerrick Stolee-1/+2
2022-04-11Merge tag 'v2.35.2'Junio C Hamano-1/+56
2022-03-24Sync with 2.34.2Johannes Schindelin-1/+56
2022-03-24Sync with 2.32.1Johannes Schindelin-1/+56
2022-03-24Sync with 2.31.2Johannes Schindelin-1/+56
2022-03-21setup_git_directory(): add an owner check for the top-level directoryJohannes Schindelin-1/+56
2022-02-04i18n: factorize "invalid value" messagesJean-Noël Avila-1/+2
2021-12-09setup: introduce startup_info->original_cwdElijah Newren-0/+65
2021-09-09setup: use xopen and xdup in sanitize_stdfdsRené Scharfe-5/+3
2021-07-16Merge branch 'jt/partial-clone-submodule-1'Junio C Hamano-4/+13
2021-06-28repository: move global r_f_p_c to repo structJonathan Tan-4/+13
2021-05-20setup: split "extensions found" messages into singular and pluralAlex Henrie-2/+6
2021-04-05macOS: precompose startup_info->prefixTorsten Bögershausen-10/+18