71 Commits (fcf2cfb54b6be34749feb6ffb50fe2bdd7bac8bc)

Author SHA1 Message Date
Johannes Schindelin ce83eadd9a real_pathdup(): fix callsites that wanted it to die on error 8 years ago
Cornelius Weig 341fb28621 refs: add option core.logAllRefUpdates = always 8 years ago
Brandon Williams 4ac9006f83 real_path: have callers use real_pathdup and strbuf_realpath 8 years ago
Nguyễn Thái Ngọc Duy 822d9406c0 init: kill git_link variable 8 years ago
Nguyễn Thái Ngọc Duy 6311cfaf93 init: do not set unnecessary core.worktree 8 years ago
Nguyễn Thái Ngọc Duy 1bd1907951 init: kill set_git_dir_init() 8 years ago
Nguyễn Thái Ngọc Duy 33158701e2 init: call set_git_dir_init() from within init_db() 8 years ago
Nguyễn Thái Ngọc Duy fe9aa0b22e init: correct re-initialization from a linked worktree 8 years ago
Jeff King 4543926ba8 init: reset cached config when entering new repo 8 years ago
Jeff King 7c0a842b46 init: expand comments explaining config trickery 8 years ago
David Turner 6fb5acfd8f refs: add methods to init refs db 8 years ago
Vasco Almeida c30364d080 i18n: init-db: join message pieces 9 years ago
Jeff King 94ce167249 init: use setup.c's repo version verification 9 years ago
Jeff King 7875acb6ec wrap shared_repository global in get/set accessors 9 years ago
Jeff King f1c126bd8b setup: set startup_info->have_repository more reliably 9 years ago
Patrick Steinhardt 3d1806487a config: rename git_config_set_or_die to git_config_set 9 years ago
Patrick Steinhardt 695009bc09 init-db: die on config errors when initializing empty repo 9 years ago
David Turner eb33876c26 initdb: make safe_create_dir public 9 years ago
Jeff King 9c28390bda init: use strbufs to store paths 9 years ago
Jeff King fdf729661a probe_utf8_pathname_composition: use internal strbuf 9 years ago
Jeff King 5096d4909f convert trivial sprintf / strcpy calls to xsnprintf 9 years ago
Junio C Hamano 1f76a10b2d write_file(): drop caller-supplied LF from calls to create a one-liner file 10 years ago
Junio C Hamano 12d6ce1dba write_file(): drop "fatal" parameter 10 years ago
Michael Haggerty fb58c8d507 refs: move the remaining ref module declarations to refs.h 10 years ago
Jeff King 84ccad8dec init: don't set core.worktree when initializing /.git 10 years ago
Alex Henrie 9c9b4f2f8b standardize usage info string format 10 years ago
Nguyễn Thái Ngọc Duy 91aacda85a use new wrapper write_file() for simple file writing 10 years ago
Junio C Hamano 59362e560d system_path(): always return free'able memory to the caller 10 years ago
Torsten Bögershausen c7bf68d6b4 init-db: improve the filemode trustability check 10 years ago
Michael Haggerty 1f32ecffd8 create_default_files(): don't set u+x bit on $GIT_DIR/config 10 years ago
René Scharfe 4d3ab44d26 use xgetcwd() to set $GIT_DIR 11 years ago
René Scharfe 56b9f6e738 use xgetcwd() to get the current directory or die 11 years ago
René Scharfe 2d186c8be5 init: avoid superfluous real_path() calls 11 years ago
Jiang Xin 47fbfded53 i18n: only extract comments marked with "TRANSLATORS:" 11 years ago
Michael Haggerty f3565c0ca5 cmd_init_db(): when creating directories, handle errors conservatively 11 years ago
Michael Haggerty 0be0521b23 safe_create_leading_directories(): introduce enum for return values 11 years ago
Christian Couder 5955654823 replace {pre,suf}fixcmp() with {starts,ends}_with() 11 years ago
Nguyễn Thái Ngọc Duy ce4a5e53d5 i18n: init-db: mark parseopt strings for translation 13 years ago
Torsten Bögershausen 76759c7dff git on Mac OS and precomposed unicode 13 years ago
Ævar Arnfjörð Bjarmason 97f261b1e7 builtin/init-db.c: eliminate -Wformat warning on Solaris 13 years ago
Junio C Hamano 13d6ec9133 read_gitfile_gently(): rename misnamed function to read_gitfile() 14 years ago
Nguyen Thai Ngoc Duy 09ffc706e4 init/clone: remove short option -L and document --separate-git-dir 14 years ago
Ævar Arnfjörð Bjarmason 2c050e017a i18n: mark init-db messages for translation 14 years ago
Nguyễn Thái Ngọc Duy b57fb80a7d init, clone: support --separate-git-dir for .git file 14 years ago
Carlos Martín Nieto e2a57aac8a Name make_*_path functions more accurately 14 years ago
Ævar Arnfjörð Bjarmason 3e5dd7e960 i18n: git-init "Initialized [...] repository" message 14 years ago
Ævar Arnfjörð Bjarmason 33e92e47c5 i18n: git-init basic messages 14 years ago
Nguyễn Thái Ngọc Duy b31d20227a init: remove unnecessary check 14 years ago
Michael J Gruber 5027fa864d clone,init: describe --template using the same wording 14 years ago
Nguyễn Thái Ngọc Duy 835183603b Remove all logic from get_git_work_tree() 14 years ago