]> git.ipfire.org Git - thirdparty/git.git/commit - submodule-config.c
submodules: add RECURSE_SUBMODULES_ONLY value
authorBrandon Williams <bmwill@google.com>
Mon, 19 Dec 2016 18:25:32 +0000 (10:25 -0800)
committerJunio C Hamano <gitster@pobox.com>
Tue, 20 Dec 2016 20:26:34 +0000 (12:26 -0800)
commit6c656c3fe4ba13cdf03ed85c059690653fd376cb
tree92d27092205999d2661e981ac6bce78daeea6bec
parent14c01bdbe8db0a9c9ee228b5b9b5b816c0a38fbd
submodules: add RECURSE_SUBMODULES_ONLY value

Add the `RECURSE_SUBMODULES_ONLY` enum value to submodule.h.  This enum
value will be used in a later patch to push to indicate that only
submodules should be pushed, while the superproject should remain
unpushed.

Signed-off-by: Brandon Williams <bmwill@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
submodule-config.c
submodule.h