-
-
Notifications
You must be signed in to change notification settings - Fork 103
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: Git resolver doesnt pull tags anymore (#212)
Creating bare Git repositories doesn't configure the local repository to fetch remote refs, such as branches and tags, which totally broke the update command. This patch reverts back to mirroring Git repositories, and verifies whether a cloned repository is valid, or not before fetching new refs. fixes #211
- Loading branch information
1 parent
1241113
commit a75a133
Showing
2 changed files
with
37 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters