5
* Only actually fetch tags if "branch.fetch_tags" is set to true.
6
(Jelmer Vernooij, #771184)
10
* Support the git http smart server protocol. (Jelmer Vernooij, #581933)
16
* Provide Repository.get_known_graph_ancestry(). (Jelmer Vernooij)
18
* Provide Repository.get_file_graph(). (Jelmer Vernooij, #677363)
20
* Provide GitRevisionTree.get_file_mtime(). (Jelmer Vernooij)
22
* Provide GitRevisionTree.get_file_revision(). (Jelmer Vernooij, #780953)
24
* Add post-commit hook to update the git cache. (Jelmer Vernooij, #814651)
28
* Significantly improve performance of WorkingTree.extras().
33
* Require Dulwich 0.8.0. (Jelmer Vernooij)
39
* Support git repositories without a branches directory in their control
40
directory. (Jelmer Vernooij, #780239)
42
* Fix two mistakes in 'bzr help git'. (Jelmer Vernooij, #791047)
44
* Now raises a proper exception when receiving an "Unknown repository"
45
error from GitHub. (Jelmer Vernooij, #798295)
47
* Support the new limit argument to InterBranch.fetch. (Jelmer Vernooij, #750175)
49
* Support the new testament API that accepts a tree rather than an
50
inventory. (Jelmer Vernooij, #762608)
52
* Remove InterBranch.update_revisions. (Jelmer Vernooij, #771765)
54
* Implement Repository.set_make_working_trees(). (Jelmer Vernooij, #777065)
60
* Fix encoding handling in Git working trees. (Jelmer Vernooij, #393038)
62
* Use transports internally in "bzr git-import".
63
(Jelmer Vernooij, #733919)
65
* Provide custom GitDir.sprout() implementation for compatibility with bzr 2.4.
66
(Jelmer Vernooij, #717937)
68
* Revisions attached to tags that are not in the tips ancestry are now fetched.
69
(Jelmer Vernooij, #309682)
71
* Fix recursion error merging tags for bound branches.
72
(Jelmer Vernooij, #742833)
74
* Fix fetching from remote git repositories during merge.
75
(Jelmer Vernooij, #741760)
77
* Properly raise RootMissing if no root is specified to an empty
78
tree in the commit builder. (Jelmer Vernooij, #731360)
80
* Return proper conflict list from WorkingTree.conflicts. (Jelmer Vernooij, #741397)
82
* Fix dpush of certain branches. (Jelmer Vernooij, #705807)
86
* Implement LocalGitControlDir.clone_on_transport. (Jelmer Vernooij, #721899)
90
* Drop support for Bazaar < 2.3. (Jelmer Vernooij)
96
* Fix test suite compatibility with Bazaar 2.2. (Max Bowsher, #707434)
98
* Fix compatibility with older versions of python-tdb.
99
(Jelmer Vernooij, #707735)
101
* Fix 'bzr git-import' from remote repositories. (Jelmer Vernooij, #706990)
103
* Cope with tags when doing local fetches. (Jelmer Vernooij, #675637)
114
10
* Support non-ascii characters in tag names. (Jelmer Vernooij, #616995)
116
* Mark as compatible with bzr 2.3, 2.4. (Jelmer Vernooij)
118
* Cope with unknown refs. (Jelmer Vernooij, #666443)
120
* Don't peel tags automatically when pushing back.
121
(Jelmer Vernooij, #675231)
123
* Fix `bzr-receive-pack` and `bzr-upload-pack`. (Jelmer Vernooij, #681193)
127
14
* Remove all remaining dependencies on C git. (Jelmer Vernooij, #348238)
129
16
* Add some basic documentation in 'bzr help git'. (Jelmer Vernooij, #605394)
131
* Add --signoff option to 'bzr git-apply'. (Jelmer Vernooij)
133
* Add --force option to 'bzr git-apply'. (Jelmer Vernooij)