Re: [PATCH 4/4] Documentation/git-commit.txt: correct a few minor grammatical mistakes

2013-02-19 Thread Junio C Hamano
Jonathan Nieder jrnie...@gmail.com writes: Brandon Casey wrote: Hmm, I think the original text was more confusing than I realized. I think we should reorder the cleanup modes, placing default last, and then describe default in terms of either strip or whitespace depending on whether an

[PATCH 4/4] Documentation/git-commit.txt: correct a few minor grammatical mistakes

2013-02-18 Thread Brandon Casey
Signed-off-by: Brandon Casey draf...@gmail.com --- Documentation/git-commit.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Documentation/git-commit.txt b/Documentation/git-commit.txt index 0eb79cc..8ae7619 100644 --- a/Documentation/git-commit.txt +++

Re: [PATCH 4/4] Documentation/git-commit.txt: correct a few minor grammatical mistakes

2013-02-18 Thread Jonathan Nieder
Brandon Casey wrote: --- a/Documentation/git-commit.txt +++ b/Documentation/git-commit.txt @@ -174,10 +174,10 @@ OPTIONS --cleanup=mode:: This option sets how the commit message is cleaned up. The 'mode' can be one of 'verbatim', 'whitespace', 'strip', - and 'default'.

Re: [PATCH 4/4] Documentation/git-commit.txt: correct a few minor grammatical mistakes

2013-02-18 Thread Brandon Casey
On Mon, Feb 18, 2013 at 10:43 PM, Jonathan Nieder jrnie...@gmail.com wrote: Brandon Casey wrote: --- a/Documentation/git-commit.txt +++ b/Documentation/git-commit.txt @@ -174,10 +174,10 @@ OPTIONS --cleanup=mode:: This option sets how the commit message is cleaned up. The

Re: [PATCH 4/4] Documentation/git-commit.txt: correct a few minor grammatical mistakes

2013-02-18 Thread Jonathan Nieder
Brandon Casey wrote: Hmm, I think the original text was more confusing than I realized. I think we should reorder the cleanup modes, placing default last, and then describe default in terms of either strip or whitespace depending on whether an editor will be spawned. Sounds good to me. :)