Thread (4 messages) flat view 4 messages, 4 authors, 2016-11-06

Re: [PATCH v2 1/6] submodules: add helper functions to determine presence of submodules

From: Junio C Hamano <hidden>
Date: 2016-11-01 17:20:35

Stefan Beller [off-list ref] writes:

Overall the suggestions from you in this review is good and please
consider anything I did not mention I agree with you.  Thanks.
quoted
+extern int is_submodule_initialized(const char *path);
+extern int is_submodule_checked_out(const char *path);
no need to put extern for function names. (no other functions in this
header are extern. so local consistency maybe? I'd also claim that
all other extern functions in headers ought to be declared without
being extern)
Maybe I am old fashioned, but I'd feel better to see these with
explicit "extern" in front (check the older header files like
cache.h when you are in doubt what the project convention has been).
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help