summaryrefslogtreecommitdiffstats
path: root/builtin/init-db.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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 errorJohannes Schindelin2017-03-081-3/+3
* refs: add option core.logAllRefUpdates = alwaysCornelius Weig2017-01-311-1/+1
* real_path: have callers use real_pathdup and strbuf_realpathBrandon Williams2016-12-131-3/+3
* Merge branch 'nd/init-core-worktree-in-multi-worktree-world'Junio C Hamano2016-10-031-40/+31
|\
| * init: kill git_link variableNguyễn Thái Ngọc Duy2016-09-261-12/+4
| * init: do not set unnecessary core.worktreeNguyễn Thái Ngọc Duy2016-09-261-3/+6
| * init: kill set_git_dir_init()Nguyễn Thái Ngọc Duy2016-09-261-29/+21
| * init: call set_git_dir_init() from within init_db()Nguyễn Thái Ngọc Duy2016-09-261-7/+11
| * init: correct re-initialization from a linked worktreeNguyễn Thái Ngọc Duy2016-09-261-1/+1
* | Merge branch 'jk/setup-sequence-update'Junio C Hamano2016-09-221-4/+13
|\|
| * init: reset cached config when entering new repoJeff King2016-09-141-0/+6
| * init: expand comments explaining config trickeryJeff King2016-09-141-4/+7
| * Merge branch 'jk/check-repository-format' into maintJunio C Hamano2016-05-021-21/+24
| |\
* | \ Merge branch 'mh/ref-store'Junio C Hamano2016-09-191-10/+11
|\ \ \
| * | | refs: add methods to init refs dbDavid Turner2016-09-101-10/+11
* | | | i18n: init-db: join message piecesVasco Almeida2016-06-181-7/+10
|/ / /
* | | Merge branch 'jk/check-repository-format'Junio C Hamano2016-04-131-21/+24
|\ \ \ | |/ / |/| / | |/
| * init: use setup.c's repo version verificationJeff King2016-03-121-9/+12
| * wrap shared_repository global in get/set accessorsJeff King2016-03-121-12/+12
* | setup: set startup_info->have_repository more reliablyJeff King2016-03-071-0/+1
|/
* config: rename git_config_set_or_die to git_config_setPatrick Steinhardt2016-02-221-10/+10
* init-db: die on config errors when initializing empty repoPatrick Steinhardt2016-02-221-10/+10
* initdb: make safe_create_dir publicDavid Turner2015-11-201-12/+0
* init: use strbufs to store pathsJeff King2015-10-051-98/+74
* probe_utf8_pathname_composition: use internal strbufJeff King2015-10-051-1/+1
* convert trivial sprintf / strcpy calls to xsnprintfJeff King2015-09-251-5/+6
* write_file(): drop caller-supplied LF from calls to create a one-liner fileJunio C Hamano2015-08-251-1/+1
* write_file(): drop "fatal" parameterJunio C Hamano2015-08-241-1/+1
* refs: move the remaining ref module declarations to refs.hMichael Haggerty2015-06-221-0/+1
* Merge branch 'nd/multiple-work-trees'Junio C Hamano2015-05-111-6/+1
|\
| * use new wrapper write_file() for simple file writingNguyễn Thái Ngọc Duy2014-12-011-6/+1
* | Merge branch 'jk/init-core-worktree-at-root'Junio C Hamano2015-05-061-3/+15
|\ \
| * | init: don't set core.worktree when initializing /.gitJeff King2015-04-021-3/+15
* | | standardize usage info string formatAlex Henrie2015-01-141-1/+1
* | | Merge branch 'jc/exec-cmd-system-path-leak-fix'Junio C Hamano2014-12-221-5/+10
|\ \ \
| * | | system_path(): always return free'able memory to the callerJunio C Hamano2014-12-011-5/+10
| |/ /
* | | Merge branch 'tb/config-core-filemode-check-on-broken-fs'Junio C Hamano2014-12-221-0/+2
|\ \ \
| * | | init-db: improve the filemode trustability checkTorsten Bögershausen2014-11-211-0/+2
* | | | Merge branch 'mh/config-flip-xbit-back-after-checking'Junio C Hamano2014-12-051-1/+2
|\| | | | |_|/ |/| |
| * | create_default_files(): don't set u+x bit on $GIT_DIR/configMichael Haggerty2014-11-181-1/+2
| |/
* | Merge branch 'rs/strbuf-getcwd'Junio C Hamano2014-09-021-13/+11
|\ \