forked from src-d/go-git
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: correctly deepen shallows (#19)
* feat: unshallow, manage shallow after fetch * stop fetching tags in some tests * undo some unnecessary changes * cache shallows before iterating, clarify logic * just use the presence of key to infer whether a commit is shallow * remove pruneShallow; use server response to manage shallow/unshallow * cleanup * cleanup
- Loading branch information
John Nelson
authored
Jun 26, 2020
1 parent
7fb3891
commit 8092e09
Showing
3 changed files
with
109 additions
and
24 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
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