restore: add --worktree and --staged
[gitweb.git] / branch.h
index 29c1afa4d0ce5d1639b81d3d652d5b16085218e9..aed045901eb9cfea5ea6348dc8229a2e7af24ff9 100644 (file)
--- a/branch.h
+++ b/branch.h
@@ -64,7 +64,7 @@ extern int validate_new_branchname(const char *name, struct strbuf *ref, int for
  * Remove information about the state of working on the current
  * branch. (E.g., MERGE_HEAD)
  */
-void remove_branch_state(struct repository *r);
+void remove_branch_state(struct repository *r, int verbose);
 
 /*
  * Configure local branch "local" as downstream to branch "remote"