Re: [PATCH v3 3/5] submodule.c: add .gitmodules staging helper functions
From: Junio C Hamano <hidden>
Date: 2016-06-15 22:58:16
Jens Lehmann [off-list ref] writes:
+int is_staging_gitmodules_ok()
Will tweak this to: int is_staging_gitmodules_ok(void) and fix this as well:
+int is_staging_gitmodules_ok(); +void stage_updated_gitmodules(void);
before queuing. Thanks.