diff options
Diffstat (limited to 'src/diff.h')
-rw-r--r-- | src/diff.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/diff.h b/src/diff.h index 1bb5c36f0..e7764a8eb 100644 --- a/src/diff.h +++ b/src/diff.h @@ -14,8 +14,11 @@ struct git_diff_list { git_repository *repo; git_diff_options opts; - git_buf pfx; git_vector files; /* vector of git_diff_file_delta */ + + /* the following are just used while processing the diff list */ + git_buf pfx; + git_status_t mode; }; #endif |