Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff King <peff@peff.net>2008-10-13 13:35:59 +0400
committerJunio C Hamano <gitster@pobox.com>2008-10-17 22:30:54 +0400
commit72130808173d3dfee85f2a29548fa9fec33a5351 (patch)
tree09be2c953557aa9429f9a2a94caeab512cb2907c /sha1_file.c
parent8ed0a740dd42bd0724aebed6e3b07c4ea2a2d5e8 (diff)
tests: shell negation portability fix
Commit 969c8775 introduced a test which uses the non-portable construct: command1 && ! command2 | command3 which must be command1 && ! (command2 | command3) to work on bsd shells (this is another example of bbf08124, which fixed several similar cases). Signed-off-by: Jeff King <peff@peff.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'sha1_file.c')
0 files changed, 0 insertions, 0 deletions