Re: [PATCH] document submodule sync --recursive

2015-12-03 Thread Stefan Beller
On Thu, Dec 3, 2015 at 12:17 PM, Junio C Hamano wrote: >> >> Tested-by: Per Cederqvist > > Isn't this Reported-by? (genuine question; I haven't caught up with > my inbox backlog and do not claim having seen everything Per wrote > to this list). Per wrote he tested `git submodule sync --recursive

Re: [PATCH] document submodule sync --recursive

2015-12-03 Thread Junio C Hamano
Stefan Beller writes: > 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, >

[PATCH] document submodule sync --recursive

2015-12-03 Thread Stefan Beller
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 appe