]> git.ipfire.org Git - thirdparty/git.git/commit - po/es.po
Merge branch 'pw/rebase-reflog-fixes'
authorTaylor Blau <me@ttaylorr.com>
Mon, 31 Oct 2022 01:04:42 +0000 (21:04 -0400)
committerTaylor Blau <me@ttaylorr.com>
Mon, 31 Oct 2022 01:04:43 +0000 (21:04 -0400)
commit8851c4b0652f7e69abfe0016503ab9ea1d247c84
tree3f4ed481646060a330429949df440b4524fda537
parent003f815dd9f42b1bb893338b32d9cce33a8926c1
parent9a1925b08f3d9b71f06226f5ac32f24587f39151
Merge branch 'pw/rebase-reflog-fixes'

Fix some bugs in the reflog messages when rebasing and changes the
reflog messages of "rebase --apply" to match "rebase --merge" with
the aim of making the reflog easier to parse.

* pw/rebase-reflog-fixes:
  rebase: cleanup action handling
  rebase --abort: improve reflog message
  rebase --apply: make reflog messages match rebase --merge
  rebase --apply: respect GIT_REFLOG_ACTION
  rebase --merge: fix reflog message after skipping
  rebase --merge: fix reflog when continuing
  t3406: rework rebase reflog tests
  rebase --apply: remove duplicated code
builtin/rebase.c
sequencer.c