Re: [PATCH 2/6] Fix partial commit support.

2010-08-31 Thread Gary V. Vaughan
Hallo Ralf, On 1 Sep 2010, at 00:46, Ralf Wildenhues wrote: > * Gary V. Vaughan wrote on Tue, Aug 31, 2010 at 08:43:16AM CEST: >> * clcommit.m4sh (func_commit): Commit only staged files instead >> of passing `-a' when no file list was given on the command line. > > FWIW, I've never used clcommit

Re: [PATCH 2/6] Fix partial commit support.

2010-08-31 Thread Ralf Wildenhues
Hello Gary, * Gary V. Vaughan wrote on Tue, Aug 31, 2010 at 08:43:16AM CEST: > * clcommit.m4sh (func_commit): Commit only staged files instead > of passing `-a' when no file list was given on the command line. FWIW, I've never used clcommit since we moved to git; I just use plain git. Here's a c

[PATCH 2/6] Fix partial commit support.

2010-08-30 Thread Gary V. Vaughan
From: Gary V. Vaughan * clcommit.m4sh (func_commit): Commit only staged files instead of passing `-a' when no file list was given on the command line. Signed-off-by: Gary V. Vaughan --- ChangeLog |6 ++ clcommit.m4sh | 15 +++ 2 files changed, 17 insertions(+), 4 dele