index
:
org/kernel/git.git
master
forked from git/git
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
builtin
/
init-db.c
Commit message (
Expand
)
Author
Age
*
real_pathdup(): fix callsites that wanted it to die on error
Johannes Schindelin
2017-03-08
*
refs: add option core.logAllRefUpdates = always
Cornelius Weig
2017-01-31
*
real_path: have callers use real_pathdup and strbuf_realpath
Brandon Williams
2016-12-12
*
Merge branch 'nd/init-core-worktree-in-multi-worktree-world'
Junio C Hamano
2016-10-03
|
\
|
*
init: kill git_link variable
Nguyễn Thái Ngọc Duy
2016-09-25
|
*
init: do not set unnecessary core.worktree
Nguyễn Thái Ngọc Duy
2016-09-25
|
*
init: kill set_git_dir_init()
Nguyễn Thái Ngọc Duy
2016-09-25
|
*
init: call set_git_dir_init() from within init_db()
Nguyễn Thái Ngọc Duy
2016-09-25
|
*
init: correct re-initialization from a linked worktree
Nguyễn Thái Ngọc Duy
2016-09-25
*
|
Merge branch 'jk/setup-sequence-update'
Junio C Hamano
2016-09-21
|
\
\
|
|
/
|
*
init: reset cached config when entering new repo
Jeff King
2016-09-13
|
*
init: expand comments explaining config trickery
Jeff King
2016-09-13
|
*
Merge branch 'jk/check-repository-format' into maint
Junio C Hamano
2016-05-02
|
|
\
*
|
\
Merge branch 'mh/ref-store'
Junio C Hamano
2016-09-19
|
\
\
\
|
*
|
|
refs: add methods to init refs db
David Turner
2016-09-09
*
|
|
|
i18n: init-db: join message pieces
Vasco Almeida
2016-06-17
|
/
/
/
*
|
|
Merge branch 'jk/check-repository-format'
Junio C Hamano
2016-04-13
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
init: use setup.c's repo version verification
Jeff King
2016-03-11
|
*
wrap shared_repository global in get/set accessors
Jeff King
2016-03-11
*
|
setup: set startup_info->have_repository more reliably
Jeff King
2016-03-06
|
/
*
config: rename git_config_set_or_die to git_config_set
Patrick Steinhardt
2016-02-22
*
init-db: die on config errors when initializing empty repo
Patrick Steinhardt
2016-02-22
*
initdb: make safe_create_dir public
David Turner
2015-11-20
*
init: use strbufs to store paths
Jeff King
2015-10-05
*
probe_utf8_pathname_composition: use internal strbuf
Jeff King
2015-10-05
*
convert trivial sprintf / strcpy calls to xsnprintf
Jeff King
2015-09-25
*
write_file(): drop caller-supplied LF from calls to create a one-liner file
Junio C Hamano
2015-08-25
*
write_file(): drop "fatal" parameter
Junio C Hamano
2015-08-24
*
refs: move the remaining ref module declarations to refs.h
Michael Haggerty
2015-06-22
*
Merge branch 'nd/multiple-work-trees'
Junio C Hamano
2015-05-11
|
\
|
*
use new wrapper write_file() for simple file writing
Nguyễn Thái Ngọc Duy
2014-12-01
*
|
Merge branch 'jk/init-core-worktree-at-root'
Junio C Hamano
2015-05-05
|
\
\
|
*
|
init: don't set core.worktree when initializing /.git
Jeff King
2015-04-02
*
|
|
standardize usage info string format
Alex Henrie
2015-01-14
*
|
|
Merge branch 'jc/exec-cmd-system-path-leak-fix'
Junio C Hamano
2014-12-22
|
\
\
\
|
*
|
|
system_path(): always return free'able memory to the caller
Junio C Hamano
2014-11-30
|
|
/
/
*
|
|
Merge branch 'tb/config-core-filemode-check-on-broken-fs'
Junio C Hamano
2014-12-22
|
\
\
\
|
*
|
|
init-db: improve the filemode trustability check
Torsten Bögershausen
2014-11-21
*
|
|
|
Merge branch 'mh/config-flip-xbit-back-after-checking'
Junio C Hamano
2014-12-05
|
\
\
\
\
|
|
/
/
/
|
|
|
/
|
|
_
|
/
|
/
|
|
|
*
|
create_default_files(): don't set u+x bit on $GIT_DIR/config
Michael Haggerty
2014-11-18
|
|
/
*
|
Merge branch 'rs/strbuf-getcwd'
Junio C Hamano
2014-09-02
|
\
\
|
*
|
use xgetcwd() to set $GIT_DIR
René Scharfe
2014-08-26
|
*
|
use xgetcwd() to get the current directory or die
René Scharfe
2014-08-26
|
|
/
*
|
init: avoid superfluous real_path() calls
René Scharfe
2014-07-28
|
/
*
i18n: only extract comments marked with "TRANSLATORS:"
Jiang Xin
2014-04-17
*
Merge branch 'mh/safe-create-leading-directories'
Junio C Hamano
2014-01-27
|
\
|
*
cmd_init_db(): when creating directories, handle errors conservatively
Michael Haggerty
2014-01-06
|
*
safe_create_leading_directories(): introduce enum for return values
Michael Haggerty
2014-01-06
*
|
replace {pre,suf}fixcmp() with {starts,ends}_with()
Christian Couder
2013-12-05
|
/
*
i18n: init-db: mark parseopt strings for translation
Nguyễn Thái Ngọc Duy
2012-08-20
[next]