use single ref for bzr->git mappings
Bug #931994 reported by
jugglefish
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bazaar Git Plugin |
Triaged
|
Low
|
Unassigned |
Bug Description
Using git-bzr from inside git via the remote-helper for the bzr:: prefix all bzr revisions will be tracked in .git/refs/bzr. which clutters the refs/ in git.
It would be nice if the mapping between bazaar revisions and git SHA1 could be managed in other ways.
Changed in bzr-git: | |
assignee: | Jelmer Vernooij (jelmer) → nobody |
To post a comment you must log in.
In what sense is this clutte, is it really a problem to store these things in refs/ ? E.g. git notes use refs/ too and they could have the same number of refs.