110 Commits (618b8445d92c60d9e1e4609e7c56a941bb3862b9)

Author SHA1 Message Date
Jean-Noël Avila 43ea635c35 i18n: refactor "foo and bar are mutually exclusive" 3 years ago
Matheus Tavares a185dd58ec init: fix bug regarding ~/ expansion in init.templateDir 4 years ago
Andrzej Hunt 04fe4d75fa init-db: silence template_dir leak when converting to absolute path 4 years ago
Andrzej Hunt e4de4502e6 init: remove git_init_db_config() while fixing leaks 4 years ago
brian m. carlson 75555676ad builtin/init-db: handle bare clones when core.bare set to false 4 years ago
Johannes Schindelin cc0f13c57d get_default_branch_name(): prepare for showing some advice 4 years ago
brian m. carlson 47ac970309 builtin/clone: avoid failure with GIT_DEFAULT_HASH 4 years ago
Eric Sunshine 59d876ccd6 init: make --separate-git-dir work from within linked worktree 5 years ago
Eric Sunshine 42264bc841 init: teach --separate-git-dir to repair linked worktrees 5 years ago
Eric Sunshine ccf236a23a init: disallow --separate-git-dir with bare repository 5 years ago
brian m. carlson eff45daab8 repository: enable SHA-256 support by default 5 years ago
Don Goodman-Wilson 8747ebb7cd init: allow setting the default for the initial branch name via the config 5 years ago
Johannes Schindelin 32ba12dab2 init: allow specifying the initial branch name for the new repository 5 years ago
Alexandr Miloslavskiy 0915a5b4cd set_git_dir: fix crash when used with real_path() 5 years ago
brian m. carlson efa7ae36c1 init-db: move writing repo version into a function 5 years ago
brian m. carlson 3c9331a129 builtin/init-db: add environment variable for new repo hash 5 years ago
brian m. carlson 8b8f7189df builtin/init-db: allow specifying hash algorithm on command line 5 years ago
brian m. carlson cfe3917c85 setup: allow check_repository_format to read repository format 5 years ago
Nguyễn Thái Ngọc Duy e1df7fe43f init: make --template path relative to $CWD 6 years ago
Johannes Schindelin 287853392a mingw: respect core.hidedotfiles = false in git-init again 6 years ago
Martin Ågren e8805af1c3 setup: fix memory leaks with `struct repository_format` 6 years ago
Jeff King e5b07c539d init: make a copy of $GIT_DIR string 6 years ago
Jeff King 517fe807d6 assert NOARG/NONEG behavior of parse-options callbacks 6 years ago
Jeff King 765b496dc6 pass st.st_size as hint for strbuf_readlink() 7 years ago
Robert P. J. Day 44f560fc16 init: fix grammar in "templates not found" msg 7 years ago
Johannes Schindelin 033abf97fc Replace all die("BUG: ...") calls by BUG() ones 7 years ago
Stefan Beller d807c4a01d exec_cmd: rename to use dash in file name 7 years ago
Brandon Williams fa0fccae6a init-db: rename 'template' variables 7 years ago
Jeff King 0e5bba53af add UNLEAK annotation for reducing leak false positives 8 years ago
Brandon Williams b2141fc1d2 config: don't include config.h by default 8 years ago
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 9 years ago
Nguyễn Thái Ngọc Duy 6311cfaf93 init: do not set unnecessary core.worktree 9 years ago
Nguyễn Thái Ngọc Duy 1bd1907951 init: kill set_git_dir_init() 9 years ago
Nguyễn Thái Ngọc Duy 33158701e2 init: call set_git_dir_init() from within init_db() 9 years ago
Nguyễn Thái Ngọc Duy fe9aa0b22e init: correct re-initialization from a linked worktree 9 years ago
Jeff King 4543926ba8 init: reset cached config when entering new repo 9 years ago
Jeff King 7c0a842b46 init: expand comments explaining config trickery 9 years ago
David Turner 6fb5acfd8f refs: add methods to init refs db 9 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 10 years ago
Jeff King fdf729661a probe_utf8_pathname_composition: use internal strbuf 10 years ago