diff options
author | Vicent Martà <tanoku@gmail.com> | 2012-04-13 20:06:49 -0700 |
---|---|---|
committer | Vicent Martà <tanoku@gmail.com> | 2012-04-13 20:06:49 -0700 |
commit | e77e53edb37b7dd603da7758b243ef8e91d9e394 (patch) | |
tree | 4c31553a2c971adf579d2c5c287749ce45949c8c /src/diff.h | |
parent | d1f331564da9d6110b80b538a501da0c66e59142 (diff) | |
parent | 14a513e05866721f5ceba18cf425568d2f6af143 (diff) | |
download | libgit2-e77e53edb37b7dd603da7758b243ef8e91d9e394.tar.gz |
Merge pull request #627 from arrbee/diff-with-pathspec
Diff with pathspec
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 b4a375586..9da07c295 100644 --- a/src/diff.h +++ b/src/diff.h @@ -24,6 +24,7 @@ enum { struct git_diff_list { git_repository *repo; git_diff_options opts; + git_vector pathspec; git_vector deltas; /* vector of git_diff_file_delta */ git_iterator_type_t old_src; git_iterator_type_t new_src; |