aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 8 insertions, 2 deletions
diff --git a/README.md b/README.md
index 44b94a0c..9d85f0db 100644
--- a/README.md
+++ b/README.md
@@ -138,8 +138,8 @@ Furgit is a low-level Git library in Go.
* [ ] Patience
* [ ] Histogram
* [ ] Tree-way
- * Format patch
- * Apply/amend patch
+ * [ ] Format patch
+ * [ ] Apply/amend patch
* Branch integration/rewrite/etc methods
* [ ] Merge
* [ ] Recursive
@@ -209,6 +209,12 @@ Furgit is a low-level Git library in Go.
* [ ] Worktree
* [ ] Common directory
* [ ] Worktree-specific references
+* Research
+ * [ ] Dynamic packfiles
+ * [ ] Compaction; page-sized hole punching
+ * [ ] Dynamic indexing
+ * [ ] Linear/extendible/spiral hashing
+ * [ ] Dynamic reachability bitmaps
## Not planned