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