]> git.ipfire.org Git - thirdparty/git.git/commit - perl/Git/SVN.pm
Git::SVN: handle missing ref_id case correctly
authorRamkumar Ramachandra <artagnon@gmail.com>
Sat, 10 Jan 2015 14:35:10 +0000 (09:35 -0500)
committerEric Wong <normalperson@yhbt.net>
Thu, 15 Jan 2015 08:35:55 +0000 (08:35 +0000)
commit9a2bb059e76b1368392f86ecf7af2ba188e3cac5
tree152ee39bd2be4297f27b4642aa0a1788c6d23dba
parent563d4e59bd167fe2eecc5480e3841d878b1c8c2b
Git::SVN: handle missing ref_id case correctly

ref_id should not match "refs/remotes/".

[ew: dropped initial hunk for GIT_SVN_ID at Ramkumar's request]

Signed-off-by: Ramkumar Ramachandra <artagnon@gmail.com>
Signed-off-by: Eric Wong <normalperson@yhbt.net>
perl/Git/SVN.pm