OSDN Git Service

submodule helper: support super prefix
authorStefan Beller <sbeller@google.com>
Thu, 8 Dec 2016 21:03:25 +0000 (13:03 -0800)
committerJunio C Hamano <gitster@pobox.com>
Fri, 9 Dec 2016 22:52:57 +0000 (14:52 -0800)
commit89c8626557621ef000930da3c8a23fa03ad7e01a
treea144c8f2a8ccdf3ad0313a9443fdb44065fc1ca4
parent90c0011619bd4cd4b14c366ab7a9affacb43276a
submodule helper: support super prefix

Just like main commands in Git, the submodule helper needs
access to the superproject prefix. Enable this in the git.c
but have its own fuse in the helper code by having a flag to
turn on the super prefix.

Signed-off-by: Stefan Beller <sbeller@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/submodule--helper.c
git.c