1. b4f0038 Merge branch 'en/rebase-backend' by Junio C Hamano · 4 years, 10 months ago
  2. 937d143 i18n: unmark a message in rebase.c by Jiang Xin · 4 years, 10 months ago
  3. 0e0d717 Merge branch 'pb/am-show-current-patch' by Junio C Hamano · 4 years, 10 months ago
  4. 9b7f726 Merge branch 'am/pathspec-f-f-more' by Junio C Hamano · 4 years, 10 months ago
  5. e63cefb Merge branch 'hi/gpg-use-check-signature' by Junio C Hamano · 4 years, 10 months ago
  6. f3ccd9f Merge branch 'be/describe-multiroot' by Junio C Hamano · 4 years, 10 months ago
  7. a6b4709 Merge branch 'ag/rebase-remove-redundant-code' by Junio C Hamano · 4 years, 10 months ago
  8. b22db26 Merge branch 'es/recursive-single-branch-clone' by Junio C Hamano · 4 years, 10 months ago
  9. e8e7184 Merge branch 'jk/nth-packed-object-id' by Junio C Hamano · 4 years, 10 months ago
  10. a0ab37d Merge branch 'es/do-not-let-rebase-switch-to-protected-branch' by Junio C Hamano · 4 years, 10 months ago
  11. 4a2e91d Merge branch 'hv/receive-denycurrent-everywhere' by Junio C Hamano · 4 years, 10 months ago
  12. 49e5043 Merge branch 'es/worktree-avoid-duplication-fix' by Junio C Hamano · 4 years, 10 months ago
  13. 25063e2 Merge branch 'mr/bisect-in-c-1' by Junio C Hamano · 4 years, 10 months ago
  14. f4d7dfc Merge branch 'ds/sparse-add' by Junio C Hamano · 4 years, 10 months ago
  15. ff41848 Merge branch 'rs/micro-cleanups' by Junio C Hamano · 4 years, 10 months ago
  16. 444cff6 Merge branch 'ds/partial-clone-fixes' by Junio C Hamano · 4 years, 10 months ago
  17. 8c22bd9 Merge branch 'en/rebase-backend' by Junio C Hamano · 4 years, 10 months ago
  18. cb2f5a8 Merge branch 'en/check-ignore' by Junio C Hamano · 4 years, 10 months ago
  19. 0df82d9 Merge branch 'jk/object-filter-with-bitmap' by Junio C Hamano · 4 years, 10 months ago
  20. 0106b1d Revert "gpg-interface: prefer check_signature() for GPG verification" by Junio C Hamano · 4 years, 10 months ago
  21. 30b1c7a describe: don't abort too early when searching tags by Benno Evers · 4 years, 11 months ago
  22. 240fc04 builtin/rebase: remove a call to get_oid() on `options.switch_to' by Alban Gruin · 5 years ago
  23. d0038f4 Merge branch 'bw/remote-rename-update-config' by Junio C Hamano · 4 years, 11 months ago
  24. 132f600 clone: pass --single-branch during --recurse-submodules by Emily Shaffer · 4 years, 11 months ago
  25. 4731957 submodule--helper: use C99 named initializer by Emily Shaffer · 4 years, 11 months ago
  26. bb69b3b worktree: don't allow "add" validation to be fooled by suffix matching by Eric Sunshine · 4 years, 11 months ago
  27. b99b6bc packed_object_info(): use object_id for returning delta base by Jeff King · 4 years, 11 months ago
  28. f66d4e0 pack-objects: use object_id struct in pack-reuse code by Jeff King · 4 years, 11 months ago
  29. a93c141 pack-objects: convert oe_set_delta_ext() to use object_id by Jeff King · 4 years, 11 months ago
  30. 3f83fd5 pack-objects: read delta base oid into object_id struct by Jeff King · 4 years, 11 months ago
  31. 0763671 nth_packed_object_oid(): use customary integer return by Jeff King · 4 years, 11 months ago
  32. b5cabb4 rebase: refuse to switch to branch already checked out elsewhere by Eric Sunshine · 4 years, 11 months ago
  33. 4ef3464 receive.denyCurrentBranch: respect all worktrees by Hariom Verma · 4 years, 11 months ago
  34. 2ce6d07 use strpbrk(3) to search for characters from a given set by René Scharfe · 4 years, 11 months ago
  35. 3e96c66 partial-clone: avoid fetching when looking for objects by Derrick Stolee · 4 years, 11 months ago
  36. aa416b2 am: support --show-current-patch=diff to retrieve .git/rebase-apply/patch by Paolo Bonzini · 4 years, 11 months ago
  37. f3b4822 am: support --show-current-patch=raw as a synonym for--show-current-patch by Paolo Bonzini · 4 years, 11 months ago
  38. e8ef1e8 am: convert "resume" variable to a struct by Paolo Bonzini · 4 years, 11 months ago
  39. 8a98758 stash push: support the --pathspec-from-file option by Alexandr Miloslavskiy · 5 years ago
  40. 8c3713c stash: eliminate crude option parsing by Alexandr Miloslavskiy · 5 years ago
  41. 5f393dc rm: support the --pathspec-from-file option by Alexandr Miloslavskiy · 5 years ago
  42. 45b6370 bisect: libify `check_good_are_ancestors_of_bad` and its dependents by Pranit Bauva · 5 years ago
  43. 7613ec5 bisect--helper: return error codes from `cmd_bisect__helper()` by Pranit Bauva · 5 years ago
  44. bfacfce bisect--helper: introduce new `decide_next()` function by Tanushree Tumane · 5 years ago
  45. 292731c bisect--helper: change `retval` to `res` by Tanushree Tumane · 5 years ago
  46. 16538bf bisect--helper: convert `vocab_*` char pointers to char arrays by Miriam Rubio · 5 years ago
  47. 7ec8125 check-ignore: fix documentation and implementation to match by Elijah Newren · 4 years, 11 months ago
  48. 20a5fd8 rev-list --count: comment on the use of count_right++ by Junio C Hamano · 4 years, 11 months ago
  49. 5d55554 Merge branch 'mr/show-config-scope' by Junio C Hamano · 5 years ago
  50. 9f3f387 Merge branch 'rs/strbuf-insertstr' by Junio C Hamano · 5 years ago
  51. 0460c10 Merge branch 'rs/name-rev-memsave' by Junio C Hamano · 5 years ago
  52. 10cdb9f rebase: rename the two primary rebase backends by Elijah Newren · 5 years ago
  53. 2ac0d62 rebase: change the default backend from "am" to "merge" by Elijah Newren · 5 years ago
  54. 8295ed6 rebase: make the backend configurable via config setting by Elijah Newren · 5 years ago
  55. c2417d3 rebase: drop '-i' from the reflog for interactive-based rebases by Elijah Newren · 5 years ago
  56. 52eb738 rebase: add an --am option by Elijah Newren · 5 years ago
  57. 8af14f0 rebase: move incompatibility checks between backend options a bit earlier by Elijah Newren · 5 years ago
  58. befb89c rebase: allow more types of rebases to fast-forward by Elijah Newren · 5 years ago
  59. 93122c9 rebase: fix handling of restrict_revision by Elijah Newren · 5 years ago
  60. 55d2b6d rebase: make sure to pass along the quiet flag to the sequencer by Elijah Newren · 5 years ago
  61. 8a997ed rebase, sequencer: remove the broken GIT_QUIET handling by Elijah Newren · 5 years ago
  62. e98c426 rebase (interactive-backend): fix handling of commits that become empty by Elijah Newren · 5 years ago
  63. d48e5e2 rebase (interactive-backend): make --keep-empty the default by Elijah Newren · 5 years ago
  64. 53c3be2 Merge branch 'tb/commit-graph-object-dir' by Junio C Hamano · 5 years ago
  65. 7b029eb Merge branch 'jk/index-pack-dupfix' by Junio C Hamano · 5 years ago
  66. f2dcfcc Merge branch 'pk/status-of-uncloned-submodule' by Junio C Hamano · 5 years ago
  67. 78e67cd Merge branch 'mt/use-passed-repo-more-in-funcs' by Junio C Hamano · 5 years ago
  68. 433b8aa Merge branch 'ds/sparse-checkout-harden' by Junio C Hamano · 5 years ago
  69. 8fb3945 Merge branch 'jt/connectivity-check-optim-in-partial-clone' by Junio C Hamano · 5 years ago
  70. d8b8d59 Merge branch 'ag/rebase-avoid-unneeded-checkout' by Junio C Hamano · 5 years ago
  71. 56ceb64 Merge branch 'mt/threaded-grep-in-object-store' by Junio C Hamano · 5 years ago
  72. a14aebe Merge branch 'jk/packfile-reuse-cleanup' by Junio C Hamano · 5 years ago
  73. daef1b3 Merge branch 'hw/advice-add-nothing' by Junio C Hamano · 5 years ago
  74. 153a1b4 Merge branch 'pb/do-not-recurse-grep-no-index' into maint by Junio C Hamano · 5 years ago
  75. e361f36 Merge branch 'nd/switch-and-restore' into maint by Junio C Hamano · 5 years ago
  76. 3bba763 Merge branch 'hw/commit-advise-while-rejecting' into maint by Junio C Hamano · 5 years ago
  77. 3ab3185 pack-objects: support filters with bitmaps by Jeff King · 5 years ago
  78. 2aaeb9a rev-list: use bitmap filters for traversal by Jeff King · 5 years ago
  79. 6663ae0 pack-bitmap: basic noop bitmap filter infrastructure by Jeff King · 5 years ago
  80. 4eb707e rev-list: allow commit-only bitmap traversals by Jeff King · 5 years ago
  81. 608d9c9 rev-list: allow bitmaps when counting objects by Jeff King · 5 years ago
  82. 55cb10f rev-list: make --count work with --objects by Jeff King · 5 years ago
  83. 792f811 rev-list: factor out bitmap-optimized routines by Jeff King · 5 years ago
  84. d90fe06 pack-bitmap: refuse to do a bitmap traversal with pathspecs by Jeff King · 5 years ago
  85. e03f928 rev-list: fallback to non-bitmap traversal when filtering by Jeff King · 5 years ago
  86. 44cba9c Merge branch 'jc/skip-prefix' by Junio C Hamano · 5 years ago
  87. 556ccd4 Merge branch 'pb/do-not-recurse-grep-no-index' by Junio C Hamano · 5 years ago
  88. ef07659 sparse-checkout: work with Windows paths by Derrick Stolee · 5 years ago
  89. 2631dc8 sparse-checkout: create 'add' subcommand by Derrick Stolee · 5 years ago
  90. 4bf0c06 sparse-checkout: extract pattern update from 'set' subcommand by Derrick Stolee · 5 years ago
  91. 6fb705a sparse-checkout: extract add_patterns_from_input() by Derrick Stolee · 5 years ago
  92. b3fd6cb remote rename/remove: gently handle remote.pushDefault config by Bert Wesarg · 5 years ago
  93. 923d4a5 remote rename/remove: handle branch.<name>.pushRemote config values by Bert Wesarg · 5 years ago
  94. ceff1a1 remote: clean-up config callback by Bert Wesarg · 5 years ago
  95. 1a83068 remote: clean-up by returning early to avoid one indentation by Bert Wesarg · 5 years ago
  96. 88f8576 pull --rebase/remote rename: document and honor single-letter abbreviations rebase types by Bert Wesarg · 5 years ago
  97. 145d59f config: add '--show-scope' to print the scope of a config value by Matthew Rogers · 5 years ago
  98. e37efa4 config: teach git_config_source to remember its scope by Matthew Rogers · 5 years ago
  99. a91cc7f strbuf: add and use strbuf_insertstr() by René Scharfe · 5 years ago
  100. 887a0fd add: change advice config variables used by the add API by Heba Waly · 5 years ago