Re: [PATCH] clone tests: rename t57* => t56*

2016-03-15 Thread Jeff King
On Tue, Mar 15, 2016 at 03:00:09PM -0700, Stefan Beller wrote: > Talking about ordering, I have two use cases > > 1) Before sending out patches: "git rebase -i -x make -x 'make test' " > to catch myself for doing stupid things. > > 2) When developing new code, I alternate between running an in

Re: [PATCH] clone tests: rename t57* => t56*

2016-03-15 Thread Stefan Beller
On Tue, Mar 15, 2016 at 2:51 PM, Jeff King wrote: > On Tue, Mar 15, 2016 at 02:25:50PM -0700, Stefan Beller wrote: > >> When trying to find a good spot for testing clone with submodules, I >> got confused where to add a new test file. There are both tests in t560* >> as well as t57* both testing t

Re: [PATCH] clone tests: rename t57* => t56*

2016-03-15 Thread Jeff King
On Tue, Mar 15, 2016 at 02:25:50PM -0700, Stefan Beller wrote: > When trying to find a good spot for testing clone with submodules, I > got confused where to add a new test file. There are both tests in t560* > as well as t57* both testing the clone command. t/README claims the > second digit is t

[PATCH] clone tests: rename t57* => t56*

2016-03-15 Thread Stefan Beller
When trying to find a good spot for testing clone with submodules, I got confused where to add a new test file. There are both tests in t560* as well as t57* both testing the clone command. t/README claims the second digit is to indicate the command, which is inconsistent to the current naming stru