Commit 4d86caec599ab760b523a026040bc4f40f8338c9

Carlos Martín Nieto 2014-11-18T18:32:25

Remove two completed projects from the list

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
diff --git a/PROJECTS.md b/PROJECTS.md
index 5a09ada..4f200b7 100644
--- a/PROJECTS.md
+++ b/PROJECTS.md
@@ -89,14 +89,11 @@ might make good smaller projects by themselves.
   using binary search every time
 * Tree builder improvements:
     * Extend to allow building a tree hierarchy
-* Move the tagopt mechanism to the newer git 1.9 interpretation of
-  --tags [#2120](https://github.com/libgit2/libgit2/issues/2120)
 * Apply-patch API
 * Add a patch editing API to enable "git add -p" type operations
 * Textconv API to filter binary data before generating diffs (something
   like the current Filter API, probably).
 * Performance profiling and improvement
-* Build in handling of "empty tree" and "empty blob" SHAs
 * Support "git replace" ref replacements
 * Include conflicts in diff results and in status
     * GIT_DELTA_CONFLICT for items in conflict (with multiple files)