summaryrefslogtreecommitdiffstats
path: root/builtin/init-db.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \
| * | use xgetcwd() to set $GIT_DIRRené Scharfe2014-08-261-4/+3
| * | use xgetcwd() to get the current directory or dieRené Scharfe2014-08-261-9/+8
| |/
* / init: avoid superfluous real_path() callsRené Scharfe2014-07-291-4/+4
|/
* i18n: only extract comments marked with "TRANSLATORS:"Jiang Xin2014-04-171-5/+3
* Merge branch 'mh/safe-create-leading-directories'Junio C Hamano2014-01-271-4/+5
|\
| * cmd_init_db(): when creating directories, handle errors conservativelyMichael Haggerty2014-01-061-3/+4
| * safe_create_leading_directories(): introduce enum for return valuesMichael Haggerty2014-01-061-2/+2
* | replace {pre,suf}fixcmp() with {starts,ends}_with()Christian Couder2013-12-051-1/+1
|/
* i18n: init-db: mark parseopt strings for translationNguyễn Thái Ngọc Duy2012-08-201-9/+9
* git on Mac OS and precomposed unicodeTorsten Bögershausen2012-07-091-0/+1
* builtin/init-db.c: eliminate -Wformat warning on SolarisÆvar Arnfjörð Bjarmason2011-12-211-1/+1
* read_gitfile_gently(): rename misnamed function to read_gitfile()Junio C Hamano2011-08-221-1/+1
* Merge branch 'maint'Junio C Hamano2011-05-261-1/+1
|\
| * init/clone: remove short option -L and document --separate-git-dirNguyen Thai Ngoc Duy2011-05-251-1/+1
* | i18n: mark init-db messages for translationÆvar Arnfjörð Bjarmason2011-04-121-5/+5
|/
* Merge branch 'nd/init-gitdir'Junio C Hamano2011-04-021-3/+65
|\
| * init, clone: support --separate-git-dir for .git fileNguyễn Thái Ngọc Duy2011-03-201-3/+65
* | Merge branch 'ab/i18n-st'Junio C Hamano2011-04-021-26/+32
|\ \ | |/ |/|
| * i18n: git-init "Initialized [...] repository" messageÆvar Arnfjörð Bjarmason2011-03-101-3/+9
| * i18n: git-init basic messagesÆvar Arnfjörð Bjarmason2011-03-101-23/+23
* | Name make_*_path functions more accuratelyCarlos Martín Nieto2011-03-181-4/+4
* | init: remove unnecessary checkNguyễn Thái Ngọc Duy2011-03-041-7/+5
|/
* clone,init: describe --template using the same wordingMichael J Gruber2011-02-151-1/+1
* Remove all logic from get_git_work_tree()Nguyễn Thái Ngọc Duy2010-12-221-3/+11
* setup: limit get_git_work_tree()'s to explicit setup case onlyNguyễn Thái Ngọc Duy2010-12-221-0/+1