diff options
author | Max Kirillov <max@max630.net> | 2015-09-14 01:17:41 +0300 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2015-09-14 11:03:46 -0700 |
commit | 35fb4d2e3d4a3cd008ec0baa077939f60a64f244 (patch) | |
tree | 1085078051551deb23e663def9b065e7b40f4f06 /bundle.h | |
parent | 16ffa6443e279a9b3b63d7a2bebeb07833506010 (diff) | |
download | git-35fb4d2e3d4a3cd008ec0baa077939f60a64f244.tar.gz |
submodule refactor: use strbuf_git_path_submodule() in add_submodule_odb()
Functions which directly operate submodule's object database do not
handle the case when the submodule is linked worktree (which are
introduced in c7b3a3d2fe). Instead of fixing the path calculation use
already existing strbuf_git_path_submodule() function without changing
overall behaviour. Then it will be possible to modify only that function
whenever we need to change real location of submodule's repository
content.
Helped-by: Jeff King <peff@peff.net>
Signed-off-by: Max Kirillov <max@max630.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'bundle.h')
0 files changed, 0 insertions, 0 deletions