/
uis
/
git
/
x
/
uis
/
git
/
git.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
worktree.c: get_worktrees() takes a new flag argument
[git/git.git]
/
branch.c
diff --git
a/branch.c
b/branch.c
index
0d459b3
..
c431cbf
100644
(file)
--- a/
branch.c
+++ b/
branch.c
@@
-348,7
+348,7
@@
void die_if_checked_out(const char *branch, int ignore_current_worktree)
int replace_each_worktree_head_symref(const char *oldref, const char *newref)
{
int ret = 0;
- struct worktree **worktrees = get_worktrees();
+ struct worktree **worktrees = get_worktrees(
0
);
int i;
for (i = 0; worktrees[i]; i++) {