Other Features |
|
|
|
Updated Porcelain Commands |
|
Performance improvements |
Other Features
- Support for git configuration parameters url.insteadOf and url.pushInsteadOf supporting URL rewriting, e.g.
[url "mirror1.example.org:/pub/git/"]
insteadOf = mirror1.example.org:/pub/git/core/
- Support to write tests with git command line syntax
- Enable large file support to add files with size over 2 GB.
- DirCheckout now validates paths to detect malformed, potentially malicious tree entries
- Add --all switch to jgit command line interface
- Add config --list command to jgit command line interface
- core.autocrlf support fixed, it defaults to false but is no longer set explicitly when a new repository is created
- Cleaned up exceptions in org.eclipse.jgit.api, see
bug 366914
- Clirr API change report listing API changes between 1.3 and 2.0 will be published on the
JGit download page
- New features org.eclipse.jgit.pgm and org.eclipse.jgit.pgm.source to provision the JGit command line interface bundle via the EGit p2 repository.
|
|
|
Updated Porcelain Commands |
|
Performance improvements |