1. ab96f28 Merge branch 'jk/unused-parameter-fixes' by Junio C Hamano · 6 years ago
  2. fa2f2f0 Merge branch 'jk/curl-ldflags' by Junio C Hamano · 6 years ago
  3. 95a3ef5 Merge branch 'mg/gpg-fingerprint-test' by Junio C Hamano · 6 years ago
  4. 26b80a8 Merge branch 'nd/pthreads' by Junio C Hamano · 6 years ago
  5. 62ca33e Merge branch 'ds/reachable-topo-order' by Junio C Hamano · 6 years ago
  6. a965bb3 fast-export: add a --show-original-ids option to show original names by Elijah Newren · 6 years ago
  7. 25dd3e4 fast-import: remove unmaintained duplicate documentation by Elijah Newren · 6 years ago
  8. 530ca19 fast-export: add --reference-excluded-parents option by Elijah Newren · 6 years ago
  9. fdf31b6 fast-export: ensure we export requested refs by Elijah Newren · 6 years ago
  10. cd13762 fast-export: when using paths, avoid corrupt stream with non-existent mark by Elijah Newren · 6 years ago
  11. f129c42 fast-export: move commit rewriting logic into a function for reuse by Elijah Newren · 6 years ago
  12. 1f30c90 fast-export: avoid dying when filtering by paths and old tags exist by Elijah Newren · 6 years ago
  13. b93b81e fast-export: use value from correct enum by Elijah Newren · 6 years ago
  14. 4532be7 git-fast-export.txt: clarify misleading documentation about rev-list args by Elijah Newren · 6 years ago
  15. f55c979 git-fast-import.txt: fix documentation for --quiet option by Elijah Newren · 6 years ago
  16. 843b9e6 fast-export: convert sha1 to oid by Elijah Newren · 6 years ago
  17. 2c8ee1f bundle: dup() output descriptor closer to point-of-use by Jeff King · 6 years ago
  18. 62c2393 tests: add a special setup where rebase.useBuiltin is off by Ævar Arnfjörð Bjarmason · 6 years ago
  19. d8d0a54 rebase doc: document rebase.useBuiltin by Ævar Arnfjörð Bjarmason · 6 years ago
  20. 2ef2ae2 mingw: replace an obsolete link with the superseding one by Johannes Schindelin · 6 years ago
  21. 927c77e Makefile: use FUZZ_CXXFLAGS for linking fuzzers by Josh Steadmon · 6 years ago
  22. 8abfdf4 tests: explicitly use `git.exe` on Windows by Johannes Schindelin · 6 years ago
  23. ed306e4 tests: do not require Git to be built when testing an installed Git by Johannes Schindelin · 6 years ago
  24. 356aea6 doc: move extensions.worktreeConfig to the right place by Nguyễn Thái Ngọc Duy · 6 years ago
  25. 47bd3d0 ref-filter: don't look for objects when outside of a repository by SZEDER Gábor · 6 years ago
  26. 7eae4a3 Documentation/clone: document ignored configuration variables by SZEDER Gábor · 6 years ago
  27. 515be83 clone: respect additional configured fetch refspecs during initial fetch by SZEDER Gábor · 6 years ago
  28. 3e42cb3 clone: use a more appropriate variable name for the default refspec by SZEDER Gábor · 6 years ago
  29. 4400487 config: report a bug if git_dir exists without commondir by Johannes Schindelin · 6 years ago
  30. 04519d7 rebase: validate -C<n> and --whitespace=<mode> parameters early by Johannes Schindelin · 6 years ago
  31. f576968 rebase: really just passthru the `git am` options by Johannes Schindelin · 6 years ago
  32. f54fbf5 pretty: prepare format_commit_message to handle arbitrary repositories by Stefan Beller · 6 years ago
  33. 424510e commit: prepare logmsg_reencode to handle arbitrary repositories by Stefan Beller · 6 years ago
  34. 7031537 commit: prepare repo_unuse_commit_buffer to handle any repo by Stefan Beller · 6 years ago
  35. 07de3fd commit: prepare get_commit_buffer to handle any repo by Stefan Beller · 6 years ago
  36. 4d5430f commit-reach: prepare in_merge_bases[_many] to handle any repo by Stefan Beller · 6 years ago
  37. 21a9651 commit-reach: prepare get_merge_bases to handle any repo by Stefan Beller · 6 years ago
  38. f28e87f commit-reach.c: allow get_merge_bases_many_0 to handle any repo by Stefan Beller · 6 years ago
  39. ed8a0e3 commit-reach.c: allow remove_redundant to handle any repo by Stefan Beller · 6 years ago
  40. 18256a9 commit-reach.c: allow merge_bases_many to handle any repo by Stefan Beller · 6 years ago
  41. c383830 commit-reach.c: allow paint_down_to_common to handle any repo by Stefan Beller · 6 years ago
  42. 9e5252a commit: allow parse_commit* to handle any repo by Stefan Beller · 6 years ago
  43. d1a6902 object: parse_object to honor its repository argument by Stefan Beller · 6 years ago
  44. 9b45f49 object-store: prepare has_{sha1, object}_file to handle any repo by Stefan Beller · 6 years ago
  45. afd69dc object-store: prepare read_object_file to deal with any repo by Stefan Beller · 6 years ago
  46. a3b72c8 object-store: allow read_object_file_extended to read from any repo by Stefan Beller · 6 years ago
  47. 8247166 push: change needlessly ambiguous example in error by Ævar Arnfjörð Bjarmason · 6 years ago
  48. 4b4e291 hash: add an SHA-256 implementation using OpenSSL by brian m. carlson · 6 years ago
  49. 27dc04c sha256: add an SHA-256 implementation using libgcrypt by brian m. carlson · 6 years ago
  50. 13eeedb Add a base implementation of SHA-256 support by brian m. carlson · 6 years ago
  51. c166599 commit-graph: convert to using the_hash_algo by brian m. carlson · 6 years ago
  52. 37649b7 t/helper: add a test helper to compute hash speed by brian m. carlson · 6 years ago
  53. a2ce0a7 sha1-file: add a constant for hash block size by brian m. carlson · 6 years ago
  54. 50c817e t: make the sha1 test-tool helper generic by brian m. carlson · 6 years ago
  55. 9a3a0ff t: add basic tests for our SHA-1 implementation by brian m. carlson · 6 years ago
  56. 0dab712 cache: make hashcmp and hasheq work with larger hashes by brian m. carlson · 6 years ago
  57. 47edb64 hex: introduce functions to print arbitrary hashes by brian m. carlson · 6 years ago
  58. 2648ccc git-compat-util: prefer poll.h to sys/poll.h by Đoàn Trần Công Danh · 6 years ago
  59. d173e79 diff: align move detection error handling with other options by Stefan Beller · 6 years ago
  60. 2219c09 push doc: document the DWYM behavior pushing to unqualified <dst> by Ævar Arnfjörð Bjarmason · 6 years ago
  61. bf70636 push: test that <src> doesn't DWYM if <dst> is unqualified by Ævar Arnfjörð Bjarmason · 6 years ago
  62. dd8dd30 push: add an advice on unqualified <dst> push by Ævar Arnfjörð Bjarmason · 6 years ago
  63. 04d1728 push: move unqualified refname error into a function by Ævar Arnfjörð Bjarmason · 6 years ago
  64. c83cca3 push: improve the error shown on unqualified <dst> push by Ævar Arnfjörð Bjarmason · 6 years ago
  65. 8b0e542 i18n: remote.c: mark error(...) messages for translation by Ævar Arnfjörð Bjarmason · 6 years ago
  66. cab5398 remote.c: add braces in anticipation of a follow-up change by Ævar Arnfjörð Bjarmason · 6 years ago
  67. a48e12e range-diff: make diff option behavior (e.g. --stat) consistent by Ævar Arnfjörð Bjarmason · 6 years ago
  68. c73b7ad win32: replace pthread_cond_*() with much simpler code by Loo Rong Jie · 6 years ago
  69. 0f086e6 checkout: print something when checking out paths by Nguyễn Thái Ngọc Duy · 6 years ago
  70. be4908f checkout: disambiguate dwim tracking branches and local files by Nguyễn Thái Ngọc Duy · 6 years ago
  71. 1e1a876 mingw: use `CreateHardLink()` directly by Johannes Schindelin · 6 years ago
  72. 875bf17 t/lib-gettext: test installed git-sh-i18n if GIT_TEST_INSTALLED is set by Johannes Schindelin · 6 years ago
  73. 3af4c715 tests: respect GIT_TEST_INSTALLED when initializing repositories by Johannes Schindelin · 6 years ago
  74. 16df35c tests: fix GIT_TEST_INSTALLED's PATH to include t/helper/ by Johannes Schindelin · 6 years ago
  75. dd5d052 coccicheck: introduce 'pending' semantic patches by SZEDER Gábor · 6 years ago
  76. d166e6a Tenth batch for 2.20 by Junio C Hamano · 6 years ago
  77. 95182c6 Merge branch 'nd/complete-format-patch' by Junio C Hamano · 6 years ago
  78. 1e4a714 Merge branch 'nd/tree-walk-path-exclusion' by Junio C Hamano · 6 years ago
  79. 57f06d5 Merge branch 'sg/travis-install-dependencies' by Junio C Hamano · 6 years ago
  80. 9235a6c Merge branch 'bp/add-diff-files-optim' by Junio C Hamano · 6 years ago
  81. 39d23df Merge branch 'jk/xdiff-interface' by Junio C Hamano · 6 years ago
  82. e146cc9 Merge branch 'nd/per-worktree-ref-iteration' by Junio C Hamano · 6 years ago
  83. f22838a Merge branch 'jk/misc-unused-fixes' by Junio C Hamano · 6 years ago
  84. 11aa560 Merge branch 'bp/refresh-index-using-preload' by Junio C Hamano · 6 years ago
  85. 409b3f2 Merge branch 'ag/rebase-i-in-c' by Junio C Hamano · 6 years ago
  86. 2281aa8 Merge branch 'al/send-email-auto-cte-fixup' by Junio C Hamano · 6 years ago
  87. 291123e Merge branch 'ds/add-missing-tags' by Junio C Hamano · 6 years ago
  88. 1961efe Merge branch 'sh/mingw-safer-compat-poll' by Junio C Hamano · 6 years ago
  89. 6e31fa9 Merge branch 'js/rebase-p-tests' by Junio C Hamano · 6 years ago
  90. 6b2a524 Merge branch 'pw/am-rebase-read-author-script' by Junio C Hamano · 6 years ago
  91. fd4bb38 Merge branch 'jc/war-on-string-list' by Junio C Hamano · 6 years ago
  92. 20d04b4 Merge branch 'ag/rev-parse-all-exclude-fix' by Junio C Hamano · 6 years ago
  93. 67cf2fa Merge branch 'jt/tighten-fetch-proto-v2-response' by Junio C Hamano · 6 years ago
  94. abb4824 Merge branch 'ao/submodule-wo-gitmodules-checked-out' by Junio C Hamano · 6 years ago
  95. 504bdc5 Merge branch 'nb/worktree-api-doc' by Junio C Hamano · 6 years ago
  96. daa8282 Merge branch 'ma/sequencer-do-reset-saner-loop-termination' by Junio C Hamano · 6 years ago
  97. 0474cd1 Merge branch 'js/mingw-utf8-env' by Junio C Hamano · 6 years ago
  98. 6c268fd Merge branch 'js/mingw-perl5lib' by Junio C Hamano · 6 years ago
  99. fbfdc07 Merge branch 'js/mingw-isatty-and-dup2' by Junio C Hamano · 6 years ago
  100. bce4fc6 Merge branch 'ab/pack-tests-cleanup' by Junio C Hamano · 6 years ago