libgit2/include
Russell Belfer dfbff793b8 Fix a few diff bugs with directory content
There are a few cases where diff should leave directories in
the diff list if we want to match core git, such as when the
directory contains a .git dir.  That feature was lost when I
introduced some of the new submodule handling.

This restores that and then fixes a couple of related to diff
output that are triggered by having diffs with directories in
them.

Also, this adds a new flag that can be passed to diff if you
want diff output to actually include the file content of any
untracked files.
2012-10-08 15:22:40 -07:00
..
git2 Fix a few diff bugs with directory content 2012-10-08 15:22:40 -07:00
git2.h Add public API for internal ignores 2012-08-21 17:26:39 -07:00