Re: [PATCH] Document 'git commit --no-edit' explicitly

2012-11-02 Thread Jeff King
On Fri, Nov 02, 2012 at 11:39:30AM +0100, Matthieu Moy wrote: > I was tempted to merge the paragraph with --edit::, but I thought this > may add confusion. The use-cases for --edit and --no-edit are really > different so I went for a separate paragraph, right below the --edit one. Yeah, usually I

Re: [PATCH] Document 'git commit --no-edit' explicitly

2012-11-02 Thread Matthieu Moy
ni...@lysator.liu.se (Niels Möller) writes: > Matthieu Moy writes: > >> +--no-edit:: >> +Use the selected commit message without launching an editor. >> +For example, `git commit --amend --no-edit` amends a commit >> +without changing its commit message. > > Looks clear enough to me.

Re: [PATCH] Document 'git commit --no-edit' explicitly

2012-11-02 Thread Niels Möller
Matthieu Moy writes: > +--no-edit:: > + Use the selected commit message without launching an editor. > + For example, `git commit --amend --no-edit` amends a commit > + without changing its commit message. Looks clear enough to me. Thanks for fixing. Are -c --no-edit and -C really e

[PATCH] Document 'git commit --no-edit' explicitly

2012-11-02 Thread Matthieu Moy
Signed-off-by: Matthieu Moy --- I was tempted to merge the paragraph with --edit::, but I thought this may add confusion. The use-cases for --edit and --no-edit are really different so I went for a separate paragraph, right below the --edit one. Documentation/git-commit.txt | 5 + 1 file ch