summaryrefslogtreecommitdiffstats
path: root/builtin/init-db.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* treewide: remove unnecessary includes for wrapper.hCalvin Wan2023-07-051-1/+0
* builtin.h: remove unneccessary includesElijah Newren2023-06-211-0/+1
* cache.h: remove this no-longer-used headerElijah Newren2023-06-211-2/+1
* setup: adopt shared init-db & clone codeElijah Newren2023-06-211-496/+0
* init-db, clone: change unnecessary global into passed parameterElijah Newren2023-06-211-4/+5
* init-db: remove unnecessary global variableElijah Newren2023-06-211-5/+7
* init-db: document existing bug with core.bare in template configElijah Newren2023-06-211-1/+28
* hash-ll.h: split out of hash.h to remove dependency on repository.hElijah Newren2023-04-241-0/+1
* copy.h: move declarations for copy.c functions from cache.hElijah Newren2023-04-241-0/+1
* object-file.h: move declarations for object-file.c functions from cache.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
* wrapper.h: move declarations for wrapper.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
* doc txt & -h consistency: add missing optionsÆvar Arnfjörð Bjarmason2022-10-131-0/+2
* doc txt & -h consistency: word-wrapÆvar Arnfjörð Bjarmason2022-10-131-1/+2
* i18n: refactor "foo and bar are mutually exclusive"Jean-Noël Avila2022-01-051-1/+1
* Merge branch 'mt/init-template-userpath-fix'Junio C Hamano2021-05-251-1/+2
|\
| * init: fix bug regarding ~/ expansion in init.templateDirMatheus Tavares2021-05-251-1/+2
* | Merge branch 'ah/plugleaks'Junio C Hamano2021-04-081-22/+10
|\|
| * init-db: silence template_dir leak when converting to absolute pathAndrzej Hunt2021-03-141-1/+3
| * init: remove git_init_db_config() while fixing leaksAndrzej Hunt2021-03-141-21/+7
* | builtin/init-db: handle bare clones when core.bare set to falsebrian m. carlson2021-03-111-2/+2
|/
* get_default_branch_name(): prepare for showing some adviceJohannes Schindelin2020-12-141-3/+5
* builtin/clone: avoid failure with GIT_DEFAULT_HASHbrian m. carlson2020-09-221-2/+4
* init: make --separate-git-dir work from within linked worktreeEric Sunshine2020-08-311-0/+24
* init: teach --separate-git-dir to repair linked worktreesEric Sunshine2020-08-311-0/+2
* Merge branch 'es/init-no-separate-git-dir-in-bare'Junio C Hamano2020-08-241-0/+5
|\
| * init: disallow --separate-git-dir with bare repositoryEric Sunshine2020-08-101-0/+5
* | repository: enable SHA-256 support by defaultbrian m. carlson2020-07-301-5/+0
|/
* init: allow setting the default for the initial branch name via the configDon Goodman-Wilson2020-06-241-1/+1
* init: allow specifying the initial branch name for the new repositoryJohannes Schindelin2020-06-241-6/+27
* Merge branch 'bc/sha-256-part-1-of-4'Junio C Hamano2020-03-271-10/+65
|\
| * init-db: move writing repo version into a functionbrian m. carlson2020-02-241-18/+24
| * builtin/init-db: add environment variable for new repo hashbrian m. carlson2020-02-241-0/+9
| * builtin/init-db: allow specifying hash algorithm on command linebrian m. carlson2020-02-241-6/+46
| * setup: allow check_repository_format to read repository formatbrian m. carlson2020-02-241-1/+1
* | set_git_dir: fix crash when used with real_path()Alexandr Miloslavskiy2020-03-061-2/+2
|/
* Merge branch 'nd/init-relative-template-fix'Junio C Hamano2019-06-131-0/+3
|\
| * init: make --template path relative to $CWDNguyễn Thái Ngọc Duy2019-05-131-0/+3
* | Merge branch 'js/init-db-update-for-mingw'Junio C Hamano2019-04-161-0/+7
|\ \
| * | mingw: respect core.hidedotfiles = false in git-init againJohannes Schindelin2019-03-121-0/+7
| |/
* | Merge branch 'ma/clear-repository-format'Junio C Hamano2019-03-201-1/+2
|\ \ | |/ |/|
| * setup: fix memory leaks with `struct repository_format`Martin Ågren2019-03-011-1/+2
* | Merge branch 'jk/save-getenv-result'Junio C Hamano2019-01-291-2/+4
|\ \ | |/ |/|
| * init: make a copy of $GIT_DIR stringJeff King2019-01-121-2/+4
* | assert NOARG/NONEG behavior of parse-options callbacksJeff King2018-11-061-0/+1
|/
* pass st.st_size as hint for strbuf_readlink()Jeff King2018-07-241-1/+2
* Merge branch 'rd/init-typo'Junio C Hamano2018-06-011-1/+1
|\