5
* Provide Repository.get_known_graph_ancestry(). (Jelmer Vernooij)
7
* Provide Repository.get_file_graph(). (Jelmer Vernooij, #677363)
9
* Provide GitRevisionTree.get_file_mtime(). (Jelmer Vernooij)
11
* Provide GitRevisionTree.get_file_revision(). (Jelmer Vernooij, #780953)
17
* Support git repositories without a branches directory in their control
18
directory. (Jelmer Vernooij, #780239)
20
* Fix two mistakes in 'bzr help git'. (Jelmer Vernooij, #791047)
22
* Now raises a proper exception when receiving an "Unknown repository"
23
error from GitHub. (Jelmer Vernooij, #798295)
25
* Support the new limit argument to InterBranch.fetch. (Jelmer Vernooij, #750175)
27
* Support the new testament API that accepts a tree rather than an
28
inventory. (Jelmer Vernooij, #762608)
30
* Remove InterBranch.update_revisions. (Jelmer Vernooij, #771765)
32
* Implement Repository.set_make_working_trees(). (Jelmer Vernooij, #777065)
38
* Fix encoding handling in Git working trees. (Jelmer Vernooij, #393038)
40
* Use transports internally in "bzr git-import".
41
(Jelmer Vernooij, #733919)
43
* Provide custom GitDir.sprout() implementation for compatibility with bzr 2.4.
44
(Jelmer Vernooij, #717937)
46
* Revisions attached to tags that are not in the tips ancestry are now fetched.
47
(Jelmer Vernooij, #309682)
49
* Fix recursion error merging tags for bound branches.
50
(Jelmer Vernooij, #742833)
52
* Fix fetching from remote git repositories during merge.
53
(Jelmer Vernooij, #741760)
55
* Properly raise RootMissing if no root is specified to an empty
56
tree in the commit builder. (Jelmer Vernooij, #731360)
58
* Return proper conflict list from WorkingTree.conflicts. (Jelmer Vernooij, #741397)
60
* Fix dpush of certain branches. (Jelmer Vernooij, #705807)
64
* Implement LocalGitControlDir.clone_on_transport. (Jelmer Vernooij, #721899)
68
* Drop support for Bazaar < 2.3. (Jelmer Vernooij)
74
* Fix test suite compatibility with Bazaar 2.2. (Max Bowsher, #707434)
76
* Fix compatibility with older versions of python-tdb.
77
(Jelmer Vernooij, #707735)
79
* Fix 'bzr git-import' from remote repositories. (Jelmer Vernooij, #706990)
81
* Cope with tags when doing local fetches. (Jelmer Vernooij, #675637)
10
92
* Support non-ascii characters in tag names. (Jelmer Vernooij, #616995)
94
* Mark as compatible with bzr 2.3, 2.4. (Jelmer Vernooij)
96
* Cope with unknown refs. (Jelmer Vernooij, #666443)
98
* Don't peel tags automatically when pushing back.
99
(Jelmer Vernooij, #675231)
101
* Fix `bzr-receive-pack` and `bzr-upload-pack`. (Jelmer Vernooij, #681193)
14
105
* Remove all remaining dependencies on C git. (Jelmer Vernooij, #348238)
16
107
* Add some basic documentation in 'bzr help git'. (Jelmer Vernooij, #605394)
109
* Add --signoff option to 'bzr git-apply'. (Jelmer Vernooij)
111
* Add --force option to 'bzr git-apply'. (Jelmer Vernooij)