diff options
Diffstat (limited to 'src/index.h')
| -rw-r--r-- | src/index.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/index.h b/src/index.h index a1cd3403e..9464afb6c 100644 --- a/src/index.h +++ b/src/index.h @@ -18,7 +18,8 @@ #define GIT_INDEX_FILE_MODE 0666 struct git_index { - git_repository *repository; + git_refcount rc; + char *index_file_path; time_t last_modified; |
