summaryrefslogtreecommitdiff
path: root/setup.c
AgeCommit message (Expand)Author
2024-04-19Sync with 2.40.2Johannes Schindelin
2024-04-19init.templateDir: consider this config setting protectedJohannes Schindelin
2024-04-17init: refactor the template directory discovery into its own functionJohannes Schindelin
2024-04-17fetch/clone: detect dubious ownership of local repositoriesJohannes Schindelin
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-14Merge 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-24setup: 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-24Sync with 2.34.2Johannes Schindelin
2022-03-24Sync with 2.32.1Johannes Schindelin
2022-03-24Sync with 2.31.2Johannes Schindelin
2022-03-21setup_git_directory(): add an owner check for the top-level directoryJohannes Schindelin
2022-02-04i18n: factorize "invalid value" messagesJean-Noël Avila
2021-12-09setup: introduce startup_info->original_cwdElijah Newren
2021-09-09setup: use xopen and xdup in sanitize_stdfdsRené Scharfe
2021-07-16Merge branch 'jt/partial-clone-submodule-1'Junio C Hamano
2021-06-28repository: move global r_f_p_c to repo structJonathan Tan
2021-05-20setup: split "extensions found" messages into singular and pluralAlex Henrie
2021-04-05macOS: precompose startup_info->prefixTorsten Bögershausen