264 Commits (449fa5ee06906ca6d109e06b14cb4f8ea60a6c88)

Author SHA1 Message Date
Han-Wen Nienhuys b8825ef233 sequencer: treat REVERT_HEAD as a pseudo ref 5 years ago
Han-Wen Nienhuys c8e4159efd sequencer: treat CHERRY_PICK_HEAD as a pseudo ref 5 years ago
Denton Liu a03b55530a merge: teach --autostash option 5 years ago
Alexandr Miloslavskiy 3d7747e318 real_path: remove unsafe API 5 years ago
Alexandr Miloslavskiy 0915a5b4cd set_git_dir: fix crash when used with real_path() 5 years ago
brian m. carlson cfe3917c85 setup: allow check_repository_format to read repository format 5 years ago
Jeff King 9734b74a8f normalize_path_copy(): document "dst" size expectations 5 years ago
Johannes Schindelin 91bd46588e path: also guard `.gitmodules` against NTFS Alternate Data Streams 5 years ago
Johannes Schindelin 3a85dc7d53 is_ntfs_dotgit(): speed it up 5 years ago
Johannes Schindelin 7c3745fc61 path: safeguard `.git` against NTFS Alternate Streams Accesses 5 years ago
Johannes Schindelin 288a74bcd2 is_ntfs_dotgit(): only verify the leading segment 5 years ago
Johannes Schindelin 525e7fba78 path.c: document the purpose of `is_ntfs_dotgit()` 5 years ago
Johannes Schindelin 76a53d640f git_path(): handle `.lock` files correctly 5 years ago
SZEDER Gábor f45f88b2e4 path.c: don't call the match function without value in trie_find() 5 years ago
SZEDER Gábor c72fc40d09 path.c: clarify two field names in 'struct common_dir' 5 years ago
SZEDER Gábor 8a64881b44 path.c: mark 'logs/HEAD' in 'common_list' as file 5 years ago
SZEDER Gábor 7cb8c929d7 path.c: clarify trie_find()'s in-code comment 5 years ago
brian m. carlson ce17feb1b3 path: add a function to check for path suffix 6 years ago
Nguyễn Thái Ngọc Duy b9317d55a3 Make sure refs/rewritten/ is per-worktree 6 years ago
Jeff King f0eaf63819 sha1-file: use an object_directory for the main object dir 6 years ago
Torsten Bögershausen 3063477445 path.c: char is not (always) signed 6 years ago
Nguyễn Thái Ngọc Duy 8aff1a9ca5 Add a place for (not) sharing stuff between worktrees 6 years ago
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 8 years ago
René Scharfe fa2bb34477 path: use strbuf_add_real_path() 8 years ago
Jeff King 0bca165fdb validate_headref: use get_oid_hex for detached HEADs 8 years ago
Jeff King 7eb4b9d025 validate_headref: use skip_prefix for symref parsing 8 years ago
Jeff King 6e68c91410 validate_headref: NUL-terminate HEAD buffer 8 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