diff options
Diffstat (limited to 'branch.h')
-rw-r--r-- | branch.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -70,7 +70,7 @@ void remove_merge_branch_state(struct repository *r); * 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" |