GIT Versions supported [message #1801235] |
Tue, 15 January 2019 11:47  |
Eclipse User |
|
|
|
Hi,
I am trying to find the GIT versions supported by JGit v4.11. I couldnt find anything within JGit documentation. Can someone help me with the information?
thanks,
Pradeep V.B.
|
|
|
|
|
Re: GIT Versions supported [message #1835263 is a reply to message #1835190] |
Sat, 28 November 2020 10:36  |
Eclipse User |
|
|
|
We don't make any recommendations on that. It depends on your documentation requirements, on how your software uses JGit, and on the versions of JGit and C git that you want to compare.
JGit can clone/fetch/push/pull to/from any git server, and git clones can be manipulated with JGit and C git. JGit's implementation of repository manipulations and of the protocol for fetching or pushing conforms to what C git defines.
As Matthias mentioned above, JGit does not implement all of the features C git provides. Some advanced features are missing. There may be differences in HTTP or SSH communication due to different libraries being used.
On Windows, there may be differences with "symbolic links", and you should use core.filemode=false with JGit as there is no support for the executable bit on Windows.
[Updated on: Sat, 28 November 2020 17:30] by Moderator
|
|
|
Powered by
FUDForum. Page generated in 0.04104 seconds