summaryrefslogtreecommitdiff
path: root/diffcore-pickaxe.c
diff options
context:
space:
mode:
authorJeff King <peff@peff.net>2015-03-20 10:12:37 (GMT)
committerJunio C Hamano <gitster@pobox.com>2015-03-20 17:20:16 (GMT)
commit53350a35a3c29417dfc64ae2b0d7a16ba43d1239 (patch)
treebc56756a5f7c5b57515c3481acc476c9692073de /diffcore-pickaxe.c
parent9ddc5ac97ecdd03ceda4b6e3ff20a7524a9f0f8d (diff)
downloadgit-53350a35a3c29417dfc64ae2b0d7a16ba43d1239.zip
git-53350a35a3c29417dfc64ae2b0d7a16ba43d1239.tar.gz
git-53350a35a3c29417dfc64ae2b0d7a16ba43d1239.tar.bz2
t: avoid using ":" for comments
The ":" is not a comment marker, but rather a noop command. Using it as a comment like: : do something cmd1 && : something else cmd2 breaks the &&-chain, and we would fail to notice if "cmd1" failed in this instance. We can just use regular "#" comments instead. Signed-off-by: Jeff King <peff@peff.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'diffcore-pickaxe.c')
0 files changed, 0 insertions, 0 deletions