Welcome to mirror list, hosted at ThFree Co, Russian Federation.

rebase-interactive.h - git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 971da037769476da196ae39eec89431be4923d54 (plain)
1
2
3
4
5
6
7
8
#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