aboutsummaryrefslogtreecommitdiff
path: root/git-filter-branch.sh
diff options
context:
space:
mode:
authorJeff King <peff@peff.net>2015-03-20 06:12:37 -0400
committerJunio C Hamano <gitster@pobox.com>2015-03-20 10:20:16 -0700
commit53350a35a3c29417dfc64ae2b0d7a16ba43d1239 (patch)
treebc56756a5f7c5b57515c3481acc476c9692073de /git-filter-branch.sh
parent9ddc5ac97ecdd03ceda4b6e3ff20a7524a9f0f8d (diff)
downloadgit-53350a35a3c29417dfc64ae2b0d7a16ba43d1239.tar.gz
git-53350a35a3c29417dfc64ae2b0d7a16ba43d1239.tar.xz
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 'git-filter-branch.sh')
0 files changed, 0 insertions, 0 deletions