/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: Gustav Hartvigsson
  • Date: 2021-01-09 21:36:27 UTC
  • Revision ID: gustav.hartvigsson@gmail.com-20210109213627-h1xwcutzy9m7a99b
Added 'Case Preserving Working Tree Use Cases' from Canonical Wiki

* Addod a page from the Canonical Bazaar wiki
  with information on the scmeatics of case
  perserving filesystems an a case insensitive
  filesystem works.
  
  * Needs re-work, but this will do as it is the
    same inforamoton as what was on the linked
    page in the currint documentation.

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