Rename diff objects and split patch.h

This makes no functional change to diff but renames a couple of
the objects and splits the new git_patch (formerly git_diff_patch)
into a new header file.
This commit is contained in:
Russell Belfer
2013-10-11 14:51:54 -07:00
parent 743531372a
commit 3ff1d12373
36 changed files with 1057 additions and 1023 deletions

View File

@@ -32,6 +32,7 @@
#include "git2/odb.h"
#include "git2/oid.h"
#include "git2/pack.h"
#include "git2/patch.h"
#include "git2/pathspec.h"
#include "git2/push.h"
#include "git2/refdb.h"