5
* Support git repositories without a branches directory in their control
6
directory. (Jelmer Vernooij, #780239)
12
* Fix encoding handling in Git working trees. (Jelmer Vernooij, #393038)
14
* Use transports internally in "bzr git-import".
15
(Jelmer Vernooij, #733919)
17
* Provide custom GitDir.sprout() implementation for compatibility with bzr 2.4.
18
(Jelmer Vernooij, #717937)
20
* Revisions attached to tags that are not in the tips ancestry are now fetched.
21
(Jelmer Vernooij, #309682)
23
* Fix recursion error merging tags for bound branches.
24
(Jelmer Vernooij, #742833)
26
* Fix fetching from remote git repositories during merge.
27
(Jelmer Vernooij, #741760)
29
* Properly raise RootMissing if no root is specified to an empty
30
tree in the commit builder. (Jelmer Vernooij, #731360)
32
* Return proper conflict list from WorkingTree.conflicts. (Jelmer Vernooij, #741397)
34
* Fix dpush of certain branches. (Jelmer Vernooij, #705807)
38
* Implement LocalGitControlDir.clone_on_transport. (Jelmer Vernooij, #721899)
42
* Drop support for Bazaar < 2.3. (Jelmer Vernooij)
48
* Fix test suite compatibility with Bazaar 2.2. (Max Bowsher, #707434)
50
* Fix compatibility with older versions of python-tdb.
51
(Jelmer Vernooij, #707735)
53
* Fix 'bzr git-import' from remote repositories. (Jelmer Vernooij, #706990)
55
* Cope with tags when doing local fetches. (Jelmer Vernooij, #675637)
10
66
* Support non-ascii characters in tag names. (Jelmer Vernooij, #616995)
68
* Mark as compatible with bzr 2.3, 2.4. (Jelmer Vernooij)
70
* Cope with unknown refs. (Jelmer Vernooij, #666443)
72
* Don't peel tags automatically when pushing back.
73
(Jelmer Vernooij, #675231)
75
* Fix `bzr-receive-pack` and `bzr-upload-pack`. (Jelmer Vernooij, #681193)
14
79
* Remove all remaining dependencies on C git. (Jelmer Vernooij, #348238)
16
81
* Add some basic documentation in 'bzr help git'. (Jelmer Vernooij, #605394)
83
* Add --signoff option to 'bzr git-apply'. (Jelmer Vernooij)
85
* Add --force option to 'bzr git-apply'. (Jelmer Vernooij)