Re: [PATCH v2 08/10] t6050: add tests for listing with --format

2013-12-08 Thread Christian Couder
From: Eric Sunshine > > On Sat, Dec 7, 2013 at 11:21 AM, Christian Couder > wrote: >> This patch adds tests for "git replace -l --format=". >> Only tests when is 'medium' and 'full' are needed >> because 'short' is the same as with no --format option. > > Nevertheless, don't you want to test th

Re: [PATCH v2 08/10] t6050: add tests for listing with --format

2013-12-08 Thread Eric Sunshine
On Sat, Dec 7, 2013 at 11:21 AM, Christian Couder wrote: > This patch adds tests for "git replace -l --format=". > Only tests when is 'medium' and 'full' are needed > because 'short' is the same as with no --format option. Nevertheless, don't you want to test that it behaves in the expected mann

[PATCH v2 08/10] t6050: add tests for listing with --format

2013-12-07 Thread Christian Couder
This patch adds tests for "git replace -l --format=". Only tests when is 'medium' and 'full' are needed because 'short' is the same as with no --format option. Signed-off-by: Christian Couder --- t/t6050-replace.sh | 27 +++ 1 file changed, 27 insertions(+) diff --git a