309 Commits (49d166081bb5ddefa57fd97fd517449264ee5246)

Author SHA1 Message Date
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() 10 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
René Scharfe 7333ed1788 setup: convert setup_git_directory_gently_1 et al. to strbuf 11 years ago
Tanay Abhra 3c8687a73e add `config_set` API for caching config-like files 11 years ago
Martin Erik Werner 6127ff63cf setup: fix windows path buffer over-stepping 11 years ago
Nguyễn Thái Ngọc Duy de0957ce2e daemon: move daemonize() to libgit.a 11 years ago
Martin Erik Werner 655ee9ea3e setup: don't dereference in-tree symlinks for absolute paths 11 years ago
Martin Erik Werner ddc2a62815 setup: add abspath_part_inside_repo() function 11 years ago
Christian Couder 5955654823 replace {pre,suf}fixcmp() with {starts,ends}_with() 11 years ago
Felipe Contreras abf03eeb8e setup: trivial style fixes 11 years ago
Jiang Xin 41894ae3a3 Use simpler relative_path when set_git_dir 11 years ago
Thomas Rast 1d999ddd1d daemon/shell: refactor redirection of 0/1/2 from /dev/null 12 years ago
Nguyễn Thái Ngọc Duy 645a29c40a parse_pathspec: make sure the prefix part is wildcard-free 12 years ago
Nguyễn Thái Ngọc Duy 64acde94ef move struct pathspec and related functions to pathspec.[ch] 12 years ago
Jiang Xin e02ca72f70 path.c: refactor relative_path(), not only strip prefix 12 years ago
Andrew Wong f612a67eac setup.c: check that the pathspec magic ends with ")" 12 years ago
Andrew Wong 772e47cd67 setup.c: stop prefix_pathspec() from looping past the end of string 12 years ago
Jeff King 2cd83d10bb setup: suppress implicit "." work-tree for bare repos 12 years ago
Jeff King a6f7f9a325 environment: add GIT_PREFIX to local_repo_env 12 years ago
Michael Haggerty 7ec30aaa5b Provide a mechanism to turn off symlink resolution in ceiling paths 12 years ago
Nguyễn Thái Ngọc Duy 4db86e8b6e Update :/abc ambiguity check 12 years ago
Adam Spiers 1794e6e097 setup.c: document get_pathspec() 12 years ago
Michael Haggerty 1b77d83cab setup_git_directory_gently_1(): resolve symlinks in ceiling paths 12 years ago
Michael Haggerty 9e2326c7e1 longest_ancestor_length(): require prefix list entries to be normalized 12 years ago
Michael Haggerty 31171d9e45 longest_ancestor_length(): take a string_list argument for prefixes 12 years ago