diff options
author | Carlos Martín Nieto <cmn@dwim.me> | 2014-11-18 18:32:25 +0100 |
---|---|---|
committer | Carlos Martín Nieto <cmn@dwim.me> | 2014-11-18 18:32:25 +0100 |
commit | 4d86caec599ab760b523a026040bc4f40f8338c9 (patch) | |
tree | 389265f79ba65488d17ff889b38c0f244a21325c | |
parent | 93b982b1c8e0e392edbedc5fb9da506a1170a309 (diff) | |
download | libgit2-4d86caec599ab760b523a026040bc4f40f8338c9.tar.gz |
Remove two completed projects from the list
-rw-r--r-- | PROJECTS.md | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/PROJECTS.md b/PROJECTS.md index 5a09adae1..4f200b7f9 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) |