We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b43ea6b commit 0c7f90dCopy full SHA for 0c7f90d
crate-status.md
@@ -638,11 +638,13 @@ See its [README.md](https://github.com/Byron/gitoxide/blob/main/gix-lock/README.
638
- [ ] respect `branch.<name>.merge` in the returned remote.
639
* **remotes**
640
* [x] clone
641
- * [ ] shallow
+ * [x] shallow
642
* [ ] include-tags when shallow is used (needs separate fetch)
643
* [ ] prune non-existing shallow commits
644
* [ ] [bundles](https://git-scm.com/docs/git-bundle)
645
* [x] fetch
646
+ * [x] shallow (remains shallow, options to adjust shallow boundary)
647
+ * [ ] a way to auto-explode small packs to avoid them to pile up
648
* [ ] 'ref-in-want'
649
* [ ] standard negotiation algorithms (right now we only have a 'naive' one)
650
* [ ] push
0 commit comments