projects
/
idea
/
community.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
IDEA-80512 Watch for refs/remotes and refs/heads dirs recursively; update branches...
[idea/community.git]
/
plugins
/
git4idea
/
src
/
git4idea
/
update
/
GitFetcher.java
diff --git
a/plugins/git4idea/src/git4idea/update/GitFetcher.java
b/plugins/git4idea/src/git4idea/update/GitFetcher.java
index 18ed54b6ef5df7306c898b58c2cbdfa8354b52b4..7682e0736dfb1be1e16125abffadc4d6fee243f9 100644
(file)
--- a/
plugins/git4idea/src/git4idea/update/GitFetcher.java
+++ b/
plugins/git4idea/src/git4idea/update/GitFetcher.java
@@
-83,6
+83,7
@@
public class GitFetcher {
}
}
+ repository.update(GitRepository.TrackedTopic.BRANCHES);
return result;
}