builtin/pull: convert to struct object_id
[gitweb.git] / submodule.h
index c8a0c9cb2971219b807f7fe931c4dc5355b978ea..9c32b28b1282672d7595c7e7fceeb10cc4bdc178 100644 (file)
@@ -58,7 +58,7 @@ extern void show_submodule_inline_diff(FILE *f, const char *path,
                const char *del, const char *add, const char *reset,
                const struct diff_options *opt);
 extern void set_config_fetch_recurse_submodules(int value);
-extern void check_for_new_submodule_commits(unsigned char new_sha1[20]);
+extern void check_for_new_submodule_commits(struct object_id *oid);
 extern int fetch_populated_submodules(const struct argv_array *options,
                               const char *prefix, int command_line_option,
                               int quiet, int max_parallel_jobs);