Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "JGit/New and Noteworthy/6.3"

(Shallow Clone and Fetch)
Line 4: Line 4:
  
 
The following methods were added to CloneCommand and FetchCommand to tell the server that the client doesn't want to download the complete history
 
The following methods were added to CloneCommand and FetchCommand to tell the server that the client doesn't want to download the complete history
* setDepth to support fetch option [https://git-scm.com/docs/git-fetch#Documentation/git-fetch.txt---depthltdepthgt --depth]
+
* setDepth supporting fetch option [https://git-scm.com/docs/git-fetch#Documentation/git-fetch.txt---depthltdepthgt --depth]
* setShallowSince to support fetch option [https://git-scm.com/docs/git-fetch#Documentation/git-fetch.txt---shallow-sinceltdategt --shallow-since]
+
* setShallowSince supporting fetch option [https://git-scm.com/docs/git-fetch#Documentation/git-fetch.txt---shallow-sinceltdategt --shallow-since]
* addShallowExclude to support fetch option [https://git-scm.com/docs/git-fetch#Documentation/git-fetch.txt---shallow-excludeltrevisiongt --shallow-exclude]
+
* addShallowExclude supporting fetch option [https://git-scm.com/docs/git-fetch#Documentation/git-fetch.txt---shallow-excludeltrevisiongt --shallow-exclude]
  
 
== Other Changes ==
 
== Other Changes ==
Line 14: Line 14:
 
= Contributors =
 
= Contributors =
  
The following ? developers worked on this release:
+
The following 15 developers worked on this release:
 +
 
 +
Andrey Loskutov,
 +
David Ostrovsky,
 +
Dmitrii Filippov,
 +
Eric Steele,
 +
Han-Wen Nienhuys,
 +
Ivan Frade,
 +
Jonathan Nieder,
 +
Luca Milanesio,
 +
Matthias Sohn,
 +
Nitzan Gur-Furman,
 +
Robin Müller,
 +
Ronald Bhuleskar,
 +
Simeon Andreev,
 +
Terry Parker,
 +
Thomas Wolf

Revision as of 02:59, 7 September 2022

JGit

Shallow Clone and Fetch

The following methods were added to CloneCommand and FetchCommand to tell the server that the client doesn't want to download the complete history

Other Changes

The complete list of new features and bug fixes is available in the release notes.

Contributors

The following 15 developers worked on this release:

Andrey Loskutov, David Ostrovsky, Dmitrii Filippov, Eric Steele, Han-Wen Nienhuys, Ivan Frade, Jonathan Nieder, Luca Milanesio, Matthias Sohn, Nitzan Gur-Furman, Robin Müller, Ronald Bhuleskar, Simeon Andreev, Terry Parker, Thomas Wolf

Back to the top