]> git.ipfire.org Git - thirdparty/git.git/commit
t/lib-rebase: improve documentation of set_fake_editor()
authorOswald Buddenhagen <oswald.buddenhagen@gmx.de>
Wed, 9 Aug 2023 17:15:31 +0000 (19:15 +0200)
committerJunio C Hamano <gitster@pobox.com>
Thu, 10 Aug 2023 16:18:07 +0000 (09:18 -0700)
commit20a0bd45fa26c36472057393453bcafdda13e1d5
tree843e8628d0b7c6b45969eb0a7d1648f6aaa2bef8
parent010a0b62e0899851c9f7080988b5d0adb3a9bc0c
t/lib-rebase: improve documentation of set_fake_editor()

Firstly, make it reflect better what actually happens. Not omitting some
possibilities makes it easier to fully exploit them, and not
contradicting the implementation makes it easier to grok and thus modify
the code.

Secondly, improve the overall structure, putting more general info
further up.

Thirdly, document `merge`, `fakesha`, and `break`, which were previously
omitted entirely.

Signed-off-by: Oswald Buddenhagen <oswald.buddenhagen@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/lib-rebase.sh