]> git.ipfire.org Git - thirdparty/git.git/commit - git-svn.perl
git-svn: fix a sloppy Getopt::Long usage
authorRobin H. Johnson <robbat2@gentoo.org>
Tue, 5 May 2009 18:16:14 +0000 (11:16 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 6 May 2009 05:02:39 +0000 (22:02 -0700)
commite84dc6df86ce91ecc1e355c323a0e681cb82f801
tree76d159f8496aa2015ef512694713e07b28eccca7
parent7dae8b21c2fe39a59661c709f0dc17090dafa5a4
git-svn: fix a sloppy Getopt::Long usage

Getopt-Long v2.38 is much stricter about sloppy getopt usage. The
trailing pipe causes git-svn testcases to fail for all of the --stdin
argument calls.

Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-svn.perl