diff options
author | Carson Howard <carsonh@axosoft.com> | 2017-10-11 23:07:24 -0700 |
---|---|---|
committer | Carson Howard <carsonh@axosoft.com> | 2017-10-11 23:07:24 -0700 |
commit | 27ff888f5a17a88122da4e5d0aac33d5c6934804 (patch) | |
tree | 0ef0febe061b4a240966d68c73af3371d967eebc | |
parent | 1436b0e11ca9e6567d21fe3ebd74dda4c405c4b2 (diff) | |
download | libgit2-27ff888f5a17a88122da4e5d0aac33d5c6934804.tar.gz |
PROJECTS: remove example for --log-size
-rw-r--r-- | PROJECTS.md | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/PROJECTS.md b/PROJECTS.md index f53a2e120..419fdcdfc 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 |