Commit c51aa74ed38c2b8b86d5dbd2c8e58e45975db38a

Carlos Martín Nieto 2014-10-17T22:09:54

PROJECTS: remove two completed tasks

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
diff --git a/PROJECTS.md b/PROJECTS.md
index a2da659..5a09ada 100644
--- a/PROJECTS.md
+++ b/PROJECTS.md
@@ -77,7 +77,6 @@ might make good smaller projects by themselves.
     * These tests could go in examples/tests/...
 * Fix symlink support for files in the .git directory (i.e. don't overwrite
   the symlinks when writing the file contents back out)
-* Implement a 'git describe' like API
 * Add hooks API to enumerate and manage hooks (not run them at this point)
     * Enumeration of available hooks
     * Lookup API to see which hooks have a script and get the script
@@ -89,7 +88,6 @@ might make good smaller projects by themselves.
 * Improve index internals with hashtable lookup for files instead of
   using binary search every time
 * Tree builder improvements:
-    * Use a hash table when building instead of a list
     * 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)