| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-09-29 | Merge branch 'jk/setup-revisions-freefix' | Junio C Hamano | 1 | -3/+4 |
| 2025-09-29 | Merge branch 'pw/rebase-i-cleanup-fix' | Junio C Hamano | 1 | -12/+0 |
| 2025-09-22 | treewide: pass strvecs around for setup_revisions_from_strvec() | Jeff King | 1 | -3/+4 |
| 2025-09-18 | sequencer: remove VERBATIM_MSG flag | Phillip Wood | 1 | -11/+0 |
| 2025-09-18 | rebase -i: respect commit.cleanup when picking fixups | Phillip Wood | 1 | -1/+0 |
| 2025-08-21 | Merge branch 'js/rebase-i-allow-drop-on-a-merge' | Junio C Hamano | 1 | -0/+1 |
| 2025-08-06 | rebase -i: permit 'drop' of a merge commit | Johannes Sixt | 1 | -0/+1 |
| 2025-07-23 | config: drop `git_config_set_multivar_in_file_gently()` wrapper | Patrick Steinhardt | 1 | -1/+1 |
| 2025-07-23 | config: drop `git_config_set_in_file_gently()` wrapper | Patrick Steinhardt | 1 | -14/+14 |
| 2025-07-23 | config: drop `git_config_get_int()` wrapper | Patrick Steinhardt | 1 | -1/+1 |
| 2025-07-23 | config: drop `git_config_get_string()` wrapper | Patrick Steinhardt | 1 | -1/+1 |
| 2025-07-23 | config: drop `git_config()` wrapper | Patrick Steinhardt | 1 | -1/+1 |
| 2025-07-15 | Merge branch 'ps/object-store' | Junio C Hamano | 1 | -4/+3 |
| 2025-07-01 | odb: rename `oid_object_info()` | Patrick Steinhardt | 1 | -3/+2 |
| 2025-07-01 | object-store: rename files to "odb.{c,h}" | Patrick Steinhardt | 1 | -1/+1 |
| 2025-06-03 | sequencer: replace error() with BUG() in update_squash_messages () | Lidong Yan | 1 | -2/+4 |
| 2025-05-27 | Merge branch 'en/sequencer-comment-messages' | Junio C Hamano | 1 | -5/+11 |
| 2025-05-27 | Merge branch 'js/misc-fixes' | Junio C Hamano | 1 | -3/+6 |
| 2025-05-27 | Merge branch 'ly/sequencer-rearrange-leakfix' | Junio C Hamano | 1 | -3/+5 |
| 2025-05-19 | Merge branch 'jk/oidmap-cleanup' | Junio C Hamano | 1 | -2/+2 |
| 2025-05-19 | Merge branch 'pw/sequencer-reflog-use-after-free' | Junio C Hamano | 1 | -59/+57 |
| 2025-05-16 | sequencer: make it clearer that commit descriptions are just comments | Elijah Newren | 1 | -5/+11 |
| 2025-05-15 | sequencer: fix memory leak if `todo_list_rearrange_squash()` failed | Lidong Yan | 1 | -3/+5 |
| 2025-05-15 | sequencer: stop pretending that an assignment is a condition | Johannes Schindelin | 1 | -3/+6 |
| 2025-05-12 | oidmap: rename oidmap_free() to oidmap_clear() | Jeff King | 1 | -2/+2 |
| 2025-05-09 | sequencer: rework reflog message handling | Phillip Wood | 1 | -26/+24 |
| 2025-05-09 | sequencer: move reflog message functions | Phillip Wood | 1 | -33/+33 |
| 2025-04-24 | Merge branch 'ps/object-file-cleanup' | Junio C Hamano | 1 | -3/+3 |
| 2025-04-17 | Merge branch 'en/merge-recursive-debug' | Junio C Hamano | 1 | -37/+21 |
| 2025-04-15 | Merge branch 'ps/object-wo-the-repository' | Junio C Hamano | 1 | -5/+5 |
| 2025-04-15 | object-store: merge "object-store-ll.h" and "object-store.h" | Patrick Steinhardt | 1 | -1/+1 |
| 2025-04-15 | object-file: move `safe_create_leading_directories()` into "path.c" | Patrick Steinhardt | 1 | -2/+2 |
| 2025-04-08 | merge, sequencer: switch recursive merges over to ort | Elijah Newren | 1 | -15/+8 |
| 2025-04-08 | sequencer: switch non-recursive merges over to ort | Elijah Newren | 1 | -22/+13 |
| 2025-03-21 | treewide: replace assert() with ASSERT() in special cases | Elijah Newren | 1 | -1/+1 |
| 2025-03-10 | hash: stop depending on `the_repository` in `null_oid()` | Patrick Steinhardt | 1 | -5/+5 |
| 2025-02-11 | rebase -i: reword empty commit after fast-forward | Phillip Wood | 1 | -3/+9 |
| 2024-12-06 | global: mark code units that generate warnings with `-Wsign-compare` | Patrick Steinhardt | 1 | -0/+1 |
| 2024-12-06 | Merge branch 'kh/sequencer-comment-char' | Junio C Hamano | 1 | -10/+16 |
| 2024-11-26 | sequencer: comment commit messages properly | Kristoffer Haugsbakk | 1 | -4/+8 |
| 2024-11-26 | sequencer: comment `--reference` subject line properly | Kristoffer Haugsbakk | 1 | -4/+5 |
| 2024-11-26 | sequencer: comment checked-out branch properly | Kristoffer Haugsbakk | 1 | -2/+3 |
| 2024-11-21 | refs: allow passing flags when setting up a transaction | Patrick Steinhardt | 1 | -3/+3 |
| 2024-10-09 | rebase-merges: try and use branch names as labels | Nicolas Guichard | 1 | -8/+17 |
| 2024-10-09 | rebase-update-refs: extract load_branch_decorations | Nicolas Guichard | 1 | -10/+1 |
| 2024-08-28 | Merge branch 'mt/rebase-x-quiet' | Junio C Hamano | 1 | -3/+4 |
| 2024-08-23 | Merge branch 'ps/config-wo-the-repository' | Junio C Hamano | 1 | -3/+3 |
| 2024-08-21 | rebase --exec: respect --quiet | Matheus Tavares | 1 | -3/+4 |
| 2024-08-14 | sequencer: release todo list on error paths | Patrick Steinhardt | 1 | -19/+47 |
| 2024-08-14 | builtin/rebase: fix leaking `commit.gpgsign` value | Patrick Steinhardt | 1 | -0/+1 |
| 2024-08-13 | hooks: remove implicit dependency on `the_repository` | Patrick Steinhardt | 1 | -3/+3 |
| 2024-07-13 | merge-recursive: honor diff.algorithm | Antonin Delpeuch | 1 | -2/+2 |
| 2024-07-08 | Merge branch 'ps/leakfixes-more' | Junio C Hamano | 1 | -38/+78 |
| 2024-07-02 | Merge branch 'ps/use-the-repository' | Junio C Hamano | 1 | -3/+5 |
| 2024-06-20 | Merge branch 'pw/rebase-i-error-message' | Junio C Hamano | 1 | -11/+72 |
| 2024-06-14 | global: introduce `USE_THE_REPOSITORY_VARIABLE` macro | Patrick Steinhardt | 1 | -0/+2 |
| 2024-06-14 | hash: require hash algorithm in `empty_tree_oid_hex()` | Patrick Steinhardt | 1 | -1/+1 |
| 2024-06-14 | hash: require hash algorithm in `oidread()` and `oidclr()` | Patrick Steinhardt | 1 | -2/+2 |
| 2024-06-11 | merge: fix leaking merge bases | Patrick Steinhardt | 1 | -0/+1 |
| 2024-06-11 | sequencer: fix memory leaks in `make_script_with_merges()` | Patrick Steinhardt | 1 | -0/+3 |
| 2024-06-11 | sequencer: fix leaking string buffer in `commit_staged_changes()` | Patrick Steinhardt | 1 | -38/+73 |
| 2024-06-11 | commit: fix leaking parents when calling `commit_tree_extended()` | Patrick Steinhardt | 1 | -0/+1 |
| 2024-06-06 | Merge branch 'ps/leakfixes' | Junio C Hamano | 1 | -1/+1 |
| 2024-06-03 | Merge branch 'ps/leakfixes' into ps/leakfixes-more | Junio C Hamano | 1 | -1/+1 |
| 2024-05-30 | rebase -i: improve error message when picking merge | Phillip Wood | 1 | -2/+61 |
| 2024-05-30 | rebase -i: pass struct replay_opts to parse_insn_line() | Phillip Wood | 1 | -10/+12 |
| 2024-05-27 | config: clarify memory ownership in `git_config_string()` | Patrick Steinhardt | 1 | -1/+1 |
| 2024-05-23 | Merge branch 'la/hide-trailer-info' | Junio C Hamano | 1 | -15/+12 |
| 2024-05-20 | Merge branch 'kn/ref-transaction-symref' | Junio C Hamano | 1 | -5/+6 |
| 2024-05-07 | cocci: apply rules to rewrite callers of "refs" interfaces | Patrick Steinhardt | 1 | -28/+33 |
| 2024-05-07 | refs: accept symref values in `ref_transaction_update()` | Karthik Nayak | 1 | -4/+5 |
| 2024-05-02 | sequencer: use the trailer iterator | Linus Arver | 1 | -15/+12 |
| 2024-04-30 | Merge branch 'pw/rebase-m-signoff-fix' | Junio C Hamano | 1 | -92/+158 |
| 2024-04-18 | rebase -m: fix --signoff with conflicts | Phillip Wood | 1 | -6/+17 |
| 2024-04-18 | sequencer: store commit message in private context | Phillip Wood | 1 | -46/+50 |
| 2024-04-18 | sequencer: move current fixups to private context | Phillip Wood | 1 | -32/+57 |
| 2024-04-18 | sequencer: start removing private fields from public API | Phillip Wood | 1 | -6/+30 |
| 2024-04-18 | sequencer: always free "struct replay_opts" | Phillip Wood | 1 | -2/+4 |
| 2024-04-05 | Merge branch 'jk/core-comment-string' | Junio C Hamano | 1 | -23/+25 |
| 2024-04-05 | Merge branch 'rs/config-comment' | Junio C Hamano | 1 | -15/+15 |
| 2024-04-03 | Merge branch 'bl/cherry-pick-empty' | Junio C Hamano | 1 | -31/+41 |
| 2024-04-01 | Merge branch 'pb/advice-merge-conflict' | Junio C Hamano | 1 | -15/+18 |
| 2024-03-25 | cherry-pick: add `--empty` for more robust redundant commit handling | Brian Lyles | 1 | -0/+6 |
| 2024-03-25 | sequencer: do not require `allow_empty` for redundant commit options | Brian Lyles | 1 | -16/+7 |
| 2024-03-25 | sequencer: handle unborn branch with `--allow-empty` | Brian Lyles | 1 | -15/+28 |
| 2024-03-18 | Merge branch 'pw/rebase-i-ignore-cherry-pick-help-environment' | Junio C Hamano | 1 | -1/+13 |
| 2024-03-18 | sequencer: allow disabling conflict advice | Philippe Blain | 1 | -15/+18 |
| 2024-03-15 | config: add --comment option to add a comment | Ralph Seichter | 1 | -14/+14 |
| 2024-03-14 | Merge branch 'la/trailer-api' | Junio C Hamano | 1 | -1/+1 |
| 2024-03-12 | sequencer: handle multi-byte comment characters when writing todo list | Jeff King | 1 | -1/+3 |
| 2024-03-12 | find multi-byte comment chars in unterminated buffers | Jeff King | 1 | -2/+2 |
| 2024-03-12 | find multi-byte comment chars in NUL-terminated strings | Jeff King | 1 | -1/+1 |
| 2024-03-12 | prefer comment_line_str to comment_line_char for printing | Jeff King | 1 | -10/+10 |
| 2024-03-12 | strbuf: accept a comment string for strbuf_add_commented_lines() | Jeff King | 1 | -4/+4 |
| 2024-03-12 | strbuf: accept a comment string for strbuf_commented_addf() | Jeff King | 1 | -2/+2 |
| 2024-03-12 | strbuf: accept a comment string for strbuf_stripspace() | Jeff King | 1 | -3/+3 |
| 2024-03-11 | Merge branch 'js/merge-base-with-missing-commit' | Junio C Hamano | 1 | -2/+6 |
| 2024-03-07 | Merge branch 'js/merge-tree-3-trees' | Junio C Hamano | 1 | -0/+4 |
| 2024-03-01 | trailer_info_get(): reorder parameters | Linus Arver | 1 | -1/+1 |
| 2024-02-29 | commit-reach(repo_get_merge_bases): pass on "missing commits" errors | Johannes Schindelin | 1 | -2/+6 |
| 2024-02-27 | rebase -i: stop setting GIT_CHERRY_PICK_HELP | Phillip Wood | 1 | -1/+13 |
| 2024-02-23 | Always check `parse_tree*()`'s return value | Johannes Schindelin | 1 | -0/+4 |
| 2024-02-14 | Merge branch 'vn/rebase-with-cherry-pick-authorship' | Junio C Hamano | 1 | -0/+1 |
| 2024-02-08 | sequencer: unset GIT_CHERRY_PICK_HELP for 'exec' commands | Vegard Nossum | 1 | -0/+1 |
| 2024-01-19 | sequencer: introduce functions to handle autostashes via refs | Patrick Steinhardt | 1 | -5/+61 |
| 2024-01-19 | refs: convert AUTO_MERGE to become a normal pseudo-ref | Patrick Steinhardt | 1 | -4/+8 |
| 2024-01-19 | sequencer: delete REBASE_HEAD in correct repo when picking commits | Patrick Steinhardt | 1 | -1/+2 |
| 2024-01-19 | sequencer: clean up pseudo refs with REF_NO_DEREF | Patrick Steinhardt | 1 | -7/+7 |
| 2024-01-08 | Merge branch 'en/header-cleanup' | Junio C Hamano | 1 | -3/+0 |
| 2024-01-02 | Merge branch 'la/trailer-cleanups' | Junio C Hamano | 1 | -1/+1 |
| 2023-12-26 | treewide: remove unnecessary includes in source files | Elijah Newren | 1 | -3/+0 |
| 2023-12-20 | trailer: use offsets for trailer_start/trailer_end | Linus Arver | 1 | -1/+1 |
| 2023-12-09 | sequencer: simplify away extra git_config_string() call | Jeff King | 1 | -13/+8 |
| 2023-09-20 | Merge branch 'ob/sequencer-remove-dead-code' | Junio C Hamano | 1 | -4/+0 |
| 2023-09-14 | Merge branch 'pw/rebase-i-after-failure' | Junio C Hamano | 1 | -83/+99 |
| 2023-09-14 | Merge branch 'ob/revert-of-revert-is-reapply' | Junio C Hamano | 1 | -0/+11 |
| 2023-09-13 | Merge branch 'ob/sequencer-reword-error-message' | Junio C Hamano | 1 | -1/+1 |
| 2023-09-12 | sequencer: remove unreachable exit condition in pick_commits() | Oswald Buddenhagen | 1 | -4/+0 |
| 2023-09-07 | Merge branch 'jk/unused-post-2.42' | Junio C Hamano | 1 | -13/+14 |
| 2023-09-06 | rebase -i: fix adding failed command to the todo list | Phillip Wood | 1 | -6/+6 |
| 2023-09-06 | rebase --continue: refuse to commit after failed command | Phillip Wood | 1 | -0/+5 |
| 2023-09-06 | rebase: fix rewritten list for failed pick | Phillip Wood | 1 | -12/+7 |
| 2023-09-06 | sequencer: factor out part of pick_commits() | Phillip Wood | 1 | -61/+71 |
| 2023-09-06 | sequencer: use rebase_path_message() | Phillip Wood | 1 | -5/+2 |
| 2023-09-06 | rebase -i: remove patch file after conflict resolution | Phillip Wood | 1 | -4/+12 |
| 2023-09-06 | rebase -i: move unlink() calls | Phillip Wood | 1 | -3/+4 |
| 2023-09-05 | sequencer: fix error message on failure to copy SQUASH_MSG | Oswald Buddenhagen | 1 | -1/+1 |
| 2023-09-02 | sequencer: beautify subject of reverts of reverts | Oswald Buddenhagen | 1 | -0/+11 |
| 2023-08-31 | Merge branch 'ob/sequencer-empty-hint-fix' | Junio C Hamano | 1 | -1/+1 |
| 2023-08-29 | sequencer: mark repository argument as unused | Jeff King | 1 | -1/+1 |
| 2023-08-29 | sequencer: use repository parameter in short_commit_name() | Jeff King | 1 | -12/+13 |
| 2023-08-24 | Merge branch 'mp/rebase-label-length-limit' | Junio C Hamano | 1 | -6/+41 |
| 2023-08-24 | Merge branch 'ob/sequencer-rearrange-cleanup' | Junio C Hamano | 1 | -4/+5 |
| 2023-08-24 | sequencer: rectify empty hint in call of require_clean_work_tree() | Oswald Buddenhagen | 1 | -1/+1 |
| 2023-08-10 | rebase: allow overriding the maximal length of the generated labels | Johannes Schindelin | 1 | -2/+6 |
| 2023-08-10 | sequencer: truncate labels to accommodate loose refs | Mark Ruvald Pedersen | 1 | -5/+36 |
| 2023-08-09 | Merge branch 'pw/rebase-skip-commit-message-fix' | Junio C Hamano | 1 | -7/+19 |
| 2023-08-09 | sequencer: simplify allocation of result array in todo_list_rearrange_squash() | Oswald Buddenhagen | 1 | -4/+5 |
| 2023-08-03 | rebase --skip: fix commit message clean up when skipping squash | Phillip Wood | 1 | -7/+19 |
| 2023-08-02 | Merge branch 'ah/sequencer-rewrite-todo-fix' | Junio C Hamano | 1 | -1/+1 |
| 2023-07-24 | sequencer: finish parsing the todo list despite an invalid first line | Alex Henrie | 1 | -1/+1 |
| 2023-07-17 | Merge branch 'cw/compat-util-header-cleanup' | Junio C Hamano | 1 | -2/+0 |
| 2023-07-06 | Merge branch 'gc/config-context' | Junio C Hamano | 1 | -13/+16 |
| 2023-07-06 | Merge branch 'cw/strbuf-cleanup' | Junio C Hamano | 1 | -9/+15 |
| 2023-07-05 | git-compat-util: move alloc macros to git-compat-util.h | Calvin Wan | 1 | -1/+0 |
| 2023-07-05 | treewide: remove unnecessary includes for wrapper.h | Calvin Wan | 1 | -1/+0 |
| 2023-06-28 | config: pass kvi to die_bad_number() | Glen Choo | 1 | -11/+11 |
| 2023-06-28 | config: add ctx arg to config_fn_t | Glen Choo | 1 | -3/+6 |
| 2023-06-21 | object-store-ll.h: split this header out of object-store.h | Elijah Newren | 1 | -1/+1 |
| 2023-06-21 | repository: remove unnecessary include of path.h | Elijah Newren | 1 | -0/+1 |
| 2023-06-21 | cache.h: remove this no-longer-used header | Elijah Newren | 1 | -1/+1 |
| 2023-06-21 | merge.h: move declarations for merge.c from cache.h | Elijah Newren | 1 | -0/+1 |
| 2023-06-21 | sparse-index.h: move declarations for sparse-index.c from cache.h | Elijah Newren | 1 | -0/+1 |
| 2023-06-12 | strbuf: remove global variable | Calvin Wan | 1 | -9/+15 |
| 2023-05-20 | Merge branch 'js/rebase-count-fixes' | Junio C Hamano | 1 | -5/+8 |
| 2023-05-14 | rebase -r: fix the total number shown in the progress | Johannes Schindelin | 1 | -3/+6 |
| 2023-05-14 | rebase --update-refs: fix loops | Johannes Schindelin | 1 | -2/+2 |
| 2023-05-09 | Merge branch 'ob/messages-capitalize-exception' | Junio C Hamano | 1 | -2/+2 |
| 2023-05-09 | Merge branch 'ob/sequencer-i18n-fix' | Junio C Hamano | 1 | -1/+1 |
| 2023-05-09 | Merge branch 'en/header-split-cache-h-part-2' | Junio C Hamano | 1 | -0/+1 |
| 2023-04-28 | messages: capitalization and punctuation exceptions | Oswald Buddenhagen | 1 | -2/+2 |
| 2023-04-28 | sequencer: actually translate report in do_exec() | Oswald Buddenhagen | 1 | -1/+1 |
| 2023-04-25 | Merge branch 'en/header-split-cache-h' | Junio C Hamano | 1 | -0/+4 |
| 2023-04-24 | copy.h: move declarations for copy.c functions from cache.h | Elijah Newren | 1 | -0/+1 |
| 2023-04-17 | Merge branch 'pw/rebase-cleanup-merge-strategy-option-handling' | Junio C Hamano | 1 | -32/+26 |
| 2023-04-11 | pager.h: move declarations for pager.c functions from cache.h | Elijah Newren | 1 | -0/+1 |
| 2023-04-11 | object-file.h: move declarations for object-file.c functions from cache.h | Elijah Newren | 1 | -0/+1 |
| 2023-04-11 | object-name.h: move declarations for object-name.c functions from cache.h | Elijah Newren | 1 | -0/+1 |
| 2023-04-11 | treewide: be explicit about dependence on advice.h | Elijah Newren | 1 | -0/+1 |
| 2023-04-10 | rebase -m: fix serialization of strategy options | Phillip Wood | 1 | -5/+6 |
| 2023-04-10 | rebase -m: cleanup --strategy-option handling | Phillip Wood | 1 | -1/+1 |
| 2023-04-10 | sequencer: use struct strvec to store merge strategy options | Phillip Wood | 1 | -27/+21 |
| 2023-04-10 | rebase: stop reading and writing unnecessary strategy state | Phillip Wood | 1 | -1/+0 |
| 2023-04-06 | Merge branch 'en/header-split-cleanup' | Junio C Hamano | 1 | -0/+4 |
| 2023-04-06 | Merge branch 'ab/remove-implicit-use-of-the-repository' | Junio C Hamano | 1 | -65/+85 |
| 2023-04-04 | Merge branch 'ob/sequencer-save-head-simplify' | Junio C Hamano | 1 | -19/+1 |
| 2023-04-04 | Merge branch 'ob/rollback-after-commit-lock-failure' | Junio C Hamano | 1 | -1/+0 |
| 2023-04-04 | Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-... | Junio C Hamano | 1 | -65/+85 |
| 2023-03-28 | libs: use "struct repository *" argument, not "the_repository" | Ævar Arnfjörð Bjarmason | 1 | -54/+48 |
| 2023-03-28 | post-cocci: adjust comments for recent repo_* migration | Ævar Arnfjörð Bjarmason | 1 | -3/+3 |
| 2023-03-28 | cocci: apply the "pretty.h" part of "the_repository.pending" | Ævar Arnfjörð Bjarmason | 1 | -4/+8 |
| 2023-03-28 | cocci: apply the "commit.h" part of "the_repository.pending" | Ævar Arnfjörð Bjarmason | 1 | -32/+50 |
| 2023-03-28 | cocci: apply the "commit-reach.h" part of "the_repository.pending" | Ævar Arnfjörð Bjarmason | 1 | -1/+2 |
| 2023-03-28 | cocci: apply the "cache.h" part of "the_repository.pending" | Ævar Arnfjörð Bjarmason | 1 | -24/+27 |
| 2023-03-24 | sequencer: rewrite save_head() in terms of write_message() | Oswald Buddenhagen | 1 | -19/+1 |
| 2023-03-24 | sequencer: remove pointless rollback_lock_file() | Oswald Buddenhagen | 1 | -1/+0 |
| 2023-03-21 | wrapper.h: move declarations for wrapper.c functions from cache.h | Elijah Newren | 1 | -0/+1 |
| 2023-03-21 | abspath.h: move absolute path functions from cache.h | Elijah Newren | 1 | -0/+1 |
| 2023-03-21 | environment: move comment_line_char from cache.h | Elijah Newren | 1 | -0/+1 |
| 2023-03-21 | treewide: be explicit about dependence on gettext.h | Elijah Newren | 1 | -0/+1 |
| 2023-03-19 | Merge branch 'ab/fix-strategy-opts-parsing' | Junio C Hamano | 1 | -2/+7 |
| 2023-03-17 | Merge branch 'jc/gpg-lazy-init' | Junio C Hamano | 1 | -4/+0 |
| 2023-03-17 | Merge branch 'en/header-cleanup' | Junio C Hamano | 1 | -0/+2 |
| 2023-03-08 | sequencer.c: fix overflow & segfault in parse_strategy_opts() | Ævar Arnfjörð Bjarmason | 1 | -2/+7 |
| 2023-02-28 | Merge branch 'pw/rebase-i-parse-fix' | Junio C Hamano | 1 | -10/+8 |
| 2023-02-27 | Merge branch 'pw/rebase-i-validate-labels-early' | Junio C Hamano | 1 | -1/+38 |
| 2023-02-23 | cache.h: remove dependence on hex.h; make other files include it explicitly | Elijah Newren | 1 | -0/+1 |
| 2023-02-23 | alloc.h: move ALLOC_GROW() functions from cache.h | Elijah Newren | 1 | -0/+1 |
| 2023-02-23 | rebase -i: fix parsing of "fixup -C<commit>" | Phillip Wood | 1 | -4/+2 |
| 2023-02-23 | rebase -i: match whole word in is_command() | Phillip Wood | 1 | -6/+6 |