]> git.ipfire.org Git - thirdparty/git.git/commit - git-svn.perl
git-svn: clone: Fail on missing url argument
authorChristopher Layne <clayne@anodized.com>
Sun, 3 Jul 2016 05:39:23 +0000 (05:39 +0000)
committerEric Wong <e@80x24.org>
Sun, 3 Jul 2016 06:04:47 +0000 (06:04 +0000)
commit19e9542fa29ec3027a5169ac5d1fc740405dc234
treeba01da1ab91c605d02a018f0f4ac12da76137609
parentcf4c2cfe52be5bd973a4838f73a35d3959ce2f43
git-svn: clone: Fail on missing url argument

cmd_clone should detect a missing $url arg before using it otherwise
an uninitialized value error is emitted in even the simplest case of
'git svn clone' without arguments.

Signed-off-by: Christopher Layne <clayne@anodized.com>
Signed-off-by: Eric Wong <e@80x24.org>
git-svn.perl