Staging
v0.5.1
https://github.com/git/git
Raw File
Tip revision: d62dad7a7dca3f6a65162bf0e52cdf6927958e78 authored by Junio C Hamano on 07 February 2019, 05:30:09 UTC
Git 2.21-rc0
Tip revision: d62dad7
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