submodule.c: describe submodule_to_gitdir() in a new comment
Signed-off-by: Han-Wen Nienhuys <hanwen@google.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
28996cec80
commit
3ce08548bb
@ -1997,6 +1997,10 @@ const char *get_superproject_working_tree(void)
|
|||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Put the gitdir for a submodule (given relative to the main
|
||||||
|
* repository worktree) into `buf`, or return -1 on error.
|
||||||
|
*/
|
||||||
int submodule_to_gitdir(struct strbuf *buf, const char *submodule)
|
int submodule_to_gitdir(struct strbuf *buf, const char *submodule)
|
||||||
{
|
{
|
||||||
const struct submodule *sub;
|
const struct submodule *sub;
|
||||||
|
Loading…
Reference in New Issue
Block a user