diff options
author | Ramkumar Ramachandra <artagnon@gmail.com> | 2011-12-08 18:40:16 +0530 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2011-12-09 10:38:13 -0800 |
commit | 7f9a5fc6876a3158cb29b0c2d13ccb226ec7d679 (patch) | |
tree | 4f7722de7aa5cf124dd39ffd9d18404df0c9273c /Documentation/git-status.txt | |
parent | t3030 (merge-recursive): use test_expect_code (diff) | |
download | tgif-7f9a5fc6876a3158cb29b0c2d13ccb226ec7d679.tar.xz |
t1510 (worktree): fix '&&' chaining
Breaks in a test assertion's && chain can potentially hide failures
from earlier commands in the chain.
'unset' returns non-zero status when the variable passed was already unset
on some shells; we need to change these instances to 'sane_unset'.
Helped-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: Ramkumar Ramachandra <artagnon@gmail.com>
Acked-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-status.txt')
0 files changed, 0 insertions, 0 deletions