All of lore.kernel.org
 help / color / mirror / Atom feed
* Mistake in manpage for git-commit-tree?
@ 2007-07-14 22:47 Geoff Richards
  2007-07-15  6:12 ` Junio C Hamano
  0 siblings, 1 reply; 2+ messages in thread
From: Geoff Richards @ 2007-07-14 22:47 UTC (permalink / raw)
  To: git

Hi,

Just saw this in Documentation/git-commit-tree.txt at line 75:

    A commit comment is read from stdin (max 999 chars). If a changelog

But from looking at the code it appears there is no such limit.  That's
the size of the buffer used to read the commit message in, but it should
read multiple chunks of that size if you give it more than that.

If I'm not missing something, I'd suggest removing that bit in parens.

hth,
    Geoff

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

* Re: Mistake in manpage for git-commit-tree?
  2007-07-14 22:47 Mistake in manpage for git-commit-tree? Geoff Richards
@ 2007-07-15  6:12 ` Junio C Hamano
  0 siblings, 0 replies; 2+ messages in thread
From: Junio C Hamano @ 2007-07-15  6:12 UTC (permalink / raw)
  To: Geoff Richards; +Cc: git

Thanks.

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

end of thread, other threads:[~2007-07-15  6:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-14 22:47 Mistake in manpage for git-commit-tree? Geoff Richards
2007-07-15  6:12 ` Junio C Hamano

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.