Code

git-svn: correctly handle packed-refs in refs/remotes/
authorEric Wong <normalperson@yhbt.net>
Wed, 13 Dec 2006 00:45:00 +0000 (16:45 -0800)
committerJunio C Hamano <junkio@cox.net>
Wed, 13 Dec 2006 01:26:23 +0000 (17:26 -0800)
commitc53d696bcc2894b0df277e617740b15bac794df9
treecb48d15e37c4a03db6d9f6ade5ea5cb69c04996f
parentfa2376f3c89ae59f33e50e0e5769dec2652e9568
git-svn: correctly handle packed-refs in refs/remotes/

We now use git-rev-parse universally to read refs, instead
of our own file_to_s function (which I plan on removing).

Signed-off-by: Eric Wong <normalperson@yhbt.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
git-svn.perl