On Fri, Nov 13, 2009 at 5:19 PM, Nanako Shiraishi <nanako3@xxxxxxxxxxx> wrote: > > The second change is good but why do you remove -v from the > synopsis section? Why is it a good idea? Manual pages for > many other commands list --verbose in their synopsis section. > After checking other git operations (fetch, pull, clone, commit, merge, etc) I found that none of these other commands document '-v' in the synopsis. With that in mind, I wondered why it had been listed for 'git remote'. My best guess is that only some of the 'git remote' subcommands are affected by '-v'. However, to me it still seems better to only mention it as a general option. That way if subcommands add/remote support for '-v', the usage string and man page don't need to be updated. Please note that even with the change, '-v' is still printed as one of the general options in the usage string. I simply removed it from the synopsis section. Thank for reviewing, Tim -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html