4
Breezy's support for Git repositories currently has the following limitations:
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)
14
Functionality similar to git that's missing:
16
* No rebase command. pad.lv/1708046
17
* No --amend option for commit. pad.lv/507529
18
* No clone/fetch commands. pad.lv/831939