aboutsummaryrefslogtreecommitdiffstats
path: root/builtin/init-db.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-04-24Merge branch 'ps/parse-options-integers'Junio C Hamano1-4/+9
2025-04-17global: use designated initializers for optionsPatrick Steinhardt1-4/+9
2025-04-15object-file: move `safe_create_leading_directories()` into "path.c"Patrick Steinhardt1-2/+1
2025-02-28environment: move access to "core.sharedRepository" into repo settingsPatrick Steinhardt1-4/+4
2024-11-21builtin/init-db: fix leaking directory pathsPatrick Steinhardt1-15/+19
2024-09-23Merge branch 'jc/pass-repo-to-builtins'Junio C Hamano1-2/+5
2024-09-13builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.hJohn Cai1-1/+1
2024-09-13builtin: add a repository parameter for builtin functionsJohn Cai1-1/+4
2024-09-12environment: make `get_git_work_tree()` accept a repositoryPatrick Steinhardt1-2/+2
2024-06-06refs: convert ref storage format to an enumPatrick Steinhardt1-1/+1
2024-01-16Merge branch 'ps/refstorage-extension'Junio C Hamano1-1/+15
2024-01-02builtin/init: introduce `--ref-format=` value flagPatrick Steinhardt1-1/+12
2024-01-02setup: start tracking ref storage formatPatrick Steinhardt1-1/+3
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren1-1/+0
2023-07-05treewide: remove unnecessary includes for wrapper.hCalvin Wan1-1/+0
2023-06-21builtin.h: remove unneccessary includesElijah Newren1-0/+1
2023-06-21cache.h: remove this no-longer-used headerElijah Newren1-2/+1
2023-06-21setup: adopt shared init-db & clone codeElijah Newren1-496/+0
2023-06-21init-db, clone: change unnecessary global into passed parameterElijah Newren1-4/+5
2023-06-21init-db: remove unnecessary global variableElijah Newren1-5/+7
2023-06-21init-db: document existing bug with core.bare in template configElijah Newren1-1/+28
2023-04-24hash-ll.h: split out of hash.h to remove dependency on repository.hElijah Newren1-0/+1
2023-04-24copy.h: move declarations for copy.c functions from cache.hElijah Newren1-0/+1
2023-04-11object-file.h: move declarations for object-file.c functions from cache.hElijah Newren1-0/+1
2023-03-21setup.h: move declarations for setup.c functions from cache.hElijah Newren1-0/+1
2023-03-21environment.h: move declarations for environment.c functions from cache.hElijah Newren1-0/+1
2023-03-21wrapper.h: move declarations for wrapper.c functions from cache.hElijah Newren1-0/+1
2023-03-21abspath.h: move absolute path functions from cache.hElijah Newren1-0/+1
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren1-0/+1
2022-10-13doc txt & -h consistency: add missing optionsÆvar Arnfjörð Bjarmason1-0/+2
2022-10-13doc txt & -h consistency: word-wrapÆvar Arnfjörð Bjarmason1-1/+2
2022-01-05i18n: refactor "foo and bar are mutually exclusive"Jean-Noël Avila1-1/+1
2021-05-25Merge branch 'mt/init-template-userpath-fix'Junio C Hamano1-1/+2
2021-05-25init: fix bug regarding ~/ expansion in init.templateDirMatheus Tavares1-1/+2
2021-04-07Merge branch 'ah/plugleaks'Junio C Hamano1-22/+10
2021-03-14init-db: silence template_dir leak when converting to absolute pathAndrzej Hunt1-1/+3
2021-03-14init: remove git_init_db_config() while fixing leaksAndrzej Hunt1-21/+7
2021-03-10builtin/init-db: handle bare clones when core.bare set to falsebrian m. carlson1-2/+2
2020-12-13get_default_branch_name(): prepare for showing some adviceJohannes Schindelin1-3/+5
2020-09-22builtin/clone: avoid failure with GIT_DEFAULT_HASHbrian m. carlson1-2/+4
2020-08-31init: make --separate-git-dir work from within linked worktreeEric Sunshine1-0/+24
2020-08-31init: teach --separate-git-dir to repair linked worktreesEric Sunshine1-0/+2
2020-08-24Merge branch 'es/init-no-separate-git-dir-in-bare'Junio C Hamano1-0/+5
2020-08-10init: disallow --separate-git-dir with bare repositoryEric Sunshine1-0/+5
2020-07-30repository: enable SHA-256 support by defaultbrian m. carlson1-5/+0
2020-06-24init: allow setting the default for the initial branch name via the configDon Goodman-Wilson1-1/+1
2020-06-24init: allow specifying the initial branch name for the new repositoryJohannes Schindelin1-6/+27
2020-03-26Merge branch 'bc/sha-256-part-1-of-4'Junio C Hamano1-10/+65
2020-03-06set_git_dir: fix crash when used with real_path()Alexandr Miloslavskiy1-2/+2
2020-02-24init-db: move writing repo version into a functionbrian m. carlson1-18/+24