summaryrefslogtreecommitdiffstats
path: root/setup.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Sync with Git 2.35.3Junio C Hamano2022-04-141-3/+9
|\
| * Git 2.35.3v2.35.3Junio C Hamano2022-04-141-3/+9
| |\
| | * Git 2.33.3v2.33.3Junio C Hamano2022-04-141-3/+9
| | |\
| | | * Git 2.32.2v2.32.2Junio C Hamano2022-04-141-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-121-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-101-5/+3
* | | Merge branch 'jt/partial-clone-submodule-1'Junio C Hamano2021-07-171-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-061-10/+18
|/
* Merge branch 'bc/sha-256-part-3'Junio C Hamano2020-08-121-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
* | Merge branch 'jn/v0-with-extensions-fix' into masterJunio C Hamano2020-07-171-14/+10
|\|
| * repository: allow repository format upgrade with extensionsJonathan Nieder2020-07-161-5/+7
| * Revert "check_repository_format_gently(): refuse extensions for old repositor...Jonathan Nieder2020-07-161-9/+3
* | Merge branch 'bc/sha-256-part-2'Junio C Hamano2020-07-071-0/+1
|\ \ | |/ |/|
| * setup: set the_repository's hash algo when checking formatbrian m. carlson2020-05-271-0/+1
* | check_repository_format_gently(): refuse extensions for old repositoriesXin Li2020-06-051-3/+9
* | repository: add a helper function to perform repository format upgradeXin Li2020-06-051-0/+29
|/
* Merge branch 'bc/sha-256-part-1-of-4'Junio C Hamano2020-03-271-2/+4
|\
| * setup: allow check_repository_format to read repository formatbrian m. carlson2020-02-241-2/+4
* | Merge branch 'am/real-path-fix'Junio C Hamano2020-03-251-13/+22
|\ \
| * | real_path_if_valid(): remove unsafe APIAlexandr Miloslavskiy2020-03-101-1/+1
| * | real_path: remove unsafe APIAlexandr Miloslavskiy2020-03-101-3/+12
| * | set_git_dir: fix crash when used with real_path()Alexandr Miloslavskiy2020-03-061-9/+9
| |/
* | Merge branch 'es/outside-repo-errmsg-hints'Junio C Hamano2020-03-161-2/+6
|\ \ | |/ |/|
| * prefix_path: show gitdir if worktree unavailableEmily Shaffer2020-03-151-2/+6
* | Merge branch 'es/outside-repo-errmsg-hints'Junio C Hamano2020-02-171-1/+2
|\|
| * prefix_path: show gitdir when arg is outside repoEmily Shaffer2020-02-171-1/+2
* | verify_filename(): handle backslashes in "wildcards are pathspecs" ruleJeff King2020-01-271-3/+20
|/
* Merge branch 'js/gitdir-at-unc-root'Junio C Hamano2019-09-301-2/+8
|\
| * setup_git_directory(): handle UNC root paths correctlyJohannes Schindelin2019-08-261-1/+1
| * Fix .git/ discovery at the root of UNC sharesJohannes Schindelin2019-08-261-0/+6
| * setup_git_directory(): handle UNC paths correctlyJohannes Schindelin2019-08-261-1/+1
* | Move repository_format_partial_clone to promisor-remote.cChristian Couder2019-06-251-1/+2
|/
* sha1-name.c: remove the_repo from maybe_die_on_misspelt_object_nameNguyễn Thái Ngọc Duy2019-04-161-3/+4
* Merge branch 'ma/clear-repository-format'Junio C Hamano2019-03-201-12/+28
|\
| * setup: fix memory leaks with `struct repository_format`Martin Ågren2019-03-011-12/+27
| * setup: free old value before setting `work_tree`Martin Ågren2019-01-231-0/+1