summaryrefslogtreecommitdiff
path: root/t/t3404-rebase-interactive.sh
diff options
context:
space:
mode:
authorBrandon Casey <drafnel@gmail.com>2010-12-22 23:58:53 (GMT)
committerJunio C Hamano <gitster@pobox.com>2010-12-28 19:27:12 (GMT)
commitd2559f734bba7fe5257720356a92f3b7a5b0d37c (patch)
tree179090db3b13bf95aeb25a61f9e95c02530f8a67 /t/t3404-rebase-interactive.sh
parent5765870d531913310e4a1980aa6256003d1decae (diff)
downloadgit-d2559f734bba7fe5257720356a92f3b7a5b0d37c.zip
git-d2559f734bba7fe5257720356a92f3b7a5b0d37c.tar.gz
git-d2559f734bba7fe5257720356a92f3b7a5b0d37c.tar.bz2
t9001: use older Getopt::Long boolean prefix '--no' rather than '--no-'
The '--no-chain-reply-to' option is a Getopt::Long boolean option. The '--no-' prefix (as in --no-chain-reply-to) for boolean options is not supported in Getopt::Long version 2.32 which was released with Perl 5.8.0. This version only supports '--no' as in '--nochain-reply-to'. More recent versions of Getopt::Long, such as version 2.34, support either prefix. So use the older form in the tests. See also: 907a0b1e04ea31cb368e9422df93d8ebb0187914 84eeb687de7a6c7c42af3fb51b176e0f412a979e 3fee1fe87144360a1913eab86af9ad136c810076 Signed-off-by: Brandon Casey <casey@nrlssc.navy.mil> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t3404-rebase-interactive.sh')
0 files changed, 0 insertions, 0 deletions