7
* Fix encoding handling in Git working trees. (Jelmer Vernooij, #393038)
9
* Use transports internally in "bzr git-import".
10
(Jelmer Vernooij, #733919)
12
* Provide custom GitDir.sprout() implementation for compatibility with bzr 2.4.
13
(Jelmer Vernooij, #717937)
15
* Revisions attached to tags that are not in the tips ancestry are now fetched.
16
(Jelmer Vernooij, #309682)
18
* Fix recursion error merging tags for bound branches.
19
(Jelmer Vernooij, #742833)
21
* Fix fetching from remote git repositories during merge.
22
(Jelmer Vernooij, #741760)
24
* Properly raise RootMissing if no root is specified to an empty
25
tree in the commit builder. (Jelmer Vernooij, #731360)
27
* Return proper conflict list from WorkingTree.conflicts. (Jelmer Vernooij, #741397)
29
* Fix dpush of certain branches. (Jelmer Vernooij, #705807)
33
* Implement LocalGitControlDir.clone_on_transport. (Jelmer Vernooij, #721899)
37
* Drop support for Bazaar < 2.3. (Jelmer Vernooij)
43
* Fix test suite compatibility with Bazaar 2.2. (Max Bowsher, #707434)
45
* Fix compatibility with older versions of python-tdb.
46
(Jelmer Vernooij, #707735)
48
* Fix 'bzr git-import' from remote repositories. (Jelmer Vernooij, #706990)
50
* Cope with tags when doing local fetches. (Jelmer Vernooij, #675637)
10
61
* Support non-ascii characters in tag names. (Jelmer Vernooij, #616995)
63
* Mark as compatible with bzr 2.3, 2.4. (Jelmer Vernooij)
65
* Cope with unknown refs. (Jelmer Vernooij, #666443)
67
* Don't peel tags automatically when pushing back.
68
(Jelmer Vernooij, #675231)
70
* Fix `bzr-receive-pack` and `bzr-upload-pack`. (Jelmer Vernooij, #681193)
14
74
* Remove all remaining dependencies on C git. (Jelmer Vernooij, #348238)
16
76
* Add some basic documentation in 'bzr help git'. (Jelmer Vernooij, #605394)
78
* Add --signoff option to 'bzr git-apply'. (Jelmer Vernooij)
80
* Add --force option to 'bzr git-apply'. (Jelmer Vernooij)