225 Commits (6afedba8c97b5a8463e45ff801218433f8392d5d)

Author SHA1 Message Date
Johannes Schindelin e7cb0b4455 is_ntfs_dotgit: match other .git files 7 years ago
Jeff King 11a9f4d807 is_ntfs_dotgit: use a size_t for traversing string 7 years ago
Stefan Beller 102de880d2 path.c: migrate global git_path_* to take a repository argument 7 years ago
Stefan Beller 90c62155d6 repository: introduce raw object store field 7 years ago
Andrey Okoshkin 55d7d15847 path.c: use xmalloc() in add_to_trie() 7 years ago
Jeff King 8262715b8e path.c: fix uninitialized memory access 7 years ago
René Scharfe fa2bb34477 path: use strbuf_add_real_path() 7 years ago
Jeff King 0bca165fdb validate_headref: use get_oid_hex for detached HEADs 7 years ago
Jeff King 7eb4b9d025 validate_headref: use skip_prefix for symref parsing 7 years ago
Jeff King 6e68c91410 validate_headref: NUL-terminate HEAD buffer 7 years ago
Jonathan Tan 0abe14f6a5 pack: move {,re}prepare_packed_git and approximate_object_count 8 years ago
Jeff King 2491f77b90 connect: factor out "looks like command line option" check 8 years ago
Brandon Williams b42b0c0919 path: add repo_worktree_path and strbuf_repo_worktree_path 8 years ago
Brandon Williams 3181d86320 path: add repo_git_path and strbuf_repo_git_path 8 years ago
Brandon Williams 543107333b path: worktree_git_path() should not use file relocation 8 years ago
Brandon Williams f9a8a47e39 path: convert do_git_path to take a 'struct repository' 8 years ago
Brandon Williams b337172c83 path: convert strbuf_git_common_path to take a 'struct repository' 8 years ago
Brandon Williams 7aee36013a path: always pass in commondir to update_common_dir 8 years ago
Brandon Williams e7d72d0753 path: create path.h 8 years ago
Brandon Williams c14c234f22 environment: place key repository state in the_repository 8 years ago
Nguyễn Thái Ngọc Duy 4aad2f1627 path.c: and an option to call real_path() in expand_user_path() 8 years ago
Nguyễn Thái Ngọc Duy bbbb7de7ac path.c: move some code out of strbuf_git_path_submodule() 8 years ago
Devin Lehmacher e7f136bf93 path.c: add xdg_cache_home 8 years ago
Johannes Sixt 7814fbe3f1 normalize_path_copy(): fix pushing to //server/share/dir on Windows 8 years ago
René Scharfe bb84735c80 hex: make wraparound of the index into ring-buffer explicit 8 years ago
Jacob Keller 99b43a61f2 allow do_submodule_path to work even if submodule isn't checked out 9 years ago
Johannes Schindelin 9445b4921e rev-parse: respect core.hooksPath in --git-path 9 years ago
René Scharfe 8109984d61 use strbuf_addbuf() for appending a strbuf to another 9 years ago
Li Peng 832c0e5e63 typofix: assorted typofixes in comments, documentation and messages 9 years ago
Nguyễn Thái Ngọc Duy 2e641d5825 path.c: refactor and add worktree_git_path() 9 years ago
Nguyễn Thái Ngọc Duy 15cdfea734 path.c: add git_common_path() and strbuf_git_common_path() 9 years ago
Johannes Schindelin 5ca6b7bb47 config --show-origin: report paths with forward slashes 9 years ago
Jeff King 7875acb6ec wrap shared_repository global in get/set accessors 9 years ago
Johannes Schindelin 2f36eed936 Refactor skipping DOS drive prefixes 9 years ago
David Turner eb33876c26 initdb: make safe_create_dir public 9 years ago
Ray Donnelly b2a7123b99 test-path-utils.c: remove incorrect assumption 9 years ago
Jeff King 00b6c178c3 use strbuf_complete to conditionally append slash 9 years ago
Jeff King 4635768809 remove_leading_path: use a strbuf for internal storage 9 years ago
Jeff King e9ba678175 enter_repo: convert fixed-size buffers to strbufs 9 years ago
Nguyễn Thái Ngọc Duy 1f5fbe1fe2 enter_repo: allow .git files in strict mode 9 years ago
Nguyễn Thái Ngọc Duy 0f64cc407f enter_repo: avoid duplicating logic, use is_git_directory() instead 9 years ago
Jeff King bb3788cebb add git_path_buf helper function 9 years ago
Max Kirillov 11f9dd7191 path: implement common_dir handling in git_pathdup_submodule() 10 years ago
Nguyễn Thái Ngọc Duy 1fb5925905 path.c: delete an extra space 10 years ago
David Turner ce414b33ec refs: make refs/bisect/* per-worktree 10 years ago
David Turner 4e09cf2acf path: optimize common dir checking 10 years ago
David Turner 0701530c26 refs: clean up common_list 10 years ago
Junio C Hamano 0a489b0680 prepare_packed_git(): refactor garbage reporting in pack directory 10 years ago
Jeff King f932729cc7 memoize common git-path "constant" files 10 years ago
Jeff King 07e3070d2a path.c: drop git_path_submodule 10 years ago