Re: [PATCH v2 1/2] sha1-array: add test-sha1-array and basic tests

2014-10-01 Thread Jeff King
On Wed, Oct 01, 2014 at 05:00:33PM +0200, René Scharfe wrote: > Helped-by: Jeff King > Helped-by: Eric Sunshine > Signed-off-by: Rene Scharfe > --- > Added a test for looking up a non-existing entry in an array that > contains duplicates, as suggested by Jeff. Changed echo20() to add > a space

[PATCH v2 1/2] sha1-array: add test-sha1-array and basic tests

2014-10-01 Thread René Scharfe
Helped-by: Jeff King Helped-by: Eric Sunshine Signed-off-by: Rene Scharfe --- Added a test for looking up a non-existing entry in an array that contains duplicates, as suggested by Jeff. Changed echo20() to add a space after the prefix as needed, as suggested by Eric. .gitignore|