]> git.ipfire.org Git - thirdparty/git.git/commit
sequencer: change the way skip_unnecessary_picks() returns its result
authorAlban Gruin <alban.gruin@gmail.com>
Fri, 10 Aug 2018 16:51:36 +0000 (18:51 +0200)
committerJunio C Hamano <gitster@pobox.com>
Fri, 10 Aug 2018 18:56:22 +0000 (11:56 -0700)
commitd4ed5d7713c779487a52d30e83185a056c4bf023
tree849af7905191b65d6f02495b00c94e652682273e
parenta9f5476fbca515171e42a4e06b584a9241341ae9
sequencer: change the way skip_unnecessary_picks() returns its result

Instead of skip_unnecessary_picks() printing its result to stdout, it
returns it into a struct object_id, as the rewrite of complete_action()
(to come in the next commit) will need it.

rebase--helper then is modified to fit this change.

Signed-off-by: Alban Gruin <alban.gruin@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/rebase--helper.c
sequencer.c
sequencer.h