278 Commits (10f743389ca9a92720fb9c3d15f647888d82c297)

Author SHA1 Message Date
Ævar Arnfjörð Bjarmason 9fd512c8d6 dir API: add a generalized path_match_flags() function 3 years ago
Junio C Hamano afe8a9070b tree-wide: apply equals-null.cocci 3 years ago
Johannes Schindelin fdcad5a53e Fix `GIT_CEILING_DIRECTORIES` with `C:\` and the likes 3 years ago
Lénaïc Huard cb7db5bbd5 cache.h: Introduce a generic "xdg_config_home_for(…)" function 3 years ago
Johannes Schindelin e394a16023 interpolate_path(): allow specifying paths relative to the runtime prefix 4 years ago
Johannes Schindelin a03b097d63 Use a better name for the function interpolating paths 4 years ago
Johannes Schindelin 644e6b2c0f expand_user_path(): clarify the role of the `real_home` parameter 4 years ago
Johannes Schindelin 789f6f226b expand_user_path(): remove stale part of the comment 4 years ago
Jeff King 801ed010bf t0060: test ntfs/hfs-obscured dotfiles 4 years ago
Elijah Newren 5291828df8 merge-ort: write $GIT_DIR/AUTO_MERGE whenever we hit a conflict 4 years ago
Han-Wen Nienhuys b8825ef233 sequencer: treat REVERT_HEAD as a pseudo ref 4 years ago
Han-Wen Nienhuys c8e4159efd sequencer: treat CHERRY_PICK_HEAD as a pseudo ref 4 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 5 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 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