summaryrefslogtreecommitdiff
path: root/src/ignore.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ignore.h')
-rw-r--r--src/ignore.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ignore.h b/src/ignore.h
index 5895d3faa..799195258 100644
--- a/src/ignore.h
+++ b/src/ignore.h
@@ -26,7 +26,7 @@
*/
typedef struct {
git_repository *repo;
- git_buf dir; /* current directory reflected in ign_path */
+ git_str dir; /* current directory reflected in ign_path */
git_attr_file *ign_internal;
git_vector ign_path;
git_vector ign_global;