[PATCH 00/19] convert test -a/-o to and || patch series

2014-05-20 Thread Elia Pinto
These patch series convert test -a/-o to and ||. This is the second version. Changes: - Modified commit comment based on Jonathan Nieder suggestions (was don't use the -a or -o option with the test command) - Modified patch on git-submodule.sh based on Jonathan Nieder suggestions Elia

Re: [PATCH 00/19] convert test -a/-o to and || patch series

2014-05-20 Thread Matthieu Moy
Elia Pinto gitter.spi...@gmail.com writes: Elia Pinto (19): I went through the series (not very thoroughly) and it sounds good to me. -- Matthieu Moy http://www-verimag.imag.fr/~moy/ -- To unsubscribe from this list: send the line unsubscribe git in the body of a message to

Re: [PATCH 00/19] convert test -a/-o to and || patch series

2014-05-20 Thread Junio C Hamano
Elia Pinto gitter.spi...@gmail.com writes: These patch series convert test -a/-o to and ||. This is the second version. Perhaps slightly off-topic, but has the remainder of the previous $(...) series been perfected and ready to apply? -- To unsubscribe from this list: send the line

Re: [PATCH 00/19] convert test -a/-o to and || patch series

2014-05-20 Thread Jonathan Nieder
Hi, Elia Pinto wrote: These patch series convert test -a/-o to and ||. Should this come with a new check in t/check-non-portable-shell.pl so we don't regress in the future? Elia Pinto (19): [...] check_bindir|2 +- contrib/examples/git-clone.sh |2 +-