index
:
jgit.git
master
master%private
next
stable-0.10
stable-0.11
stable-0.12
stable-0.7
stable-0.8
stable-0.9
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-2.0
stable-2.1
stable-2.2
stable-2.3
stable-3.0
stable-3.1
stable-3.2
stable-3.3
stable-3.4
stable-3.5
stable-3.6
stable-3.7
stable-4.0
stable-4.1
stable-4.10
stable-4.11
stable-4.2
stable-4.3
stable-4.4
stable-4.5
stable-4.6
stable-4.7
stable-4.8
stable-4.9
stable-5.0
stable-5.1
stable-5.10
stable-5.11
stable-5.12
stable-5.13
stable-5.2
stable-5.3
stable-5.4
stable-5.5
stable-5.6
stable-5.7
stable-5.8
stable-5.9
stable-6.0
stable-6.1
stable-6.10
stable-6.2
stable-6.3
stable-6.4
stable-6.5
stable-6.6
stable-6.7
stable-6.8
stable-6.9
stable-7.0
stable-7.1
JGit, the Java implementation of git: https://github.com/eclipse-jgit/jgit
www-data
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
org.eclipse.jgit
/
src
/
org
/
eclipse
/
jgit
/
util
Commit message (
Expand
)
Author
Age
Files
Lines
*
Better git system config finding
Thomas Wolf
2021-11-22
1
-8
/
+63
*
[releng] Make the bazel build use Java 11
Thomas Wolf
2021-11-03
1
-2
/
+7
*
Binary and CR-LF detection: lone CRs -> binary
Thomas Wolf
2021-10-31
5
-33
/
+31
*
Factor out parsing git-style size numbers to StringUtils
Thomas Wolf
2021-10-30
1
-0
/
+134
*
Make the buffer size for text/binary detection configurable
Thomas Wolf
2021-10-30
4
-22
/
+19
*
Fix checkout of files with mixed line endings on text=auto eol=crlf
Thomas Wolf
2021-10-27
1
-0
/
+3
*
Don't rely on an implicit default character set
Thomas Wolf
2021-10-26
5
-12
/
+47
*
Remove redundant type arguments
Thomas Wolf
2021-09-30
3
-3
/
+4
*
FS: cleanup use of final modifier
Matthias Sohn
2021-08-17
1
-17
/
+16
*
Ensure FS#searchPath only selects executable files
Matthias Sohn
2021-08-17
1
-3
/
+5
*
[errorprone] Fix warning InputStreamSlowMultibyteRead
Matthias Sohn
2021-06-07
2
-0
/
+10
*
ApplyCommand: add a stream to apply a delta patch
Thomas Wolf
2021-05-26
1
-0
/
+206
*
ApplyCommand: add streams to read/write binary patch hunks
Thomas Wolf
2021-05-26
2
-0
/
+229
*
ApplyCommand: add a base-85 codec
Thomas Wolf
2021-05-26
1
-0
/
+195
*
Add TemporaryBuffer.toString(int limit)
Matthias Sohn
2021-05-09
1
-0
/
+19
*
GPG signature verification via BouncyCastle
Thomas Wolf
2021-02-16
1
-0
/
+86
*
GitHook: use generic OutputStream instead of PrintStream
Matthias Sohn
2021-02-15
3
-11
/
+10
*
IO: fix IO.readFully(InputStream, byte[], int)
Thomas Wolf
2021-01-31
1
-3
/
+3
*
Wrap the Files.list returned Stream in a try-with-resources block
Terry Parker
2021-01-26
1
-0
/
+18
*
TemporaryBuffer: fix toByteArray(limit)
Thomas Wolf
2021-01-22
1
-3
/
+32
*
TransportHttp: shared SSLContext during fetch or push
Thomas Wolf
2021-01-14
1
-35
/
+5
*
[spotbugs] Fix incorrect lazy initialization in SystemReader
Matthias Sohn
2020-12-22
1
-2
/
+2
*
[spotbugs] Fix potential NPE in FS.FileStoreAttributes#get
Matthias Sohn
2020-12-22
1
-0
/
+3
*
[spotbugs] Fix potential NPE in FS#write
Matthias Sohn
2020-12-17
1
-1
/
+4
*
Document that setLastModified sets time of symlink target
Matthias Sohn
2020-11-07
2
-4
/
+10
*
Fix OperatorPrecedence warning flagged by error prone
David Ostrovsky
2020-10-02
1
-1
/
+1
*
Support "http.userAgent" and "http.extraHeader" from the git config
James Wynn
2020-09-26
1
-0
/
+63
*
FS: use binary search to determine filesystem timestamp resolution
Thomas Wolf
2020-08-23
1
-13
/
+121
*
Do not prematurely create directory of jgit's XDG config file
Matthias Sohn
2020-08-22
1
-16
/
+6
*
FS: write to JGit config in a background thread
Thomas Wolf
2020-08-21
1
-4
/
+29
*
FS: don't cache fallback if running in background
Thomas Wolf
2020-08-20
1
-2
/
+10
*
Keep line endings for text files committed with CR/LF on text=auto
Thomas Wolf
2020-08-17
3
-66
/
+157
*
Fix JSchProcess.waitFor() with time-out
Thomas Wolf
2020-08-10
1
-9
/
+50
*
FS_POSIX: avoid prompt to install the XCode tools on OS X
Thomas Wolf
2020-07-26
2
-9
/
+34
*
Use LinkedBlockingQueue for executor determining filesystem attributes
Matthias Sohn
2020-07-24
1
-2
/
+2
*
Verify that the user home directory is valid
Thomas Wolf
2020-05-31
1
-1
/
+29
*
Ignore core.eol if core.autocrlf=input
Thomas Wolf
2020-05-22
1
-0
/
+2
*
Attributes: fix handling of text=auto in combination with eol
Thomas Wolf
2020-05-22
1
-7
/
+10
*
FileUtils: improve delete (Windows)
Alexander Nittka
2020-04-03
1
-18
/
+33
*
Merge branch 'stable-5.6' into stable-5.7
Thomas Wolf
2020-04-03
3
-4
/
+29
|
\
|
*
FS.runInShell(): handle quoted filters and hooksPath containing blanks
Thomas Wolf
2020-04-03
3
-4
/
+29
*
|
Merge branch 'stable-5.6'
Matthias Sohn
2020-03-05
1
-1
/
+12
|
\
|
|
*
Expose FileStoreAttributes.setBackground()
Alex Blewitt
2020-03-04
1
-1
/
+12
*
|
Add validation to hex decoder
Michael Dardis
2020-03-04
1
-3
/
+18
*
|
Merge branch 'stable-5.6'
Matthias Sohn
2020-02-28
5
-5
/
+5
|
\
|
|
*
Cygwin expects forward slashes for commands to be run via sh.exe
Thomas Wolf
2020-02-28
1
-1
/
+1
|
*
Make Logger instances final
David Pursehouse
2020-02-27
1
-1
/
+1
|
*
Move array designators from the variable to the type
David Pursehouse
2020-02-27
3
-3
/
+3
*
|
Using for-each loop in jdt
Lars Vogel
2020-02-28
2
-4
/
+4
*
|
Merge branch 'stable-5.6'
Matthias Sohn
2020-02-22
11
-26
/
+25
|
\
|
[next]