On Wed, Mar 25, 2015 at 12:51:20AM +0100, SZEDER Gábor wrote:

> >@@ -33,7 +32,7 @@ do
> >                     git init --shared=1 &&
> >                     test 1 = "$(git config core.sharedrepository)"
> >             ) &&
> >-            actual=$(ls -l sub/.git/HEAD)
> >+            actual=$(ls -l sub/.git/HEAD) &&
> >             case "$actual" in
> >             -rw-rw-r--*)
> >                     : happy
> 
> This hunk could go into the "moderate &&-chain breakage" patch.
> Doesn't really matter, what matters most is that it's fixed, but I really
> liked your classification of missing &&s in the early patches.

Yeah, these later ones are a mish-mash of real fixes and just quieting
--chain-lint. I pulled out ones that I felt needed a little more
explanation, and generally kept changes for a file together (though I am
not sure not always). I'm not sure it's worth the effort to go through
another round of classifying.

-Peff
--
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

Reply via email to