summaryrefslogtreecommitdiff
path: root/builtin/init-db.c
AgeCommit message (Expand)Author
2019-01-29Merge branch 'jk/save-getenv-result'Junio C Hamano
2019-01-12init: make a copy of $GIT_DIR stringJeff King
2018-11-06assert NOARG/NONEG behavior of parse-options callbacksJeff King
2018-07-24pass st.st_size as hint for strbuf_readlink()Jeff King
2018-06-01Merge branch 'rd/init-typo'Junio C Hamano
2018-05-30init: fix grammar in "templates not found" msgRobert P. J. Day
2018-05-06Replace all die("BUG: ...") calls by BUG() onesJohannes Schindelin
2018-04-11exec_cmd: rename to use dash in file nameStefan Beller
2018-02-22init-db: rename 'template' variablesBrandon Williams
2017-09-08add UNLEAK annotation for reducing leak false positivesJeff King
2017-06-15config: don't include config.h by defaultBrandon Williams
2017-03-08real_pathdup(): fix callsites that wanted it to die on errorJohannes Schindelin
2017-01-31refs: add option core.logAllRefUpdates = alwaysCornelius Weig
2016-12-12real_path: have callers use real_pathdup and strbuf_realpathBrandon Williams
2016-10-03Merge branch 'nd/init-core-worktree-in-multi-worktree-world'Junio C Hamano
2016-09-25init: kill git_link variableNguyễn Thái Ngọc Duy
2016-09-25init: do not set unnecessary core.worktreeNguyễn Thái Ngọc Duy
2016-09-25init: kill set_git_dir_init()Nguyễn Thái Ngọc Duy
2016-09-25init: call set_git_dir_init() from within init_db()Nguyễn Thái Ngọc Duy
2016-09-25init: correct re-initialization from a linked worktreeNguyễn Thái Ngọc Duy
2016-09-21Merge branch 'jk/setup-sequence-update'Junio C Hamano
2016-09-19Merge branch 'mh/ref-store'Junio C Hamano
2016-09-13init: reset cached config when entering new repoJeff King
2016-09-13init: expand comments explaining config trickeryJeff King
2016-09-09refs: add methods to init refs dbDavid Turner
2016-06-17i18n: init-db: join message piecesVasco Almeida
2016-05-02Merge branch 'jk/check-repository-format' into maintJunio C Hamano
2016-04-13Merge branch 'jk/check-repository-format'Junio C Hamano
2016-03-11init: use setup.c's repo version verificationJeff King
2016-03-11wrap shared_repository global in get/set accessorsJeff King
2016-03-07setup: set startup_info->have_repository more reliablyJeff King
2016-02-22config: rename git_config_set_or_die to git_config_setPatrick Steinhardt
2016-02-22init-db: die on config errors when initializing empty repoPatrick Steinhardt
2015-11-20initdb: make safe_create_dir publicDavid Turner
2015-10-05init: use strbufs to store pathsJeff King
2015-10-05probe_utf8_pathname_composition: use internal strbufJeff King
2015-09-25convert trivial sprintf / strcpy calls to xsnprintfJeff King
2015-08-25write_file(): drop caller-supplied LF from calls to create a one-liner fileJunio C Hamano
2015-08-24write_file(): drop "fatal" parameterJunio C Hamano
2015-06-22refs: move the remaining ref module declarations to refs.hMichael Haggerty
2015-05-11Merge branch 'nd/multiple-work-trees'Junio C Hamano
2015-05-06Merge branch 'jk/init-core-worktree-at-root'Junio C Hamano
2015-04-02init: don't set core.worktree when initializing /.gitJeff King
2015-01-14standardize usage info string formatAlex Henrie
2014-12-22Merge branch 'jc/exec-cmd-system-path-leak-fix'Junio C Hamano
2014-12-22Merge branch 'tb/config-core-filemode-check-on-broken-fs'Junio C Hamano
2014-12-05Merge branch 'mh/config-flip-xbit-back-after-checking'Junio C Hamano
2014-12-01use new wrapper write_file() for simple file writingNguyễn Thái Ngọc Duy
2014-12-01system_path(): always return free'able memory to the callerJunio C Hamano
2014-11-21init-db: improve the filemode trustability checkTorsten Bögershausen