- d9a65b6 setup: use xopen and xdup in sanitize_stdfds by René Scharfe · 3 years, 4 months ago
- 8721e2e Merge branch 'jt/partial-clone-submodule-1' by Junio C Hamano · 3 years, 6 months ago
- ebaf3bc repository: move global r_f_p_c to repo struct by Jonathan Tan · 3 years, 7 months ago
- 8013d7d setup: split "extensions found" messages into singular and plural by Alex Henrie · 3 years, 8 months ago
- c7d0e61 macOS: precompose startup_info->prefix by Torsten Bögershausen · 3 years, 10 months ago
- e0ad957 Merge branch 'bc/sha-256-part-3' by Junio C Hamano · 4 years, 5 months ago
- c28a2d0 Merge branch 'jk/reject-newer-extensions-in-v0' into master by Junio C Hamano · 4 years, 6 months ago
- b5b46d7 setup: add support for reading extensions.objectformat by brian m. carlson · 4 years, 6 months ago
- d13b7f2 Merge branch 'jn/v0-with-extensions-fix' into master by Junio C Hamano · 4 years, 6 months ago
- ec91ffc verify_repository_format(): complain about new extensions in v0 repo by Jeff King · 4 years, 6 months ago
- 62f2eca repository: allow repository format upgrade with extensions by Jonathan Nieder · 4 years, 6 months ago
- 1166419 Revert "check_repository_format_gently(): refuse extensions for old repositories" by Jonathan Nieder · 4 years, 6 months ago
- 1221085 Merge branch 'bc/sha-256-part-2' by Junio C Hamano · 4 years, 6 months ago
- 14c7fa2 check_repository_format_gently(): refuse extensions for old repositories by Xin Li · 4 years, 8 months ago
- 16af5f1 repository: add a helper function to perform repository format upgrade by Xin Li · 4 years, 8 months ago
- d553ace setup: set the_repository's hash algo when checking format by brian m. carlson · 4 years, 8 months ago
- f8cb64e Merge branch 'bc/sha-256-part-1-of-4' by Junio C Hamano · 4 years, 10 months ago
- 4d0e899 Merge branch 'am/real-path-fix' by Junio C Hamano · 4 years, 10 months ago
- e96327c Merge branch 'es/outside-repo-errmsg-hints' by Junio C Hamano · 4 years, 10 months ago
- 5c20398 prefix_path: show gitdir if worktree unavailable by Emily Shaffer · 4 years, 11 months ago
- 4530a85 real_path_if_valid(): remove unsafe API by Alexandr Miloslavskiy · 4 years, 10 months ago
- 3d7747e real_path: remove unsafe API by Alexandr Miloslavskiy · 4 years, 10 months ago
- 0915a5b set_git_dir: fix crash when used with real_path() by Alexandr Miloslavskiy · 4 years, 11 months ago
- cfe3917 setup: allow check_repository_format to read repository format by brian m. carlson · 5 years ago
- f97741f Merge branch 'es/outside-repo-errmsg-hints' by Junio C Hamano · 5 years ago
- e0020b2 prefix_path: show gitdir when arg is outside repo by Emily Shaffer · 5 years ago
- 39e21c6 verify_filename(): handle backslashes in "wildcards are pathspecs" rule by Jeff King · 5 years ago
- b57a88a5 Merge branch 'js/gitdir-at-unc-root' by Junio C Hamano · 5 years ago
- 5cf7b3b setup_git_directory(): handle UNC root paths correctly by Johannes Schindelin · 5 years ago
- e2683d5 Fix .git/ discovery at the root of UNC shares by Johannes Schindelin · 5 years ago
- d17f212 setup_git_directory(): handle UNC paths correctly by Johannes Schindelin · 5 years ago
- 60b7a92 Move repository_format_partial_clone to promisor-remote.c by Christian Couder · 6 years ago
- e270f42 sha1-name.c: remove the_repo from maybe_die_on_misspelt_object_name by Nguyễn Thái Ngọc Duy · 6 years ago
- 6b5688b Merge branch 'ma/clear-repository-format' by Junio C Hamano · 6 years ago
- e8805af setup: fix memory leaks with `struct repository_format` by Martin Ågren · 6 years ago
- ff09c9e Merge branch 'js/abspath-part-inside-repo' by Junio C Hamano · 6 years ago
- 1301997 setup: free old value before setting `work_tree` by Martin Ågren · 6 years ago
- d8727b3 abspath_part_inside_repo: respect core.ignoreCase by Johannes Schindelin · 6 years ago
- 07098b8 Simplify handling of setup_git_directory_gently() failure cases. by Erin Dahlgren · 6 years ago
- 58b284a worktree: add per-worktree config files by Nguyễn Thái Ngọc Duy · 6 years ago
- 033abf9 Replace all die("BUG: ...") calls by BUG() ones by Johannes Schindelin · 7 years ago
- ff6eb82 Merge branch 'jk/relative-directory-fix' by Junio C Hamano · 7 years ago
- 0873c39 Merge branch 'nd/remove-ignore-env-field' by Junio C Hamano · 7 years ago
- 8500e0d set_work_tree: use chdir_notify by Jeff King · 7 years ago
- 357a03e repository.c: move env-related setup code back to environment.c by Nguyễn Thái Ngọc Duy · 7 years ago
- d405396 Merge branch 'as/ll-i18n' by Junio C Hamano · 7 years ago
- f3d618d Merge branch 'jh/fsck-promisors' by Junio C Hamano · 7 years ago
- fc045fe Mark messages for translations by Alexander Shopov · 7 years ago
- bdae4af Merge branch 'sg/setup-doc-update' by Junio C Hamano · 7 years ago
- 176b2d3 setup.c: fix comment about order of .git directory discovery by SZEDER Gábor · 7 years ago
- 75b97fe extension.partialclone: introduce partial clone extension by Jonathan Tan · 7 years ago
- 78a6766 Integrate hash algorithm support with repo setup by brian m. carlson · 7 years ago
- abade65 setup: expose enumerated repo info by brian m. carlson · 7 years ago
- 57dd3dd Merge branch 'js/early-config' by Junio C Hamano · 7 years ago
- fa4d8c7 setup: avoid double slashes when looking for HEAD by Jeff King · 7 years ago
- 2a5aa82 Merge branch 'ks/verify-filename-non-option-error-message-tweak' by Junio C Hamano · 7 years ago
- 33f3c68 setup: update error message to be more meaningful by Kaartic Sivaraam · 7 years ago
- ea1d875 read_gitfile_gently: clarify return value ownership. by Han-Wen Nienhuys · 7 years ago
- 1fb2b63 set_git_dir: handle feeding gitdir to itself by Jeff King · 7 years ago
- f9ee2fc grep: recurse in-process using 'struct repository' by Brandon Williams · 7 years ago
- c14c234 environment: place key repository state in the_repository by Brandon Williams · 8 years ago
- 7aee274 setup: add comment indicating a hack by Brandon Williams · 8 years ago
- 73f192c setup: don't perform lazy initialization of repository state by Brandon Williams · 8 years ago
- 25bf951 Merge branches 'bw/ls-files-sans-the-index' and 'bw/config-h' into bw/repo-object by Junio C Hamano · 8 years ago
- 32e0da5 Merge branch 'jk/pathspec-magic-disambiguation' by Junio C Hamano · 8 years ago
- d3fb71b setup: teach discover_git_directory to respect the commondir by Brandon Williams · 8 years ago
- b2141fc config: don't include config.h by default by Brandon Williams · 8 years ago
- 69743f9 discover_git_directory(): avoid setting invalid git_dir by Johannes Schindelin · 8 years ago
- 93dd544 Merge branch 'jc/noent-notdir' by Junio C Hamano · 8 years ago
- c705420 treewide: use is_missing_file_error() where ENOENT and ENOTDIR are checked by Junio C Hamano · 8 years ago
- 2cb47ab verify_filename(): flip order of checks by Jeff King · 8 years ago
- c99eddd verify_filename(): treat ":(magic)" as a pathspec by Jeff King · 8 years ago
- 42471bc check_filename(): handle ":^" path magic by Jeff King · 8 years ago
- d51c6ee check_filename(): use skip_prefix by Jeff King · 8 years ago
- a08cbcd check_filename(): refactor ":/" handling by Jeff King · 8 years ago
- 2d4dcf2 setup_discovered_git_dir(): plug memory leak by Johannes Schindelin · 8 years ago
- da6f847 setup_bare_git_dir(): help static analysis by Johannes Schindelin · 8 years ago
- 3736c92 Merge branch 'bw/recurse-submodules-relative-fix' by Junio C Hamano · 8 years ago
- cd27bc7 Merge branch 'rs/strbuf-add-real-path' into maint by Junio C Hamano · 8 years ago
- e4da43b prefix_filename: return newly allocated string by Jeff King · 8 years ago
- 116fb64 prefix_filename: drop length parameter by Jeff King · 8 years ago
- a0393a2 Merge branch 'js/early-config' by Junio C Hamano · 8 years ago
- b58a68c setup: allow for prefix to be passed to git commands by Brandon Williams · 8 years ago
- 5c4003c setup.c: mention unresolved problems by Johannes Schindelin · 8 years ago
- 01017dc setup_git_directory_gently_1(): avoid die()ing by Johannes Schindelin · 8 years ago
- 16ac8b8 setup: introduce the discover_git_directory() function by Johannes Schindelin · 8 years ago
- ce9b8aa setup_git_directory_1(): avoid changing global state by Johannes Schindelin · 8 years ago
- df380d5 setup: prepare setup_discovered_git_dir() for the root directory by Johannes Schindelin · 8 years ago
- ba37c92 Merge branch 'js/realpath-pathdup-fix' by Junio C Hamano · 8 years ago
- fc32293 Merge branch 'rs/strbuf-add-real-path' by Junio C Hamano · 8 years ago
- ce83ead real_pathdup(): fix callsites that wanted it to die on error by Johannes Schindelin · 8 years ago
- 6c1e654 setup_git_directory(): use is_dir_sep() helper by Johannes Schindelin · 8 years ago
- 33ad9dd strbuf: add strbuf_add_real_path() by René Scharfe · 8 years ago
- 5f29433 cache.h: expose the dying procedure for reading gitlinks by Stefan Beller · 8 years ago
- 40d9632 setup: add gentle version of resolve_git_dir by Stefan Beller · 8 years ago
- 4ac9006 real_path: have callers use real_pathdup and strbuf_realpath by Brandon Williams · 8 years ago
- 2ff30e6 i18n: setup: mark error messages for translation by Vasco Almeida · 8 years ago
- ab33a76 i18n: setup: mark strings for translation by Vasco Almeida · 9 years ago
- 3f80d16 Merge branch 'jc/xstrfmt-null-with-prec-0' by Junio C Hamano · 9 years ago
- 907c416 Merge branch 'jk/check-repository-format' by Junio C Hamano · 9 years ago