commit | e84dc6df86ce91ecc1e355c323a0e681cb82f801 | [log] [tgz] |
---|---|---|
author | Robin H. Johnson <robbat2@gentoo.org> | Tue May 05 11:16:14 2009 -0700 |
committer | Junio C Hamano <gitster@pobox.com> | Tue May 05 22:02:39 2009 -0700 |
tree | 76d159f8496aa2015ef512694713e07b28eccca7 | |
parent | 7dae8b21c2fe39a59661c709f0dc17090dafa5a4 [diff] |
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>