Re: [PATCH v9a 3/5] Implement line-history search (git log -L)

2013-03-23 Thread Antoine Pelisse
> You should probably add some failing tests I guess it should be "failure" tests, not failing tests. -- 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 v9a 3/5] Implement line-history search (git log -L)

2013-03-23 Thread Antoine Pelisse
> diff --git a/t/t4211-line-log.sh b/t/t4211-line-log.sh > new file mode 100755 > index 000..286390d > --- /dev/null > +++ b/t/t4211-line-log.sh > @@ -0,0 +1,38 @@ > +#!/bin/sh > + > +test_description='test log -L' > +. ./test-lib.sh > + > +test_expect_success 'setup (import history)' ' > +