]> git.99rst.org Git - git.git/commit
rebase: move parse_opt_keep_empty() down
authorOswald Buddenhagen <redacted>
Fri, 20 Oct 2023 09:36:54 +0000 (11:36 +0200)
committerJunio C Hamano <redacted>
Fri, 20 Oct 2023 21:47:44 +0000 (14:47 -0700)
commit96db17352d8821ceb99dd9e1c19bd74d680effb7
tree69dbbcf0cde2323760f03b58ce7f9a8f4dadf44d
parent37e80a24716affc5698822393ad9e09646d0be73
rebase: move parse_opt_keep_empty() down

This moves it right next to parse_opt_empty(), which is a much more
logical place. As a side effect, this removes the need for a forward
declaration of imply_merge().

Signed-off-by: Oswald Buddenhagen <redacted>
Signed-off-by: Junio C Hamano <redacted>
builtin/rebase.c
git clone https://git.99rst.org/PROJECT