"git submodule sync --recursive" documentation omission

2015-12-02 Thread Per Cederqvist
The git-submodule(1) is inconsistent. In the synopsis, it says: git submodule [--quiet] sync [--recursive] [--] [...] The description of the sync does not mention --recursive, and the description of --recursive says that it is only available for foreach, update and status. The option

git submodule sync --recursive

2012-10-23 Thread Phil Hord
[PATCH 1/2] Teach --recursive to submodule sync [PATCH 2/2] Add tests for submodule sync --recursive This series implements and tests git submodule sync --recursive -- To unsubscribe from this list: send the line unsubscribe git in the body of a message to majord...@vger.kernel.org More majordomo

Re: git submodule sync --recursive

2012-10-17 Thread Jens Lehmann
Am 17.10.2012 01:20, schrieb Phil Hord: I noticed that this is not supported: git submodule sync --recursive I do not see any discussion in the relevant commits about why it cannot or should not be supported. Is it just an itch no one has scratched? I can't remember any

git submodule sync --recursive

2012-10-16 Thread Phil Hord
I noticed that this is not supported: git submodule sync --recursive I do not see any discussion in the relevant commits about why it cannot or should not be supported. Is it just an itch no one has scratched? Phil -- To unsubscribe from this list: send the line unsubscribe git