git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* some git-commands --help don't act like git commands --help
@ 2008-12-29  6:25 jidanni
  2008-12-29  8:53 ` Nanako Shiraishi
  0 siblings, 1 reply; 10+ messages in thread
From: jidanni @ 2008-12-29  6:25 UTC (permalink / raw)
  To: git

Hmmm, some git-commands --help act just like git commands --help,
$ git commit --help 2>&1|wc -l
336
$ git-commit --help 2>&1|wc -l
336

But others don't
$ git am --help 2>&1|wc -l
152
$ git-am --help 2>&1|wc -l
19

$ git --version
git version 1.5.6.5
on Debian sid.

^ permalink raw reply	[flat|nested] 10+ messages in thread
* Re: some git-commands --help don't act like git commands --help
@ 2008-12-29 10:29 Nanako Shiraishi
  0 siblings, 0 replies; 10+ messages in thread
From: Nanako Shiraishi @ 2008-12-29 10:29 UTC (permalink / raw)
  To: Junio C Hamano; +Cc: jidanni, git

Quoting Junio C Hamano <gitster@pobox.com>:

> I think he is comparing "git am" and "git-am" the latter of which is now
> deprecated and largely removed from the end user.
>
> IOW, the seeming inconsistency is not an issue anymore in practice in the
> post 1.6.0 era.

Ah, I misread that distinction in the OP's message.

-- 
Nanako Shiraishi
http://ivory.ap.teacup.com/nanako3/

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2008-12-29 23:21 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-29  6:25 some git-commands --help don't act like git commands --help jidanni
2008-12-29  8:53 ` Nanako Shiraishi
2008-12-29  9:48   ` Michael Gaber
2008-12-29  9:54   ` Junio C Hamano
2008-12-29 19:37     ` "git-whatever" the new style vs. "git whatever"? jidanni
2008-12-29 20:47       ` Boyd Stephen Smith Jr.
2008-12-29 21:27         ` A Large Angry SCM
2008-12-29 22:22           ` jidanni
2008-12-29 23:19           ` jidanni
  -- strict thread matches above, loose matches on Subject: below --
2008-12-29 10:29 some git-commands --help don't act like git commands --help Nanako Shiraishi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).