/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to doc/en/user-guide/git_limitations.txt

  • Committer: Vincent Ladeuil
  • Date: 2019-03-06 14:03:19 UTC
  • mfrom: (7290.1.15 work)
  • mto: This revision was merged to the branch mainline in revision 7295.
  • Revision ID: v.ladeuil+brz@free.fr-20190306140319-zgjegynpjv3vv0jg
Merge 3.0 into trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Git Limitations
 
2
===============
 
3
 
 
4
Breezy's support for Git repositories currently has the following limitations:
 
5
 
 
6
* No support for creating annotated tags. pad.lv/1758185
 
7
* No support for gitattributes and the features that depend on it (lfs, eol, etc). pad.lv/1802797
 
8
* Limited support for submodules. pad.lv/402814
 
9
* No rename/copy inference. pad.lv/1760740
 
10
* No support for creating shallow branches (pad.lv/1760151)
 
11
* No good way to refer to git remotes from the command-line (pad.lv/1702283)
 
12
* No mailmap support (pad.lv/544031)
 
13
 
 
14
Functionality similar to git that's missing:
 
15
 
 
16
* No rebase command. pad.lv/1708046
 
17
* No --amend option for commit. pad.lv/507529
 
18
* No clone/fetch commands. pad.lv/831939