summaryrefslogtreecommitdiff
path: root/builtin/init-db.c
Commit message (Expand)AuthorAgeFilesLines
* 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-071-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-101-2/+2
|/
* get_default_branch_name(): prepare for showing some adviceJohannes Schindelin2020-12-131-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-261-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-111-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
|\
| * init: fix grammar in "templates not found" msgRobert P. J. Day2018-05-301-1/+1
* | Replace all die("BUG: ...") calls by BUG() onesJohannes Schindelin2018-05-061-1/+1
* | exec_cmd: rename to use dash in file nameStefan Beller2018-04-111-1/+1
|/
* init-db: rename 'template' variablesBrandon Williams2018-02-221-15/+15
* add UNLEAK annotation for reducing leak false positivesJeff King2017-09-081-0/+2
* config: don't include config.h by defaultBrandon Williams2017-06-151-0/+1
* real_pathdup(): fix callsites that wanted it to die on errorjs/realpath-pathdup-fixJohannes Schindelin2017-03-081-3/+3