/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: Jelmer Vernooij
  • Date: 2018-05-06 11:48:54 UTC
  • mto: This revision was merged to the branch mainline in revision 6960.
  • Revision ID: jelmer@jelmer.uk-20180506114854-h4qd9ojaqy8wxjsd
Move .mailmap to root.

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