summary refs log tree commit diff
path: root/setup.c
AgeCommit message (Expand)AuthorFilesLines
2022-04-13Sync with Git 2.35.3Junio C Hamano1-3/+9
2022-04-13Git 2.35.3Junio C Hamano1-3/+9
2022-04-13Git 2.33.3Junio C Hamano1-3/+9
2022-04-13Git 2.32.2Junio C Hamano1-3/+9
2022-04-13setup: opt-out of check with safe.directory=*Derrick Stolee1-2/+4
2022-04-13setup: fix safe.directory key not being checkedMatheus Valadares1-0/+3
2022-04-13t0033: add tests for safe.directoryDerrick Stolee1-1/+2
2022-04-11Merge tag 'v2.35.2'Junio C Hamano1-1/+56
2022-03-24Sync with 2.34.2Johannes Schindelin1-1/+56
2022-03-24Sync with 2.32.1Johannes Schindelin1-1/+56
2022-03-24Sync with 2.31.2Johannes Schindelin1-1/+56
2022-03-21setup_git_directory(): add an owner check for the top-level directoryJohannes Schindelin1-1/+56
2022-02-04i18n: factorize "invalid value" messagesJean-Noël Avila1-1/+2
2021-12-09setup: introduce startup_info->original_cwdElijah Newren1-0/+65
2021-09-09setup: use xopen and xdup in sanitize_stdfdsRené Scharfe1-5/+3
2021-07-16Merge branch 'jt/partial-clone-submodule-1'Junio C Hamano1-4/+13
2021-06-28repository: move global r_f_p_c to repo structJonathan Tan1-4/+13
2021-05-20setup: split "extensions found" messages into singular and pluralAlex Henrie1-2/+6
2021-04-05macOS: precompose startup_info->prefixTorsten Bögershausen1-10/+18
2020-08-11Merge branch 'bc/sha-256-part-3'Junio C Hamano1-1/+10
2020-07-30Merge branch 'jk/reject-newer-extensions-in-v0' into masterJunio C Hamano1-16/+80
2020-07-30setup: add support for reading extensions.objectformatbrian m. carlson1-1/+15
2020-07-16Merge branch 'jn/v0-with-extensions-fix' into masterJunio C Hamano1-14/+10
2020-07-16verify_repository_format(): complain about new extensions in v0 repoJeff King1-16/+80
2020-07-16repository: allow repository format upgrade with extensionsJonathan Nieder1-5/+7
2020-07-16Revert "check_repository_format_gently(): refuse extensions for old repositor...Jonathan Nieder1-9/+3
2020-07-06Merge branch 'bc/sha-256-part-2'Junio C Hamano1-0/+1
2020-06-05check_repository_format_gently(): refuse extensions for old repositoriesXin Li1-3/+9
2020-06-05repository: add a helper function to perform repository format upgradeXin Li1-0/+29
2020-05-27setup: set the_repository's hash algo when checking formatbrian m. carlson1-0/+1
2020-03-26Merge branch 'bc/sha-256-part-1-of-4'Junio C Hamano1-2/+4
2020-03-25Merge branch 'am/real-path-fix'Junio C Hamano1-13/+22
2020-03-16Merge branch 'es/outside-repo-errmsg-hints'Junio C Hamano1-2/+6
2020-03-15prefix_path: show gitdir if worktree unavailableEmily Shaffer1-2/+6
2020-03-10real_path_if_valid(): remove unsafe APIAlexandr Miloslavskiy1-1/+1
2020-03-10real_path: remove unsafe APIAlexandr Miloslavskiy1-3/+12
2020-03-06set_git_dir: fix crash when used with real_path()Alexandr Miloslavskiy1-9/+9
2020-02-24setup: allow check_repository_format to read repository formatbrian m. carlson1-2/+4
2020-02-17Merge branch 'es/outside-repo-errmsg-hints'Junio C Hamano1-1/+2
2020-02-16prefix_path: show gitdir when arg is outside repoEmily Shaffer1-1/+2
2020-01-27verify_filename(): handle backslashes in "wildcards are pathspecs" ruleJeff King1-3/+20
2019-09-30Merge branch 'js/gitdir-at-unc-root'Junio C Hamano1-2/+8
2019-08-26setup_git_directory(): handle UNC root paths correctlyJohannes Schindelin1-1/+1
2019-08-26Fix .git/ discovery at the root of UNC sharesJohannes Schindelin1-0/+6
2019-08-26setup_git_directory(): handle UNC paths correctlyJohannes Schindelin1-1/+1
2019-06-25Move repository_format_partial_clone to promisor-remote.cChristian Couder1-1/+2
2019-04-16sha1-name.c: remove the_repo from maybe_die_on_misspelt_object_nameNguyễn Thái Ngọc Duy1-3/+4
2019-03-20Merge branch 'ma/clear-repository-format'Junio C Hamano1-12/+28
2019-03-01setup: fix memory leaks with `struct repository_format`Martin Ågren1-12/+27
2019-02-05Merge branch 'js/abspath-part-inside-repo'Junio C Hamano1-3/+3