aboutsummaryrefslogtreecommitdiff
path: root/builtin/init-db.c
Commit message (Expand)AuthorAge
* add UNLEAK annotation for reducing leak false positivesJeff King2017-09-08
* config: don't include config.h by defaultBrandon Williams2017-06-15
* real_pathdup(): fix callsites that wanted it to die on errorJohannes Schindelin2017-03-08
* refs: add option core.logAllRefUpdates = alwaysCornelius Weig2017-01-31
* real_path: have callers use real_pathdup and strbuf_realpathBrandon Williams2016-12-12
* Merge branch 'nd/init-core-worktree-in-multi-worktree-world'Junio C Hamano2016-10-03
|\
| * init: kill git_link variableNguyễn Thái Ngọc Duy2016-09-25
| * init: do not set unnecessary core.worktreeNguyễn Thái Ngọc Duy2016-09-25
| * init: kill set_git_dir_init()Nguyễn Thái Ngọc Duy2016-09-25
| * init: call set_git_dir_init() from within init_db()Nguyễn Thái Ngọc Duy2016-09-25
| * init: correct re-initialization from a linked worktreeNguyễn Thái Ngọc Duy2016-09-25
* | Merge branch 'jk/setup-sequence-update'Junio C Hamano2016-09-21
|\ \ | |/
| * init: reset cached config when entering new repoJeff King2016-09-13
| * init: expand comments explaining config trickeryJeff King2016-09-13
| * Merge branch 'jk/check-repository-format' into maintJunio C Hamano2016-05-02
| |\
* | \ Merge branch 'mh/ref-store'Junio C Hamano2016-09-19
|\ \ \
| * | | refs: add methods to init refs dbDavid Turner2016-09-09
* | | | i18n: init-db: join message piecesVasco Almeida2016-06-17
|/ / /
* | | Merge branch 'jk/check-repository-format'Junio C Hamano2016-04-13
|\ \ \ | |/ / |/| / | |/
| * init: use setup.c's repo version verificationJeff King2016-03-11
| * wrap shared_repository global in get/set accessorsJeff King2016-03-11
* | setup: set startup_info->have_repository more reliablyJeff King2016-03-06
|/
* config: rename git_config_set_or_die to git_config_setPatrick Steinhardt2016-02-22
* init-db: die on config errors when initializing empty repoPatrick Steinhardt2016-02-22
* initdb: make safe_create_dir publicDavid Turner2015-11-20
* init: use strbufs to store pathsJeff King2015-10-05
* probe_utf8_pathname_composition: use internal strbufJeff King2015-10-05
* convert trivial sprintf / strcpy calls to xsnprintfJeff King2015-09-25
* write_file(): drop caller-supplied LF from calls to create a one-liner fileJunio C Hamano2015-08-25
* write_file(): drop "fatal" parameterJunio C Hamano2015-08-24
* refs: move the remaining ref module declarations to refs.hMichael Haggerty2015-06-22
* Merge branch 'nd/multiple-work-trees'Junio C Hamano2015-05-11
|\
| * use new wrapper write_file() for simple file writingNguyễn Thái Ngọc Duy2014-12-01
* | Merge branch 'jk/init-core-worktree-at-root'Junio C Hamano2015-05-05
|\ \
| * | init: don't set core.worktree when initializing /.gitJeff King2015-04-02
* | | standardize usage info string formatAlex Henrie2015-01-14
* | | Merge branch 'jc/exec-cmd-system-path-leak-fix'Junio C Hamano2014-12-22
|\ \ \
| * | | system_path(): always return free'able memory to the callerJunio C Hamano2014-11-30
| |/ /
* | | Merge branch 'tb/config-core-filemode-check-on-broken-fs'Junio C Hamano2014-12-22
|\ \ \
| * | | init-db: improve the filemode trustability checkTorsten Bögershausen2014-11-21
* | | | Merge branch 'mh/config-flip-xbit-back-after-checking'Junio C Hamano2014-12-05
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | create_default_files(): don't set u+x bit on $GIT_DIR/configMichael Haggerty2014-11-18
| |/
* | Merge branch 'rs/strbuf-getcwd'Junio C Hamano2014-09-02
|\ \
| * | use xgetcwd() to set $GIT_DIRRené Scharfe2014-08-26
| * | use xgetcwd() to get the current directory or dieRené Scharfe2014-08-26
| |/
* | init: avoid superfluous real_path() callsRené Scharfe2014-07-28
|/
* i18n: only extract comments marked with "TRANSLATORS:"Jiang Xin2014-04-17
* Merge branch 'mh/safe-create-leading-directories'Junio C Hamano2014-01-27
|\
| * cmd_init_db(): when creating directories, handle errors conservativelyMichael Haggerty2014-01-06
| * safe_create_leading_directories(): introduce enum for return valuesMichael Haggerty2014-01-06