diff-lib: allow ita entries treated as "not yet exist in index"
[gitweb.git] / submodule.h
index d83df57e24ff310d734655fe995fdf0cfef9564c..d9e197a948fdab44b7a5df4161a5df9c3a2938ff 100644 (file)
@@ -46,6 +46,12 @@ void show_submodule_summary(FILE *f, const char *path,
                struct object_id *one, struct object_id *two,
                unsigned dirty_submodule, const char *meta,
                const char *del, const char *add, const char *reset);
+void show_submodule_inline_diff(FILE *f, const char *path,
+               const char *line_prefix,
+               struct object_id *one, struct object_id *two,
+               unsigned dirty_submodule, const char *meta,
+               const char *del, const char *add, const char *reset,
+               const struct diff_options *opt);
 void set_config_fetch_recurse_submodules(int value);
 void check_for_new_submodule_commits(unsigned char new_sha1[20]);
 int fetch_populated_submodules(const struct argv_array *options,