On 2014-06-06 16.56, Elia Pinto wrote: > + - We do not write our "test" command with "-a" and "-o" and use "&&" That "and" "and" "and" could be somewhat confusing. How about: We do not write our "test" command with "-a" and/or "-o". Instead we use "&&" or "||" to concatenate multiple "test" commands instead, because the use of "-a/-o" is often error-prone. E.g. (The rest looks OK) -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html