submodule.c: remove implicit dependency on the_index
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:

committed by
Junio C Hamano

parent
80e0385541
commit
174d131fc9
@ -102,13 +102,16 @@ int add_submodule_odb(const char *path);
|
||||
* Checks if there are submodule changes in a..b. If a is the null OID,
|
||||
* checks b and all its ancestors instead.
|
||||
*/
|
||||
int submodule_touches_in_range(struct object_id *a,
|
||||
int submodule_touches_in_range(struct index_state *istate,
|
||||
struct object_id *a,
|
||||
struct object_id *b);
|
||||
int find_unpushed_submodules(struct oid_array *commits,
|
||||
int find_unpushed_submodules(struct index_state *istate,
|
||||
struct oid_array *commits,
|
||||
const char *remotes_name,
|
||||
struct string_list *needs_pushing);
|
||||
struct refspec;
|
||||
int push_unpushed_submodules(struct oid_array *commits,
|
||||
int push_unpushed_submodules(struct index_state *istate,
|
||||
struct oid_array *commits,
|
||||
const struct remote *remote,
|
||||
const struct refspec *rs,
|
||||
const struct string_list *push_options,
|
||||
|
Reference in New Issue
Block a user