271 Commits (be6ed3f3346a24f4be2d771384528b1c87952b8f)

Author SHA1 Message Date
Jeff King e4da43b1f0 prefix_filename: return newly allocated string 8 years ago
Jeff King 116fb64e43 prefix_filename: drop length parameter 8 years ago
Brandon Williams b58a68c1c1 setup: allow for prefix to be passed to git commands 8 years ago
Johannes Schindelin 5c4003ca3f setup.c: mention unresolved problems 8 years ago
Johannes Schindelin 01017dce54 setup_git_directory_gently_1(): avoid die()ing 8 years ago
Johannes Schindelin 16ac8b8db6 setup: introduce the discover_git_directory() function 8 years ago
Johannes Schindelin ce9b8aab5d setup_git_directory_1(): avoid changing global state 8 years ago
Johannes Schindelin df380d58ec setup: prepare setup_discovered_git_dir() for the root directory 8 years ago
Johannes Schindelin ce83eadd9a real_pathdup(): fix callsites that wanted it to die on error 8 years ago
Johannes Schindelin 6c1e654437 setup_git_directory(): use is_dir_sep() helper 8 years ago
René Scharfe 33ad9ddd0b strbuf: add strbuf_add_real_path() 8 years ago
Stefan Beller 5f29433f1c cache.h: expose the dying procedure for reading gitlinks 8 years ago
Stefan Beller 40d9632514 setup: add gentle version of resolve_git_dir 8 years ago
Brandon Williams 4ac9006f83 real_path: have callers use real_pathdup and strbuf_realpath 8 years ago
Vasco Almeida 2ff30e67d9 i18n: setup: mark error messages for translation 9 years ago
Vasco Almeida ab33a76ec5 i18n: setup: mark strings for translation 9 years ago
Junio C Hamano 24041d6be5 setup.c: do not feed NULL to "%.*s" even with precision 0 9 years ago
Jeff King 274db840b4 verify_repository_format: mark messages for translation 9 years ago
Jeff King c90e5293d1 setup: drop repository_format_version global 9 years ago
Jeff King 652f18ee87 setup: unify repository version callbacks 9 years ago
Jeff King 2cc7c2c737 setup: refactor repo format reading and verification 9 years ago
Jeff King 21627f9b6d check_repository_format_gently: stop using git_config_early 9 years ago
Jeff King ae5f67763b lazily load core.sharedrepository 9 years ago
Jeff King 7875acb6ec wrap shared_repository global in get/set accessors 9 years ago
Jeff King 4b0d1eebe9 setup: document check_repository_format() 9 years ago
Jeff King f1c126bd8b setup: set startup_info->have_repository more reliably 9 years ago
Jeff King 46c3cd44d7 setup: make startup_info available everywhere 9 years ago
Jeff King 3733e69464 use xmallocz to avoid size arithmetic 9 years ago
Jeff King df714f81a7 check_filename: tighten dwim-wildcard ambiguity 9 years ago
Jeff King ffd036b128 clean: make is_git_repository a public function 9 years ago
Nguyễn Thái Ngọc Duy 618244e160 worktree: stop supporting moving worktrees manually 9 years ago
Jeff King 75faa45ae0 replace trivial malloc + sprintf / strcpy calls with xstrfmt 9 years ago
Max Kirillov 11f9dd7191 path: implement common_dir handling in git_pathdup_submodule() 9 years ago
Junio C Hamano 1f76a10b2d write_file(): drop caller-supplied LF from calls to create a one-liner file 10 years ago
Nguyễn Thái Ngọc Duy 82fde87ff3 setup: update the right file in multiple checkouts 10 years ago
Junio C Hamano 12d6ce1dba write_file(): drop "fatal" parameter 10 years ago
Jeff King 38ae878407 read_gitfile_gently: fix use-after-free 10 years ago
Jeff King 067fbd4105 introduce "preciousObjects" repository extension 10 years ago
Jeff King 00a09d57eb introduce "extensions" form of core.repositoryformatversion 10 years ago
Erik Elfström 921bdd96af setup: sanity check file size in read_gitfile_gently 10 years ago
Erik Elfström a93bedada8 setup: add gentle version of read_gitfile 10 years ago
Jeff King fada767463 setup_git_directory: delay core.bare/core.worktree errors 10 years ago
Duy Nguyen 28fcc0b71a pathspec: avoid the need of "--" when wildcard is used 10 years ago
Nguyễn Thái Ngọc Duy 23af91d102 prune: strategies for linked checkouts 10 years ago
Nguyễn Thái Ngọc Duy 31e26ebcb5 setup.c: support multi-checkout repo setup 10 years ago
Nguyễn Thái Ngọc Duy e61a509a49 setup.c: detect $GIT_COMMON_DIR check_repository_format_gently() 10 years ago
Nguyễn Thái Ngọc Duy 7d0fb0da95 setup.c: convert check_repository_format_gently to use strbuf 10 years ago
Nguyễn Thái Ngọc Duy 4dc4e1457e setup.c: detect $GIT_COMMON_DIR in is_git_directory() 10 years ago
Nguyễn Thái Ngọc Duy 1d186b6f35 setup.c: convert is_git_directory() to use strbuf 10 years ago
René Scharfe 56b9f6e738 use xgetcwd() to get the current directory or die 11 years ago