diff options
author | Alban Gruin <alban.gruin@gmail.com> | 2018-08-10 18:51:28 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2018-08-10 11:56:22 -0700 |
commit | 44b776c3e9bcbfcb7fbf78baafc67394cf56e812 (patch) | |
tree | b2896ee3e7c7997a912f1d237246a0e69959bcb4 /color.h | |
parent | Third batch for 2.19 cycle (diff) | |
download | tgif-44b776c3e9bcbfcb7fbf78baafc67394cf56e812.tar.xz |
sequencer: make three functions and an enum from sequencer.c public
This makes rebase_path_todo(), get_missing_commit_check_level(),
write_message() and the enum check_level accessible outside sequencer.c,
renames check_level to missing_commit_check_level, and prefixes its
value names by MISSING_COMMIT_ to avoid namespace pollution.
This function and this enum will eventually be moved to
rebase-interactive.c and become static again, so no special attention
was given to the naming.
This will be needed for the rewrite of append_todo_help() from shell to
C, as it will be in a new library source file, rebase-interactive.c.
Signed-off-by: Alban Gruin <alban.gruin@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'color.h')
0 files changed, 0 insertions, 0 deletions