]> git.99rst.org Git - git.git/commit
sequencer: fix error message on failure to copy SQUASH_MSG
authorOswald Buddenhagen <redacted>
Sun, 3 Sep 2023 15:11:32 +0000 (17:11 +0200)
committerJunio C Hamano <redacted>
Tue, 5 Sep 2023 22:27:22 +0000 (15:27 -0700)
commit82af2c639c4dc9a5311ec4ab97dff44a93d6798d
tree1c6763ab28d724844ec4d00bdb5cd375f928d071
parent43c8a30d150ecede9709c1f2527c8fba92c65f40
sequencer: fix error message on failure to copy SQUASH_MSG

The message talked about renaming, while the actual action is copying.
This was introduced by 6e98de72c ("sequencer (rebase -i): add support
for the 'fixup' and 'squash' commands", 2017-01-02).

Signed-off-by: Oswald Buddenhagen <redacted>
Acked-by: Phillip Wood <redacted>
Signed-off-by: Junio C Hamano <redacted>
sequencer.c
git clone https://git.99rst.org/PROJECT