summaryrefslogtreecommitdiffstats
path: root/setup.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ps/use-the-repository'Junio C Hamano2024-07-021-0/+2
|\
| * global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt2024-06-141-0/+2
| * Merge branch 'ps/ref-storage-migration' into ps/use-the-repositoryJunio C Hamano2024-06-131-4/+6
| |\
* | \ Merge branch 'tb/precompose-getcwd'Junio C Hamano2024-06-251-1/+1
|\ \ \
| * | | macOS: ls-files path fails if path of workdir is NFDTorsten Bögershausen2024-05-311-1/+1
* | | | Merge branch 'ps/ref-storage-migration'Junio C Hamano2024-06-181-4/+6
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | refs: convert ref storage format to an enumPatrick Steinhardt2024-06-061-4/+4
| * | setup: unset ref storage when reinitializing repository versionPatrick Steinhardt2024-06-061-0/+2
| * | Merge branch 'ps/refs-without-the-repository-updates' into ps/ref-storage-mig...Junio C Hamano2024-05-231-2/+5
| |\ \
* | \ \ Merge branch 'jc/safe-directory-leading-path'Junio C Hamano2024-06-121-7/+14
|\ \ \ \
| * | | | safe.directory: allow "lead/ing/path/*" matchJunio C Hamano2024-05-291-7/+15
* | | | | Merge branch 'ps/leakfixes'Junio C Hamano2024-06-061-3/+3
|\ \ \ \ \
| * | | | | config: clarify memory ownership in `git_config_pathname()`Patrick Steinhardt2024-05-271-3/+3
| | |/ / / | |/| | |
* | | | | Merge branch 'ps/fix-reinit-includeif-onbranch'Junio C Hamano2024-06-031-9/+12
|\ \ \ \ \
| * | | | | setup: fix bug with "includeIf.onbranch" when initializing dirPatrick Steinhardt2024-05-231-11/+15
* | | | | | Merge branch 'ps/refs-without-the-repository-updates'Junio C Hamano2024-05-301-2/+5
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | refs: drop `git_default_branch_name()`Patrick Steinhardt2024-05-171-1/+4
| * | | | | refs: rename `init_db` callback to avoid confusionPatrick Steinhardt2024-05-171-1/+1
| * | | | | Merge branch 'ps/refs-without-the-repository' into ps/refs-without-the-reposi...Junio C Hamano2024-05-161-1/+1
| |\ \ \ \ \
* | \ \ \ \ \ Merge branch 'ps/undecided-is-not-necessarily-sha1'Junio C Hamano2024-05-301-0/+53
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | path: move `validate_headref()` to its only userPatrick Steinhardt2024-05-071-0/+53
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'kn/ref-transaction-symref'Junio C Hamano2024-05-201-1/+1
|\| | | | |
* | | | | | Merge branch 'ps/refs-without-the-repository'Junio C Hamano2024-05-161-1/+1
|\ \ \ \ \ \ | |_|/ / / / |/| | / / / | | |/ / / | |/| | |
| * | | | cocci: apply rules to rewrite callers of "refs" interfacesPatrick Steinhardt2024-05-071-1/+1
| |/ / /
* | | | Sync with 2.44.1Johannes Schindelin2024-04-291-14/+77
|\ \ \ \ | |/ / / |/| | |
| * | | Sync with 2.43.4Johannes Schindelin2024-04-191-14/+77
| |\ \ \ | | |/ / | |/| |
| | * | Sync with 2.42.2Johannes Schindelin2024-04-191-14/+77
| | |\ \
| | | * \ Sync with 2.41.1Johannes Schindelin2024-04-191-14/+77
| | | |\ \ | | | | |/ | | | |/|
| | | | * Sync with 2.40.2Johannes Schindelin2024-04-191-0/+76
| | | | |\
| | | | | * init.templateDir: consider this config setting protectedJohannes Schindelin2024-04-191-7/+30
| | | | | * init: refactor the template directory discovery into its own functionJohannes Schindelin2024-04-171-0/+32
| | | | | * fetch/clone: detect dubious ownership of local repositoriesJohannes Schindelin2024-04-171-0/+21
| | * | | | Merge branch 'en/header-cleanup' into maint-2.43Junio C Hamano2024-02-091-1/+0
| | |\ \ \ \
* | | \ \ \ \ Merge branch 'eb/hash-transition'Junio C Hamano2024-03-281-0/+22
|\ \ \ \ \ \ \
| * | | | | | | repository: implement extensions.compatObjectFormatbrian m. carlson2023-10-021-2/+21
| * | | | | | | repository: add a compatibility hash algorithmEric W. Biederman2023-10-021-0/+3
* | | | | | | | Merge branch 'jc/safe-implicit-bare'Junio C Hamano2024-03-211-1/+27
|\ \ \ \ \ \ \ \
| * | | | | | | | setup: notice more types of implicit bare repositoriesJunio C Hamano2024-03-111-1/+27
* | | | | | | | | Merge branch 'gt/core-bare-in-templates'Junio C Hamano2024-03-141-33/+3
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | setup: remove unnecessary variableGhanshyam Thakkar2024-03-041-33/+3
| | |_|/ / / / / / | |/| | | | | | |
* / | | | | | | | builtin/clone: allow remote helpers to detect repoPatrick Steinhardt2024-02-271-1/+8
|/ / / / / / / /
* | | | | | | | Merge branch 'kl/allow-working-in-dot-git-in-non-bare-repository'Junio C Hamano2024-01-301-1/+2
|\| | | | | | |
| * | | | | | | setup: allow cwd=.git w/ bareRepository=explicitKyle Lippincott2024-01-201-1/+2
* | | | | | | | Merge branch 'ps/worktree-refdb-initialization'Junio C Hamano2024-01-261-16/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | setup: move creation of "refs/" into the files backendPatrick Steinhardt2024-01-081-15/+0
| * | | | | | | | refs: prepare `refs_init_db()` for initializing worktree refsPatrick Steinhardt2024-01-081-1/+1
* | | | | | | | | Merge branch 'ps/refstorage-extension'Junio C Hamano2024-01-161-6/+60
|\| | | | | | | |
| * | | | | | | | setup: introduce GIT_DEFAULT_REF_FORMAT envvarPatrick Steinhardt2024-01-021-0/+7
| * | | | | | | | setup: introduce "extensions.refStorage" extensionPatrick Steinhardt2024-01-021-3/+21
| * | | | | | | | setup: set repository's formats on initPatrick Steinhardt2024-01-021-0/+7