summaryrefslogtreecommitdiff
path: root/builtin/init-db.c
Commit message (Expand)AuthorAgeFilesLines
* 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 filejc/am-state-fixJunio 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-051-3/+15
|\ \
| * | init: don't set core.worktree when initializing /.gitjk/init-core-worktree-at-rootJeff 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 callerjc/exec-cmd-system-path-leak-fixJunio C Hamano2014-11-301-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 checktb/config-core-filemode-check-on-broken-fsTorsten 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/configmh/config-flip-xbit-back-after-checkingMichael 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() callsrs/init-no-duplicate-real-pathRené Scharfe2014-07-281-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()cc/starts-n-ends-withChristian 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-081-0/+1
* builtin/init-db.c: eliminate -Wformat warning on SolarisÆvar Arnfjörð Bjarmason2011-12-201-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-251-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-011-3/+65
|\
| * init, clone: support --separate-git-dir for .git fileNguyễn Thái Ngọc Duy2011-03-191-3/+65
* | Merge branch 'ab/i18n-st'Junio C Hamano2011-04-011-26/+32
|\ \ | |/ |/|
| * i18n: git-init "Initialized [...] repository" messageÆvar Arnfjörð Bjarmason2011-03-091-3/+9
| * i18n: git-init basic messagesÆvar Arnfjörð Bjarmason2011-03-091-23/+23
* | Name make_*_path functions more accuratelyCarlos Martín Nieto2011-03-171-4/+4
* | init: remove unnecessary checkNguyễn Thái Ngọc Duy2011-03-031-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
* init: plug tiny one-time memory leakJonathan Nieder2010-10-061-13/+19
* handle "git --bare init <dir>" properlyJeff King2010-05-101-1/+1
* Merge branch 'sd/init-template'Junio C Hamano2010-03-101-0/+14
* Merge branch 'lt/deepen-builtin-source'Junio C Hamano2010-03-101-3/+6
* Move 'builtin-*' into a 'builtin/' subdirectoryLinus Torvalds2010-02-221-0/+498