1. a0cc584 move worktree tests to t24* by Thomas Gummerer · 6 years ago
  2. cce99cd commit-graph: writing missing parents is a BUG by Derrick Stolee · 6 years ago
  3. 8581df6 rebase: run post-checkout hook on checkout by Orgad Shaneh · 5 years ago
  4. 10499a9 t5403: simplify by using a single repository by Orgad Shaneh · 5 years ago
  5. 2d103c3 pack-protocol.txt: accept error packets in any context by Masaya Suzuki · 5 years ago
  6. 01f9ec6 Use packet_reader instead of packet_read_line by Masaya Suzuki · 5 years ago
  7. 06f5608 bisect--helper: `bisect_start` shell function partially in C by Pranit Bauva · 5 years ago
  8. 450ebb7 bisect--helper: `get_terms` & `bisect_terms` shell function in C by Pranit Bauva · 5 years ago
  9. 129a6cf bisect--helper: `bisect_next_check` shell function in C by Pranit Bauva · 5 years ago
  10. 4fbdbd5 bisect--helper: `check_and_set_terms` shell function in C by Pranit Bauva · 5 years ago
  11. e3b1e3b wrapper: move is_empty_file() and rename it as is_empty_or_missing_file() by Pranit Bauva · 5 years ago
  12. 0f30233 bisect--helper: `bisect_write` shell function in C by Pranit Bauva · 5 years ago
  13. 5e82c3d bisect--helper: `bisect_reset` shell function in C by Pranit Bauva · 5 years ago
  14. ace5707 banned.h: mark strncat() as banned by Eric Wong · 5 years ago
  15. b4583d5 doc/config: do a better job of introducing 'worktree.guessRemote' by Eric Sunshine · 6 years ago
  16. c91c944 rebase: define linearization ordering and enforce it by Elijah Newren · 6 years ago
  17. 7b76ac6 git-legacy-rebase: simplify unnecessary triply-nested if by Elijah Newren · 6 years ago
  18. 899b49c git-rebase, sequencer: extend --quiet option for the interactive machinery by Elijah Newren · 6 years ago
  19. 45339f7 am, rebase--merge: do not overlook --skip'ed commits with post-rewrite by Elijah Newren · 6 years ago
  20. 5400677 t5407: add a test demonstrating how interactive handles --skip differently by Elijah Newren · 6 years ago
  21. 72ee673 rebase: fix incompatible options error message by Elijah Newren · 6 years ago
  22. c913c59 rebase: make builtin and legacy script error messages the same by Elijah Newren · 6 years ago
  23. f24eaf4 t5570: drop racy test by Thomas Gummerer · 6 years ago
  24. b9fbc04 Merge branch 'sb/more-repo-in-api' into md/list-objects-filter-by-depth by Junio C Hamano · 5 years ago
  25. ec0c579 revision: use commit graph in get_reference() by Jonathan Tan · 6 years ago
  26. 59012fe ref-filter: add docs for new options by Olga Telezhnaya · 6 years ago
  27. 5610d9f ref-filter: add tests for deltabase by Olga Telezhnaya · 6 years ago
  28. 33311fa ref-filter: add deltabase option by Olga Telezhnaya · 6 years ago
  29. f4ee22b ref-filter: add tests for objectsize:disk by Olga Telezhnaya · 6 years ago
  30. 5305a55 ref-filter: add check for negative file size by Olga Telezhnaya · 6 years ago
  31. 1867ce6 ref-filter: add objectsize:disk option by Olga Telezhnaya · 6 years ago
  32. ff509c5 t/helper/test-repository: celebrate independence from the_repository by Stefan Beller · 6 years ago
  33. b6b24fc path.h: make REPO_GIT_PATH_FUNC repository agnostic by Stefan Beller · 6 years ago
  34. 6a7895f commit: prepare free_commit_buffer and release_commit_memory for any repo by Stefan Beller · 6 years ago
  35. 4f542b7 commit-graph: convert remaining functions to handle any repo by Stefan Beller · 6 years ago
  36. 142e9f4 submodule: don't add submodule as odb for push by Stefan Beller · 6 years ago
  37. 605f0ec submodule: use submodule repos for object lookup by Stefan Beller · 6 years ago
  38. 957da75 stripspace: allow -s/-c outside git repository by Jonathan Nieder · 6 years ago
  39. b62eb1d git-status.txt: render tables correctly under Asciidoctor by Martin Ågren · 6 years ago
  40. ad1f243 Documentation: do not nest open blocks by Martin Ågren · 6 years ago
  41. 0ee7a9a git-column.txt: fix section header by Martin Ågren · 6 years ago
  42. 1cadad6 git clone <url> C:\cygwin\home\USER\repo' is working (again) by Torsten Bögershausen · 6 years ago
  43. e0e7cb8 log -G: ignore binary files by Thomas Braun · 6 years ago
  44. 37897bf cherry-pick: do not error on non-merge commits when '-m 1' is specified by Sergey Organov · 6 years ago
  45. c812bd4 t3510: stop using '-m 1' to force failure mid-sequence of cherry-picks by Sergey Organov · 6 years ago
  46. 8eda5ef submodule deinit: unset core.worktree by Stefan Beller · 6 years ago
  47. 820a647 submodule--helper: fix BUG message in ensure_core_worktree by Stefan Beller · 6 years ago
  48. 898c2e6 submodule: unset core.worktree if no working tree is present by Stefan Beller · 6 years ago
  49. 98bf667 submodule update: add regression test with old style setups by Stefan Beller · 6 years ago
  50. b21ebb6 Sync with Git 2.20.1 by Junio C Hamano · 6 years ago
  51. 85c26ae Prepare for 2.21 cycle to start soonish by Junio C Hamano · 6 years ago
  52. 0d0ac38 Git 2.20.1 by Junio C Hamano · 6 years ago v2.20.1
  53. 8324302 Merge branch 'jc/run-command-report-exec-failure-fix' into maint by Junio C Hamano · 6 years ago
  54. 916f56d Merge branch 'js/help-commands-verbose-by-default-fix' into maint by Junio C Hamano · 6 years ago
  55. bf29f07 Merge branch 'nd/show-gitcomp-compilation-fix' into maint by Junio C Hamano · 6 years ago
  56. 6be6e66 Merge branch 'js/t9902-send-email-completion-fix' into maint by Junio C Hamano · 6 years ago
  57. 6cba471 Merge branch 'js/mailinfo-format-flowed-fix' into maint by Junio C Hamano · 6 years ago
  58. 3f8c27c Merge branch 'ds/hash-independent-tests-fix' into maint by Junio C Hamano · 6 years ago
  59. fc767af .gitattributes: ensure t/oid-info/* has eol=lf by Derrick Stolee · 6 years ago
  60. 0365b9e t9902: 'send-email' test case requires PERL by Johannes Schindelin · 6 years ago
  61. e3a9d1a submodule update: run at most one fetch job unless otherwise set by Junio C Hamano · 6 years ago
  62. e9376a5 Merge branch 'master' of github.com:linusboyle/git by Jiang Xin · 6 years ago
  63. 3e35df9 Merge branch 'master' of https://github.com/Softcatala/git-po by Jiang Xin · 6 years ago
  64. 25c7590 l10n: zh_CN: fix typo of submodule init message by Zhilei Han · 6 years ago
  65. 98f2d93 t4256: mark support files as LF-only by Johannes Schindelin · 6 years ago
  66. a92ec7e parse-options: fix SunCC compiler warning by Nguyễn Thái Ngọc Duy · 6 years ago
  67. 1c4b985 help -a: handle aliases with long names gracefully by Johannes Schindelin · 6 years ago
  68. 5acea87 help.h: fix coding style by Johannes Schindelin · 6 years ago
  69. e5a329a run-command: report exec failure by Junio C Hamano · 6 years ago
  70. 81ef8ee rebase: introduce a shortcut for --reschedule-failed-exec by Johannes Schindelin · 6 years ago
  71. 969de3f rebase: add a config option to default to --reschedule-failed-exec by Johannes Schindelin · 6 years ago
  72. d421afa rebase: introduce --reschedule-failed-exec by Johannes Schindelin · 6 years ago
  73. b034017 l10n: Update Catalan translation by Jordi Mas · 6 years ago
  74. 3b33576 style: the opening '{' of a function is in a separate line by Nguyễn Thái Ngọc Duy · 6 years ago
  75. 57e9dca rebase docs: drop stray word in merge command description by Kyle Meyer · 6 years ago
  76. 5d826e9 Git 2.20 by Junio C Hamano · 6 years ago v2.20.0
  77. b5796d9 Merge tag 'l10n-2.20.0-rnd3' of https://github.com/git-l10n/git-po by Junio C Hamano · 6 years ago
  78. ec36c42 Indent code with TABs by Nguyễn Thái Ngọc Duy · 6 years ago
  79. f116ee2 docs: fix $strict_export text in gitweb.conf.txt by Denis Ovsienko · 6 years ago
  80. 4261775 doc: group pretty-format.txt placeholders descriptions by Anders Waldenborg · 6 years ago
  81. 112ea42 docs/gitweb.conf: config variable typo by Frank Dana · 6 years ago
  82. a62527b mailmap: update brandon williams's email address by Brandon Williams · 6 years ago
  83. be76c21 fetch: ensure submodule objects fetched by Stefan Beller · 6 years ago
  84. a8f5a59 git-rebase.txt: update note about directory rename detection and am by Elijah Newren · 6 years ago
  85. 0688c55 l10n: de.po: fix two messages by Ralf Thielow · 6 years ago
  86. 4c27fcb l10n: zh_CN: for git v2.20.0 l10n round 1 to 3 by Jiang Xin · 6 years ago
  87. cf4c0c2 l10n: update German translation by Ralf Thielow · 6 years ago
  88. bbcde41 revision.c: put promisor option in specialized struct by Matthew DeVore · 6 years ago
  89. 4cf6786 list-objects.c: don't segfault for missing cmdline objects by Matthew DeVore · 6 years ago
  90. a62387b submodule.c: fetch in submodules git directory instead of in worktree by Stefan Beller · 6 years ago
  91. 26f80cc submodule: migrate get_next_submodule to use repository structs by Stefan Beller · 6 years ago
  92. d5498e0 repository: repo_submodule_init to take a submodule struct by Stefan Beller · 6 years ago
  93. bcd7337 submodule: store OIDs in changed_submodule_names by Stefan Beller · 6 years ago
  94. 16dd6fe submodule.c: tighten scope of changed_submodule_names struct by Stefan Beller · 6 years ago
  95. 08a297b submodule.c: sort changed_submodule_names before searching it by Stefan Beller · 6 years ago
  96. 25e3d28 submodule.c: fix indentation by Stefan Beller · 6 years ago
  97. 161b1cf sha1-array: provide oid_array_filter by Stefan Beller · 6 years ago
  98. 965798d Merge branch 'es/format-patch-range-diff-fix-fix' by Junio C Hamano · 6 years ago
  99. 5335669 Merge branch 'en/rebase-consistency' by Junio C Hamano · 6 years ago
  100. 1f67290 sideband: color lines with keyword only by Stefan Beller · 6 years ago