Re: [PATCH] Typo in RelNotes.
From: Tarmigan <hidden>
Date: 2016-06-15 22:44:43
On Wed, Jun 11, 2008 at 9:53 PM, Jeff King [off-list ref] wrote:
On Wed, Jun 11, 2008 at 08:59:37PM -0700, Tarmigan wrote:quoted
On Wed, Jun 11, 2008 at 7:38 PM, Mikael Magnusson [off-list ref] wrote:quoted
* "git init --bare" is a synonym for "git --bare init" now. -* "git gc --auto" honors a new pre-aut-gc hook to temporarily disable it. +* "git gc --auto" honors a new pre-auto-gc hook to temporarily disable it. * "git log --pretty=tformat:<custom format>" gives a LF after each entry, instead of giving a LF between each pair of entries which is howAny interest in fixing the typo on the next line while you're at it?Maybe I am blind, but I don't see a typo. Are you referring to tformat, which looks like a typo, but is actually correct?
Oops you're right. That's what I was thinking of. Junio's commit message explains it well. Should something be added to the man page about it? -Tarmigan