Re: [PATCH v3 11/11] t6050-replace: use some long option names

2013-09-01 Thread Christian Couder
From: "Philip Oakley" > >> So that they are tested a litlle bit too. > s /litlle/little/ Thanks, Christian. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH v3 11/11] t6050-replace: use some long option names

2013-09-01 Thread Christian Couder
From: Eric Sunshine > >> diff --git a/t/t6050-replace.sh b/t/t6050-replace.sh >> index 0b07a0b..5dc26e8 100755 >> --- a/t/t6050-replace.sh >> +++ b/t/t6050-replace.sh >> @@ -122,9 +122,9 @@ test_expect_success '"git replace" listing and deleting' >> ' >> test "$HASH2" = "$(git replace -l)"

Re: [PATCH v3 11/11] t6050-replace: use some long option names

2013-09-01 Thread Eric Sunshine
On Sat, Aug 31, 2013 at 3:12 PM, Christian Couder wrote: > So that they are tested a litlle bit too. > > Signed-off-by: Christian Couder > --- > t/t6050-replace.sh | 8 > 1 file changed, 4 insertions(+), 4 deletions(-) > > diff --git a/t/t6050-replace.sh b/t/t6050-replace.sh > index 0b0

Re: [PATCH v3 11/11] t6050-replace: use some long option names

2013-08-31 Thread Philip Oakley
From: "Christian Couder" Subject: [PATCH v3 11/11] t6050-replace: use some long option names So that they are tested a litlle bit too. s /litlle/little/ Signed-off-by: Christian Couder --- t/t6050-replace.sh | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff

[PATCH v3 11/11] t6050-replace: use some long option names

2013-08-31 Thread Christian Couder
So that they are tested a litlle bit too. Signed-off-by: Christian Couder --- t/t6050-replace.sh | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/t/t6050-replace.sh b/t/t6050-replace.sh index 0b07a0b..5dc26e8 100755 --- a/t/t6050-replace.sh +++ b/t/t6050-replace.sh @@