Staging
v0.5.1
Revision 35ee755a8c43bcb3c2786522d423f006c23d32df authored by Junio C Hamano on 19 February 2019, 21:20:23 UTC, committed by Junio C Hamano on 19 February 2019, 21:20:23 UTC
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent c5b456b
Raw File
rebase-interactive.h
#ifndef REBASE_INTERACTIVE_H
#define REBASE_INTERACTIVE_H

struct strbuf;
struct repository;

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

#endif
back to top