]> git.ipfire.org Git - thirdparty/git.git/commit - submodule.c
get_superproject_working_tree(): return strbuf
authorAlexandr Miloslavskiy <alexandr.miloslavskiy@syntevo.com>
Tue, 10 Mar 2020 13:11:24 +0000 (13:11 +0000)
committerJunio C Hamano <gitster@pobox.com>
Tue, 10 Mar 2020 18:41:40 +0000 (11:41 -0700)
commit49d3c4b481f12c2ec655a71d5a5b9259a398d059
treea678f157d48912fff898af8044b98b9a3f004714
parent4530a85b4c34f009b5f190eb2dc8367801de5028
get_superproject_working_tree(): return strbuf

Together with the previous commits, this commit fully fixes the problem
of using shared buffer for `real_path()` in `get_superproject_working_tree()`.

Signed-off-by: Alexandr Miloslavskiy <alexandr.miloslavskiy@syntevo.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/rev-parse.c
submodule.c
submodule.h