Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
sequencer (rebase -i): show only failed `git commit`'s output
[gitweb.git]
/
builtin
/
branch.c
diff --git
a/builtin/branch.c
b/builtin/branch.c
index 36e0a21af5da61b4aee19237937e8c9fe5fa28a9..9d30f55b0b83cfc09294e2cb7cabdc9aa72e2508 100644
(file)
--- a/
builtin/branch.c
+++ b/
builtin/branch.c
@@
-522,7
+522,7
@@
static void print_ref_list(struct ref_filter *filter, struct ref_sorting *sortin
static void reject_rebase_or_bisect_branch(const char *target)
{
- struct worktree **worktrees = get_worktrees();
+ struct worktree **worktrees = get_worktrees(
0
);
int i;
for (i = 0; worktrees[i]; i++) {