summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Martín Nieto <cmn@dwim.me>2014-10-17 22:09:54 +0200
committerCarlos Martín Nieto <cmn@dwim.me>2014-10-17 22:09:54 +0200
commitc51aa74ed38c2b8b86d5dbd2c8e58e45975db38a (patch)
tree9d406af01f98272eca25f42ee6fbaf2f4100a375
parente0383fa35f981c656043976a43c61bff059cb709 (diff)
downloadlibgit2-c51aa74ed38c2b8b86d5dbd2c8e58e45975db38a.tar.gz
PROJECTS: remove two completed tasks
-rw-r--r--PROJECTS.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/PROJECTS.md b/PROJECTS.md
index a2da6598a..5a09adae1 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)