Staging
v0.5.1
Revision 8a0ba68f6dab2c8b1f297a0d46b710bb9af3237a authored by Junio C Hamano on 01 December 2018, 12:44:56 UTC, committed by Junio C Hamano on 01 December 2018, 12:44:56 UTC
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 15cc2da
Raw File
rebase-interactive.h
#ifndef REBASE_INTERACTIVE_H
#define REBASE_INTERACTIVE_H

void append_todo_help(unsigned edit_todo, unsigned keep_empty,
		      struct strbuf *buf);
int edit_todo_list(unsigned flags);

#endif
back to top