diff options
author | Vicent Marti <tanoku@gmail.com> | 2012-09-06 10:08:14 +0200 |
---|---|---|
committer | Vicent Marti <tanoku@gmail.com> | 2012-09-06 10:08:14 +0200 |
commit | 2e4a9ea9cf8cf12199ea17b0aab50219380b8311 (patch) | |
tree | 7bccb1732b38799a51e5e99fa1a8cc50839b0c7f /src/diff.h | |
parent | 27730eefb9b0b4619006fd7d590bca54c0537090 (diff) | |
parent | 510f1bac6b94ce19459498ae78f87fc4f4552305 (diff) | |
download | libgit2-2e4a9ea9cf8cf12199ea17b0aab50219380b8311.tar.gz |
Merge remote-tracking branch 'arrbee/diff-iterator' into development
Diffstat (limited to 'src/diff.h')
-rw-r--r-- | src/diff.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/diff.h b/src/diff.h index 6cc854fbd..2785fa425 100644 --- a/src/diff.h +++ b/src/diff.h @@ -26,6 +26,7 @@ enum { }; struct git_diff_list { + git_refcount rc; git_repository *repo; git_diff_options opts; git_vector pathspec; |