349 Commits (0d7131763e7762dc34c407f32e3c63123001a292)

Author SHA1 Message Date
René Scharfe d9a65b6c0a setup: use xopen and xdup in sanitize_stdfds 4 years ago
Jonathan Tan ebaf3bcf1a repository: move global r_f_p_c to repo struct 4 years ago
Alex Henrie 8013d7d9ee setup: split "extensions found" messages into singular and plural 4 years ago
Torsten Bögershausen c7d0e61016 macOS: precompose startup_info->prefix 4 years ago
brian m. carlson b5b46d7973 setup: add support for reading extensions.objectformat 5 years ago
Jeff King ec91ffca04 verify_repository_format(): complain about new extensions in v0 repo 5 years ago
Jonathan Nieder 62f2eca606 repository: allow repository format upgrade with extensions 5 years ago
Jonathan Nieder 11664196ac Revert "check_repository_format_gently(): refuse extensions for old repositories" 5 years ago
Xin Li 14c7fa269e check_repository_format_gently(): refuse extensions for old repositories 5 years ago
Xin Li 16af5f1abb repository: add a helper function to perform repository format upgrade 5 years ago
brian m. carlson d553acebee setup: set the_repository's hash algo when checking format 5 years ago
Emily Shaffer 5c20398699 prefix_path: show gitdir if worktree unavailable 5 years ago
Alexandr Miloslavskiy 4530a85b4c real_path_if_valid(): remove unsafe API 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
Emily Shaffer e0020b2f82 prefix_path: show gitdir when arg is outside repo 5 years ago
Jeff King 39e21c6ef5 verify_filename(): handle backslashes in "wildcards are pathspecs" rule 5 years ago
Johannes Schindelin 5cf7b3b1ac setup_git_directory(): handle UNC root paths correctly 6 years ago
Johannes Schindelin e2683d51d9 Fix .git/ discovery at the root of UNC shares 6 years ago
Johannes Schindelin d17f2124a7 setup_git_directory(): handle UNC paths correctly 6 years ago
Christian Couder 60b7a92d84 Move repository_format_partial_clone to promisor-remote.c 6 years ago
Nguyễn Thái Ngọc Duy e270f42c4d sha1-name.c: remove the_repo from maybe_die_on_misspelt_object_name 6 years ago
Martin Ågren e8805af1c3 setup: fix memory leaks with `struct repository_format` 6 years ago
Martin Ågren 13019979b8 setup: free old value before setting `work_tree` 6 years ago
Johannes Schindelin d8727b3687 abspath_part_inside_repo: respect core.ignoreCase 6 years ago
Erin Dahlgren 07098b81a4 Simplify handling of setup_git_directory_gently() failure cases. 6 years ago
Nguyễn Thái Ngọc Duy 58b284a2e9 worktree: add per-worktree config files 7 years ago
Johannes Schindelin 033abf97fc Replace all die("BUG: ...") calls by BUG() ones 7 years ago
Jeff King 8500e0de3f set_work_tree: use chdir_notify 7 years ago
Nguyễn Thái Ngọc Duy 357a03ebe9 repository.c: move env-related setup code back to environment.c 7 years ago
Alexander Shopov fc045fe7d4 Mark messages for translations 7 years ago
SZEDER Gábor 176b2d328c setup.c: fix comment about order of .git directory discovery 7 years ago
Jonathan Tan 75b97fec17 extension.partialclone: introduce partial clone extension 7 years ago
brian m. carlson 78a6766802 Integrate hash algorithm support with repo setup 7 years ago
brian m. carlson abade65b79 setup: expose enumerated repo info 7 years ago
Jeff King fa4d8c783d setup: avoid double slashes when looking for HEAD 7 years ago
Kaartic Sivaraam 33f3c683ec setup: update error message to be more meaningful 8 years ago
Han-Wen Nienhuys ea1d87560c read_gitfile_gently: clarify return value ownership. 8 years ago
Jeff King 1fb2b636c6 set_git_dir: handle feeding gitdir to itself 8 years ago
Brandon Williams f9ee2fcdfa grep: recurse in-process using 'struct repository' 8 years ago
Brandon Williams c14c234f22 environment: place key repository state in the_repository 8 years ago
Brandon Williams 7aee274fb4 setup: add comment indicating a hack 8 years ago
Brandon Williams 73f192c991 setup: don't perform lazy initialization of repository state 8 years ago
Brandon Williams d3fb71b3cb setup: teach discover_git_directory to respect the commondir 8 years ago
Brandon Williams b2141fc1d2 config: don't include config.h by default 8 years ago
Johannes Schindelin 69743f9b4f discover_git_directory(): avoid setting invalid git_dir 8 years ago
Junio C Hamano c7054209d6 treewide: use is_missing_file_error() where ENOENT and ENOTDIR are checked 8 years ago
Jeff King 2cb47ab695 verify_filename(): flip order of checks 8 years ago
Jeff King c99eddd835 verify_filename(): treat ":(magic)" as a pathspec 8 years ago