summaryrefslogtreecommitdiff
path: root/PROJECTS.md
diff options
context:
space:
mode:
Diffstat (limited to 'PROJECTS.md')
-rw-r--r--PROJECTS.md4
1 files changed, 0 insertions, 4 deletions
diff --git a/PROJECTS.md b/PROJECTS.md
index 1e2b5db6f..d97c3329a 100644
--- a/PROJECTS.md
+++ b/PROJECTS.md
@@ -28,10 +28,6 @@ These are good small projects to get started with libgit2.
core Git command and add a missing command-line option. There are many
gaps right now and this helps demonstrate how to use the library. Here
are some specific ideas:
- * Add the `--minimal` flag to `examples/diff.c` since the `libgit2`
- diff API now has a flag to support it
- * Add the `--patience` flag to `examples/diff.c` since it is also now
- supported.
* Fix the `examples/diff.c` implementation of the `-B`
(a.k.a. `--break-rewrites`) command line option to actually look for
the optional `[<n>][/<m>]` configuration values. There is an