Commit 27ff888f5a17a88122da4e5d0aac33d5c6934804

Carson Howard 2017-10-11T23:07:24

PROJECTS: remove example for --log-size

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
diff --git a/PROJECTS.md b/PROJECTS.md
index f53a2e1..419fdcd 100644
--- a/PROJECTS.md
+++ b/PROJECTS.md
@@ -36,10 +36,6 @@ These are good small projects to get started with libgit2.
       trick to this one will be doing it in a manner that is clean and
       simple, but still handles the various cases correctly (e.g. `-B/70%`
       is apparently a legal setting).
-    * Implement the `--log-size` option for `examples/log.c`. I think all
-      the data is available, you would just need to add the code into the
-      `print_commit()` routine (along with a way of passing the option
-      into that function).
     * As an extension to the matching idea for `examples/log.c`, add the
       `-i` option to use `strcasestr()` for matches.
     * For `examples/log.c`, implement the `--first-parent` option now that