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>
This commit is contained in:
Nguyễn Thái Ngọc Duy
2015-03-08 17:12:33 +07:00
committed by Junio C Hamano
parent be0d9d5323
commit 83c094ad0d
5 changed files with 213 additions and 0 deletions

1
dir.h
View File

@ -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