1. 7463064 object.h: add lookup_object_by_type() function by Jeff King · 3 years ago
  2. 542d6ab object.h: expand docstring for lookup_unknown_object() by Jeff King · 3 years ago
  3. b2086b5 log: avoid loading decorations for userformats that don't need it by Jeff King · 3 years ago
  4. 3c7e2e8 pretty.h: update and expand docstring for userformat_find_requirements() by Jeff King · 3 years ago
  5. 1cf823d submodule: remove unnecessary `prefix` based option logic by Kaartic Sivaraam · 3 years ago
  6. fb20d4b pack-objects tests: cover blindspots in stdin handling by Ævar Arnfjörð Bjarmason · 3 years ago
  7. e355307 config: normalize the path of the system gitconfig by Johannes Schindelin · 3 years ago
  8. 50101b9 cmake(windows): set correct path to the system Git config by Dennis Ameling · 3 years ago
  9. fb5e337 mingw: move Git for Windows' system config where users expect it by Johannes Schindelin · 3 years ago
  10. ebbf5d2 config.mak.uname: PCRE1 cleanup by Carlo Marcelo Arenas Belón · 3 years ago
  11. 9fffc38 Documentation: fix typo in the --patch option of the commit command by Beshr Kayali · 2 years, 11 months ago
  12. 9b6e2c8 pager: avoid setting COLUMNS when we're guessing its value by Johannes Schindelin · 3 years ago
  13. 98c7656 git-worktree.txt: fix typo in example path by Andrei Rybak · 2 years, 11 months ago
  14. 6fc5369 t: fix typos in test messages by Andrei Rybak · 2 years, 11 months ago
  15. 3fca954 blame: correct name of config option in docs by Andrei Rybak · 2 years, 11 months ago
  16. ef830cc promisor-remote: teach lazy-fetch in any repo by Jonathan Tan · 3 years ago
  17. d1fa943 run-command: refactor subprocess env preparation by Jonathan Tan · 3 years ago
  18. 69bb2e1 submodule: refrain from filtering GIT_CONFIG_COUNT by Jonathan Tan · 3 years ago
  19. ef7dc2e promisor-remote: support per-repository config by Jonathan Tan · 3 years ago
  20. ebaf3bc repository: move global r_f_p_c to repo struct by Jonathan Tan · 3 years ago
  21. 54662d5 git-p4: fix failed submit by skip non-text data files by dorgon.chang · 3 years ago
  22. d65aea3 show-branch tests: add missing tests by Ævar Arnfjörð Bjarmason · 3 years ago
  23. 4465690 show-branch: don't <COLOR></RESET> for space characters by Ævar Arnfjörð Bjarmason · 3 years ago
  24. 2f61b3e mktag tests: test fast-export by Ævar Arnfjörð Bjarmason · 3 years ago
  25. b48015b mktag tests: test for-each-ref by Ævar Arnfjörð Bjarmason · 3 years ago
  26. eddc1f5 mktag tests: test update-ref and reachable fsck by Ævar Arnfjörð Bjarmason · 3 years ago
  27. 47c0cb1 mktag tests: test hash-object --literally and unreachable fsck by Ævar Arnfjörð Bjarmason · 3 years ago
  28. 2bff554 merge-ort: add prefetching for content merges by Elijah Newren · 3 years ago
  29. 1aedd03 diffcore-rename: use a different prefetch for basename comparisons by Elijah Newren · 3 years ago
  30. d331dd3 diffcore-rename: allow different missing_object_cb functions by Elijah Newren · 3 years ago
  31. c75c423 t6421: add tests checking for excessive object downloads during merge by Elijah Newren · 3 years ago
  32. 9146ef7 l10n: fixed tripple-letter typos by Jiang Xin · 3 years ago
  33. a7d18a1 pull: trivial whitespace style fix by Felipe Contreras · 3 years ago
  34. a751e02 pull: trivial cleanup by Felipe Contreras · 3 years ago
  35. 3400622 pull: cleanup autostash check by Felipe Contreras · 3 years ago
  36. cea2321 completion: bash: fix late declaration of __git_cmd_idx by Fabian Wermelinger · 3 years ago
  37. 7c0afdf t: use portable wrapper for readlink(1) by Jeff King · 3 years ago
  38. 12d6991 test: refactor to use "get_abbrev_oid" to get abbrev oid by Jiang Xin · 3 years ago
  39. 3c06a58 test: refactor to use "test_commit" to create commits by Jiang Xin · 3 years ago
  40. 2bafb3d test: compare raw output, not mangle tabs and spaces by Jiang Xin · 3 years ago
  41. 5210225 sideband: don't lose clear-to-eol at packet boundary by Jiang Xin · 3 years ago
  42. eb87c6f t6020: fix incompatible parameter expansion by Jiang Xin · 3 years ago
  43. c4e3178 userdiff: add support for C# record types by Julian Verdurmen · 3 years, 3 months ago
  44. 78cfdd0 promisor-remote: output trace2 statistics for number of objects fetched by Elijah Newren · 3 years ago
  45. 46a237f *: fix typos by Derrick Stolee · 3 years ago
  46. 0e20b22 comments: avoid using the gender of our users by Felipe Contreras · 3 years ago
  47. 69b3367 doc: avoid using the gender of other people by Felipe Contreras · 3 years ago
  48. 9eb542f gc tests: add a test for the "pre-auto-gc" hook by Ævar Arnfjörð Bjarmason · 3 years ago
  49. aac5784 pre-commit hook tests: don't leave "actual" nonexisting on failure by Ævar Arnfjörð Bjarmason · 3 years ago
  50. 9853830 graph: improve grammar of "invalid color" error message by Alex Henrie · 3 years ago
  51. 9b6e74a show-branch tests: modernize test code by Ævar Arnfjörð Bjarmason · 3 years ago
  52. 4f5ce12 show-branch tests: rename the one "show-branch" test file by Ævar Arnfjörð Bjarmason · 3 years ago
  53. 4dbc55e builtin/checkout--worker: zero-initialise struct to avoid MSAN complaints by Andrzej Hunt · 3 years ago
  54. 09751bf split-index: use oideq instead of memcmp to compare object_id's by Andrzej Hunt · 3 years ago
  55. 6a748c2 mktag tests: invert --no-strict test by Ævar Arnfjörð Bjarmason · 3 years ago
  56. fce3b08 mktag tests: parse out options in helper by Ævar Arnfjörð Bjarmason · 3 years ago
  57. 77f37de subtree: fix assumption about the directory separator by Johannes Schindelin · 3 years ago
  58. f7ee88f subtree: fix the GIT_EXEC_PATH sanity check to work on Windows by Johannes Schindelin · 3 years ago
  59. aa9ad6f bitmaps: don't recurse into trees already in the bitmap by Jeff King · 3 years ago
  60. 670b81a The second batch by Junio C Hamano · 3 years ago
  61. 98f3f03 Merge branch 'fc/doc-build-cleanup' by Junio C Hamano · 3 years ago
  62. 2019256 Merge branch 'ab/test-lib-updates' by Junio C Hamano · 3 years ago
  63. c189dba Merge branch 'dd/honor-users-tar-in-tests' by Junio C Hamano · 3 years ago
  64. d9d3b76 Merge branch 'ps/rev-list-object-type-filter' by Junio C Hamano · 3 years ago
  65. ac21586 Merge branch 'ab/trace2-squelch-gcc-warning' by Junio C Hamano · 3 years ago
  66. 8e444e6 Merge branch 'so/log-m-implies-p' by Junio C Hamano · 3 years ago
  67. 169914e Merge branch 'en/ort-perf-batch-11' by Junio C Hamano · 3 years ago
  68. 4dd75a1 Merge branch 'jk/fetch-pack-v2-half-close-early' by Junio C Hamano · 3 years ago
  69. 0dd2fd1 Merge branch 'ds/write-index-with-hashfile-api' by Junio C Hamano · 3 years ago
  70. f4f7304 Merge branch 'jk/clone-clean-upon-transport-error' by Junio C Hamano · 3 years ago
  71. 1359972 Merge branch 'ga/send-email-sendmail-cmd' by Junio C Hamano · 3 years ago
  72. 289af16 Merge branch 'zh/ref-filter-atom-type' by Junio C Hamano · 3 years ago
  73. abcb66c *: fix typos which duplicate a word by Andrei Rybak · 3 years ago
  74. ce24797 cmake: add warning for ignored MSGFMT_EXE by Matthew Rogers · 3 years ago
  75. 409047a cmake: create compile_commands.json by default by Matthew Rogers · 3 years ago
  76. cd0a852 cmake: add knob to disable vcpkg by Matthew Rogers · 3 years ago
  77. f74d114 multimail: stop shipping a copy by Johannes Schindelin · 3 years ago
  78. f96178c bulk-checkin: make buffer reuse more obvious and safer by Andrzej Hunt · 3 years ago
  79. 1d72b60 add_pending_object_with_path(): work around "gcc -O3" complaint by Jeff King · 3 years ago
  80. 382b601 ll_union_merge(): rename path_unused parameter by Jeff King · 3 years ago
  81. 7f53f78 ll_union_merge(): pass name labels to ll_xdl_merge() by Jeff King · 3 years ago
  82. 7d879ad ll_binary_merge(): handle XDL_MERGE_FAVOR_UNION by Jeff King · 3 years ago
  83. 211eca0 The first batch post Git 2.32 by Junio C Hamano · 3 years ago
  84. ccf0378 Merge branch 'ah/setup-extensions-message-i18n-fix' by Junio C Hamano · 3 years ago
  85. 3153c83 Merge branch 'ah/fetch-reject-warning-grammofix' by Junio C Hamano · 3 years ago
  86. 7ce7a61 Merge branch 'jk/doc-color-pager' by Junio C Hamano · 3 years ago
  87. 8e1d2fc Merge branch 'tl/fix-packfile-uri-doc' by Junio C Hamano · 3 years ago
  88. 7f06d94 Merge branch 'ry/clarify-fast-forward-in-glossary' by Junio C Hamano · 3 years ago
  89. e4b5d2a Merge branch 'wm/rev-parse-die-i18n' by Junio C Hamano · 3 years ago
  90. b009fd4 Merge branch 'jc/clarify-revision-range' by Junio C Hamano · 3 years ago
  91. d8c6dc2 Merge branch 'ah/doc-describe' by Junio C Hamano · 3 years ago
  92. f44416c Merge branch 'ah/submodule-helper-module-summary-parseopt' by Junio C Hamano · 3 years ago
  93. ce885c5 Merge branch 'ah/stash-usage-i18n-fix' by Junio C Hamano · 3 years ago
  94. b03709e Merge branch 'ah/merge-usage-i18n-fix' by Junio C Hamano · 3 years ago
  95. d6e35a2 Merge branch 'jn/size-t-casted-to-off-t-fix' by Junio C Hamano · 3 years ago
  96. bb6a63a Merge branch 'mt/parallel-checkout-with-padded-oidcpy' by Junio C Hamano · 3 years ago
  97. 26b25e0 Merge branch 'ef/mailinfo-short-name' by Junio C Hamano · 3 years ago
  98. a45e390 gitweb: use HEAD as secondary sort key in git_get_heads_list() by Greg Hurrell · 3 years ago
  99. ef68c3d merge-ort: miscellaneous touch-ups by Elijah Newren · 3 years ago
  100. 356da0f Fix various issues found in comments by Elijah Newren · 3 years ago