summaryrefslogtreecommitdiff
path: root/PROJECTS.md
diff options
context:
space:
mode:
authorSun He <sunheehnus@gmail.com>2014-03-05 20:13:34 +0800
committerSun He <sunheehnus@gmail.com>2014-03-05 20:13:34 +0800
commit45d2e8dc4687b5da6e872fbfa960ea7cff3b3867 (patch)
tree331cc642cb691aaed411ba785a0f0b87a84471aa /PROJECTS.md
parent66d9e0461c7c0d8ec3fdb23b192399c6eb05e9a9 (diff)
downloadlibgit2-45d2e8dc4687b5da6e872fbfa960ea7cff3b3867.tar.gz
Add the --shortstat flag to examples/diff.c
Diffstat (limited to 'PROJECTS.md')
-rw-r--r--PROJECTS.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/PROJECTS.md b/PROJECTS.md
index 34ba18ace..1e2b5db6f 100644
--- a/PROJECTS.md
+++ b/PROJECTS.md
@@ -32,8 +32,6 @@ These are good small projects to get started with libgit2.
diff API now has a flag to support it
* Add the `--patience` flag to `examples/diff.c` since it is also now
supported.
- * Add the `--shortstat` flag to `examples/diff.c` based on the work
- that was done to add `--numstat` already.
* 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