Commit c51aa74e by Carlos Martín Nieto

PROJECTS: remove two completed tasks

parent e0383fa3
...@@ -77,7 +77,6 @@ might make good smaller projects by themselves. ...@@ -77,7 +77,6 @@ might make good smaller projects by themselves.
* These tests could go in examples/tests/... * These tests could go in examples/tests/...
* Fix symlink support for files in the .git directory (i.e. don't overwrite * Fix symlink support for files in the .git directory (i.e. don't overwrite
the symlinks when writing the file contents back out) 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) * Add hooks API to enumerate and manage hooks (not run them at this point)
* Enumeration of available hooks * Enumeration of available hooks
* Lookup API to see which hooks have a script and get the script * Lookup API to see which hooks have a script and get the script
...@@ -89,7 +88,6 @@ might make good smaller projects by themselves. ...@@ -89,7 +88,6 @@ might make good smaller projects by themselves.
* Improve index internals with hashtable lookup for files instead of * Improve index internals with hashtable lookup for files instead of
using binary search every time using binary search every time
* Tree builder improvements: * Tree builder improvements:
* Use a hash table when building instead of a list
* Extend to allow building a tree hierarchy * Extend to allow building a tree hierarchy
* Move the tagopt mechanism to the newer git 1.9 interpretation of * Move the tagopt mechanism to the newer git 1.9 interpretation of
--tags [#2120](https://github.com/libgit2/libgit2/issues/2120) --tags [#2120](https://github.com/libgit2/libgit2/issues/2120)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment