Only dump heads in head cache
commit2c21922ad1795e1d305dac6bdb977f2e50eb809e
authorFrej Drejhammar <frej.drejhammar@gmail.com>
Sun, 6 Jul 2014 12:59:28 +0000 (6 14:59 +0200)
committerFrej Drejhammar <frej.drejhammar@gmail.com>
Sun, 6 Jul 2014 12:59:28 +0000 (6 14:59 +0200)
treea097f369d8009fbe705ba4ca949502efc17be7ac
parent29e19d696f8baf903fc49fa096d501845aff4e92
Only dump heads in head cache

If there is a tag with the same name as a tag, "git rev-parse <name>"
can give the hash of the tag instead of the branch. "git rev-parse
refs/heads/<name>" must be used to make sure we only find branches.
hg-fast-export.sh