Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

JGit/New and Noteworthy/1.2

Git Porcelain API Updates

  • A TransportConfig callback has been introduced for transport commands

Features

  • A Distributed File System storage API has been added for JGit to enable storing Git data in a distributed file system.
  • A rename callback in FollowFilter has been added to enable following renames in RevWalks.
  • Git over HTTP can now be served without the old /p web context root through new HTTP servlet filters
  • A new configuration option maxObjectSizeLimit for receive-pack has been implemented to allow limiting the maximum file size which can be pushed. This is e.g. used by Gerrit to limit the maximum file size which can be pushed to the server in order to protect it against excessive resource consumption.
  • The new system property jgit.cygpath can be used to explicitly control cygwin path translation which is now off by default.

JGit command line

  • The log command now supports the usual date options also provided by native Git.

Bugs Closed

6 bugs and 6 enhancement requests were closed.

Commits

JGit 1.2 - commits in gitweb

Back to the top