diff options
author | Nguyễn Thái Ngọc Duy <pclouds@gmail.com> | 2015-03-08 17:12:33 +0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2015-03-12 13:45:16 -0700 |
commit | 83c094ad0dd2104adbbec034f802dceb1d052981 (patch) | |
tree | c4c552a928095b0af884c901504e820a62710cb7 /dir.h | |
parent | ewah: add convenient wrapper ewah_serialize_strbuf() (diff) | |
download | tgif-83c094ad0dd2104adbbec034f802dceb1d052981.tar.xz |
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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |