Re: [PATCH v2] Group the default git help message by topic
From: Ævar Arnfjörð Bjarmason <hidden>
Date: 2016-06-15 22:48:57
On Sat, Jun 12, 2010 at 16:19, Scott Chacon [off-list ref] wrote:
Hey, On Fri, Jun 11, 2010 at 3:28 PM, Ævar Arnfjörð Bjarmason [off-list ref] wrote:quoted
On Fri, Jun 11, 2010 at 22:00, A Large Angry SCM [off-list ref] wrote:quoted
Can a command be listed twice? Some of these commands _really_ belong in more than one category.Of course it can. But what specific commands do you mean?For the sake of brevity and clarity I would prefer just choosing the most appropriate category rather than putting any in there twice. I'm trying to stay as close to 25 lines as possible, which is also why I now think we should remove 'show' from the list, too. The point is not to be as accurate as technically possible, but instead to just be a bit more presentable to new users - help them parse the needed command set a little easier than one big list.
FWIW `git show` is among my top 5 commands according to my bash history. I think it's definitely among the commands that should be listed by `git help` by default. It's needed whenever you want to inspect a given revision.