wt-status: collect untracked files in a separate "collect" phase
In a way similar to updated and locally modified files are collected. Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
@ -48,10 +48,11 @@ struct wt_status {
|
||||
FILE *fp;
|
||||
const char *prefix;
|
||||
struct string_list change;
|
||||
struct string_list untracked;
|
||||
};
|
||||
|
||||
void wt_status_prepare(struct wt_status *s);
|
||||
void wt_status_print(struct wt_status *s);
|
||||
void wt_status_collect_changes(struct wt_status *s);
|
||||
void wt_status_collect(struct wt_status *s);
|
||||
|
||||
#endif /* STATUS_H */
|
||||
|
Reference in New Issue
Block a user