summaryrefslogtreecommitdiff
path: root/dir.h
diff options
context:
space:
mode:
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>2015-03-08 10:12:33 (GMT)
committerJunio C Hamano <gitster@pobox.com>2015-03-12 20:45:16 (GMT)
commit83c094ad0dd2104adbbec034f802dceb1d052981 (patch)
treec4c552a928095b0af884c901504e820a62710cb7 /dir.h
parentbe0d9d532326a81d761913e3ec9e2e7c62eeca7b (diff)
downloadgit-83c094ad0dd2104adbbec034f802dceb1d052981.zip
git-83c094ad0dd2104adbbec034f802dceb1d052981.tar.gz
git-83c094ad0dd2104adbbec034f802dceb1d052981.tar.bz2
untracked cache: save to an index extension
Helped-by: Stefan Beller <sbeller@google.com> Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'dir.h')
-rw-r--r--dir.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/dir.h b/dir.h
index 95baf01..dc3ee0b 100644
--- a/dir.h
+++ b/dir.h
@@ -298,4 +298,5 @@ static inline int dir_path_match(const struct dir_entry *ent,
has_trailing_dir);
}
+void write_untracked_extension(struct strbuf *out, struct untracked_cache *untracked);
#endif