Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Gesiak <modocache@gmail.com>2014-03-05 08:06:31 +0400
committerBrian Gesiak <modocache@gmail.com>2014-03-05 08:06:31 +0400
commit0d3c8a9d9202f69ee0366f2eeab1765b18b49baa (patch)
tree36dfecd7ddca77e5a9907dcc437ea352a58df1ee /PROJECTS.md
parent66d9e0461c7c0d8ec3fdb23b192399c6eb05e9a9 (diff)
examples/diff: Add minimal, patience diff options.
- Add minimal, patience diff options to diff example. libgit2 `diff_xdiff.git_xdiff_init` already supports these flags, so no additional change is necessary. - Remove minimal and patience flag addition from project list.
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 34ba18ace..050a51cfb 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.
* 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`