186 Commits (0af85f84bd6d1755b3b8559ccfd99383c2928ac3)

Author SHA1 Message Date
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 8 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() 9 years ago
Nguyễn Thái Ngọc Duy 1fb5925905 path.c: delete an extra space 9 years ago
David Turner ce414b33ec refs: make refs/bisect/* per-worktree 9 years ago
David Turner 4e09cf2acf path: optimize common dir checking 9 years ago
David Turner 0701530c26 refs: clean up common_list 9 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
Jeff King f5895fd399 cache.h: complete set of git_path_submodule helpers 10 years ago
Paul Tan 846e5dfbab path.c: remove home_config_paths() 10 years ago
Paul Tan ea19289bc8 path.c: implement xdg_config_home() 10 years ago
Paul Tan c8c3f1d087 enter_repo(): fix docs to match code 10 years ago
Johannes Schindelin 1d1d69bc52 path: add is_ntfs_dotgit() helper 10 years ago
Max Kirillov df56607dff git-common-dir: make "modules/" per-working-directory directory 10 years ago
Nguyễn Thái Ngọc Duy 6cfbdcb2ab git_path(): keep "info/sparse-checkout" per work-tree 10 years ago
Nguyễn Thái Ngọc Duy 77a6d84045 count-objects: report unused files in $GIT_DIR/worktrees/... 10 years ago
Nguyễn Thái Ngọc Duy 529fef20cf checkout: support checking out into a new working directory 10 years ago
Nguyễn Thái Ngọc Duy c7b3a3d2fe $GIT_COMMON_DIR: a new environment variable 10 years ago
Nguyễn Thái Ngọc Duy 557bd833bb git_path(): be aware of file relocation in $GIT_DIR 10 years ago
Nguyễn Thái Ngọc Duy 57a23b770a path.c: group git_path(), git_pathdup() and strbuf_git_path() together 10 years ago
Nguyễn Thái Ngọc Duy 8afdaf39e3 path.c: rename vsnpath() to do_git_path() 10 years ago
Nguyễn Thái Ngọc Duy 1a83c240f2 git_snpath(): retire and replace with strbuf_git_path() 10 years ago
Nguyễn Thái Ngọc Duy dcf692625a path.c: make get_pathname() call sites return const char * 10 years ago
Nguyễn Thái Ngọc Duy 4ef9caf543 path.c: make get_pathname() return strbuf instead of static buffer 10 years ago
Matthieu Moy 06b2d87244 home_config_paths(): let the caller ignore xdg path 11 years ago
René Scharfe 5c0b13f85a use xmemdupz() to allocate copies of strings given by start and length 11 years ago
René Scharfe cedc61a998 strbuf: use strbuf_addstr() for adding C strings 11 years ago
Cezary Zawadka c2369bdf7f Windows: allow using UNC path for git repository 11 years ago