summaryrefslogtreecommitdiff
path: root/setup.c
Commit message (Expand)AuthorAgeFilesLines
* setup: trace bare repository setupsGlen Choo2023-05-011-0/+1
* treewide: remove double forward declaration of read_in_fullElijah Newren2023-04-111-0/+1
* treewide: remove cache.h inclusion due to object-name.h changesElijah Newren2023-04-111-1/+1
* object-name.h: move declarations for object-name.c functions from cache.hElijah Newren2023-04-111-0/+1
* treewide: be explicit about dependence on trace.h & trace2.hElijah Newren2023-04-111-0/+1
* setup.h: move declarations for setup.c functions from cache.hElijah Newren2023-03-211-0/+1
* environment.h: move declarations for environment.c functions from cache.hElijah Newren2023-03-211-0/+1
* abspath.h: move absolute path functions from cache.hElijah Newren2023-03-211-0/+1
* treewide: be explicit about dependence on gettext.hElijah Newren2023-03-211-0/+1
* Merge branch 'js/safe-directory-plus'Junio C Hamano2022-08-141-12/+18
|\
| * setup: prepare for more detailed "dubious ownership" messagesJohannes Schindelin2022-08-081-10/+15
| * setup: fix some formattingJohannes Schindelin2022-08-081-4/+5
* | setup.c: create `safe.bareRepository`Glen Choo2022-07-141-1/+56
* | safe.directory: use git_protected_config()Glen Choo2022-07-141-1/+1
* | Sync with Git 2.37.1Junio C Hamano2022-07-111-11/+60
|\ \ | |/
| * Sync with Git 2.36.2Junio C Hamano2022-06-271-11/+60
| |\
| | * Sync with 2.35.4Johannes Schindelin2022-06-231-11/+60
| | |\
| | | * Sync with 2.34.4Johannes Schindelin2022-06-231-11/+60
| | | |\
| | | | * Sync with 2.32.3Johannes Schindelin2022-06-231-11/+60
| | | | |\
| | | | | * Sync with 2.31.4Johannes Schindelin2022-06-231-11/+60
| | | | | |\
| | | | | | * setup: tighten ownership checks post CVE-2022-24765Carlo Marcelo Arenas Belón2022-06-231-11/+60
* | | | | | | Merge branch 'cr/setup-bug-typo'Junio C Hamano2022-07-111-1/+1
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | setup: fix function name in a BUG() messageCleber Rosa2022-06-171-1/+1
| |/ / / / /
* | | | | | setup: don't die if realpath(3) fails on getcwd(3)Kevin Locke2022-05-241-1/+10
* | | | | | Merge branch 'ep/maint-equals-null-cocci'Junio C Hamano2022-05-201-1/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Merge branch 'ep/maint-equals-null-cocci' for maint-2.35Junio C Hamano2022-05-021-1/+1
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | tree-wide: apply equals-null.cocciJunio C Hamano2022-05-021-1/+1
| | |/ / /
* | | | | Sync with Git 2.35.3Junio C Hamano2022-04-131-3/+9
|\ \ \ \ \ | |/ / / /
| * | | | Git 2.35.3v2.35.3Junio C Hamano2022-04-131-3/+9
| |\ \ \ \ | | |/ / /
| | * | | Git 2.33.3v2.33.3Junio C Hamano2022-04-131-3/+9
| | |\ \ \ | | | |/ /
| | | * | Git 2.32.2v2.32.2Junio C Hamano2022-04-131-3/+9
| | | |\ \ | | | | |/
| | | | * setup: opt-out of check with safe.directory=*Derrick Stolee2022-04-131-2/+4
| | | | * setup: fix safe.directory key not being checkedMatheus Valadares2022-04-131-0/+3
| | | | * t0033: add tests for safe.directoryDerrick Stolee2022-04-131-1/+2
* | | | | Merge tag 'v2.35.2'Junio C Hamano2022-04-111-1/+56
|\ \ \ \ \ | |/ / / /
| * | | | Sync with 2.34.2Johannes Schindelin2022-03-241-1/+56
| |\ \ \ \ | | |/ / /
| | * | | Sync with 2.32.1Johannes Schindelin2022-03-241-1/+56
| | |\ \ \ | | | |/ /
| | | * | Sync with 2.31.2Johannes Schindelin2022-03-241-1/+56
| | | |\ \ | | | | |/
| | | | * setup_git_directory(): add an owner check for the top-level directoryJohannes Schindelin2022-03-211-1/+56
* | | | | i18n: factorize "invalid value" messagesJean-Noël Avila2022-02-041-1/+2
|/ / / /
* | | | setup: introduce startup_info->original_cwdElijah Newren2021-12-091-0/+65
|/ / /
* | | setup: use xopen and xdup in sanitize_stdfdsRené Scharfe2021-09-091-5/+3
* | | Merge branch 'jt/partial-clone-submodule-1'Junio C Hamano2021-07-161-4/+13
|\ \ \
| * | | repository: move global r_f_p_c to repo structJonathan Tan2021-06-281-4/+13
| |/ /
* | | setup: split "extensions found" messages into singular and pluralAlex Henrie2021-05-201-2/+6
|/ /
* | macOS: precompose startup_info->prefixTorsten Bögershausen2021-04-051-10/+18
|/
* Merge branch 'bc/sha-256-part-3'Junio C Hamano2020-08-111-1/+10
|\
| * setup: add support for reading extensions.objectformatbrian m. carlson2020-07-301-1/+15
* | Merge branch 'jk/reject-newer-extensions-in-v0' into masterJunio C Hamano2020-07-301-16/+80
|\ \ | |/ |/|
| * verify_repository_format(): complain about new extensions in v0 repoJeff King2020-07-161-16/+80