summaryrefslogtreecommitdiff
path: root/sha1-lookup.c
diff options
context:
space:
mode:
authorChristian Couder <christian.couder@gmail.com>2016-05-07 06:58:43 (GMT)
committerEric Wong <e@80x24.org>2016-05-08 00:50:19 (GMT)
commit523a33ca17c76bee007d7394fb3930266c577c02 (patch)
tree8ac057a7f2da06af633771c1bc972d8faba61235 /sha1-lookup.c
parent63a35025b11bf0e7ef39693aeea3b639a066b7b8 (diff)
downloadgit-523a33ca17c76bee007d7394fb3930266c577c02.zip
git-523a33ca17c76bee007d7394fb3930266c577c02.tar.gz
git-523a33ca17c76bee007d7394fb3930266c577c02.tar.bz2
Git/SVN: die when there is no commit metadata
When passing a bad --trunk option to `git svn clone`, like for example the same URL that we are cloning: C:\Windows\system32>git svn clone https://mycompany.svn.beanstalkapp.com/myproject --no-metadata -A c:\temp\svn_to_git_users.txt --trunk=https://mycompany.svn.beanstalkapp.com/myproject --tags=https://mycompany.svn.beanstalkapp.com/myproject/tags --branches=https://mycompany.svn.beanstalkapp.com/myproject/branches c:\code\Git_myproject One gets an "Use of uninitialized value $u in substitution (s///)" error: [...] W: +empty_dir: branches/20080918_DBDEPLOY/vendor/src/csharp/MS WCSF Contrib/src/Services W: +empty_dir: branches/20080918_DBDEPLOY/vendor/src/csharp/RealWorldControls/References r530 = c276e3b039d8e38759c6fb17443349732552d7a2 (refs/remotes/origin/trunk) Found possible branch point: https://mycompany.svn.beanstalkapp.com/myproject/trunk => https://mycompany.svn.beanstalkapp.com/myproject/branches/20080918_DBDEPLOY, 529 Use of uninitialized value $u in substitution (s///) at /mingw32/share/perl5/site_perl/Git/SVN.pm line 101. Use of uninitialized value $u in concatenation (.) or string at /mingw32/share/perl5/site_perl/Git/SVN.pm line 101. refs/remotes/origin/trunk: 'https://mycompany.svn.beanstalkapp.com/myproject' not found in '' C:\Windows\system32> Let's fix that by just die()ing when we have an uninitialized value because we cannot get commit metadata from a ref. Signed-off-by: Christian Couder <chriscool@tuxfamily.org> Signed-off-by: Eric Wong <e@80x24.org>
Diffstat (limited to 'sha1-lookup.c')
0 files changed, 0 insertions, 0 deletions