We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1436b0e commit 27ff888Copy full SHA for 27ff888
PROJECTS.md
@@ -36,10 +36,6 @@ These are good small projects to get started with libgit2.
36
trick to this one will be doing it in a manner that is clean and
37
simple, but still handles the various cases correctly (e.g. `-B/70%`
38
is apparently a legal setting).
39
- * Implement the `--log-size` option for `examples/log.c`. I think all
40
- the data is available, you would just need to add the code into the
41
- `print_commit()` routine (along with a way of passing the option
42
- into that function).
43
* As an extension to the matching idea for `examples/log.c`, add the
44
`-i` option to use `strcasestr()` for matches.
45
* For `examples/log.c`, implement the `--first-parent` option now that
0 commit comments