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.test
/
tst
/
org
/
eclipse
/
jgit
/
util
Commit message (
Expand
)
Author
Age
Files
Lines
*
GitTimeParser: Fix multiple errorprone and style comments
Ivan Frade
2024-11-20
1
-1
/
+1
*
RawParseUtils test: Use java.time to create PersonIdents
Ivan Frade
2024-11-19
1
-16
/
+19
*
GitTimeParser: A date parser using the java.time API
Ivan Frade
2024-11-19
2
-0
/
+309
*
GitDateFormatterTest: Remove printlns
Ivan Frade
2024-05-02
1
-2
/
+0
*
Bazel: Add support for JDK 21
David Ostrovsky
2024-05-02
2
-14
/
+6
*
[errorprone] Fix pattern ModifiedButNotUsed
Matthias Sohn
2024-04-29
2
-0
/
+4
*
[errorprone] Fix pattern ProtectedMembersInFinalClass
Matthias Sohn
2024-04-29
1
-1
/
+1
*
[errorprone] Fix pattern CatchFail
Matthias Sohn
2024-04-29
2
-3
/
+7
*
[errorprone] Fix pattern LongLiteralLowerCaseSuffix
Matthias Sohn
2024-04-29
1
-3
/
+3
*
[errorprone] Fix error pattern JdkObsolete
Matthias Sohn
2024-04-29
1
-2
/
+2
*
FS.detectSymlinkSupport: fix a race
Motiejus Jakštys
2024-02-19
1
-0
/
+21
*
RawParseUtils.nextLfSkippingSplitLines: fulfil contract as stated
Thomas Wolf
2024-02-01
1
-0
/
+10
*
RawParseUtils: utility method to get a header value
Thomas Wolf
2024-02-01
1
-6
/
+40
*
Optimize RefDirectory.getRefsByPrefix(String...)
Dariusz Luksza
2023-11-12
1
-0
/
+19
*
WorkingTreeIterator: directly filter input stream
Matthias Sohn
2023-09-25
1
-0
/
+152
*
[errorprone] FS#searchPath: handle surprising behavior of String#split
Matthias Sohn
2023-09-25
1
-0
/
+23
*
AddCommand: ability to switch off renormalization
Thomas Wolf
2023-04-28
1
-10
/
+21
*
[errorprone] Fix MissingOverride error
Matthias Sohn
2023-04-28
1
-0
/
+1
*
IntList: add #sort using quick sort for O(n log n) runtime.
Anna Papitto
2023-04-28
1
-0
/
+34
*
IO#readFully: provide overload that fills the full array
Anna Papitto
2022-12-19
1
-2
/
+2
*
Merge branch 'stable-6.2' into stable-6.3
Matthias Sohn
2022-11-16
1
-10
/
+59
|
\
|
*
Merge branch 'stable-6.0' into stable-6.1
Matthias Sohn
2022-11-16
1
-10
/
+59
|
|
\
|
|
*
Merge branch 'stable-5.13' into stable-6.0
Matthias Sohn
2022-11-16
1
-10
/
+59
|
|
|
\
|
|
|
*
Add option to allow using JDK's SHA1 implementation
Matthias Sohn
2022-11-15
1
-10
/
+59
*
|
|
|
CleanCommand: fix prefix matching
Thomas Wolf
2022-08-03
1
-0
/
+19
*
|
|
|
Fix DefaultCharset bug pattern flagged by error prone
David Ostrovsky
2022-06-17
1
-14
/
+15
|
/
/
/
*
/
/
[checkout] Use .gitattributes from the commit to be checked out
Thomas Wolf
2022-03-07
1
-1
/
+143
|
/
/
*
|
Binary and CR-LF detection: lone CRs -> binary
Thomas Wolf
2021-10-31
2
-3
/
+3
*
|
Factor out parsing git-style size numbers to StringUtils
Thomas Wolf
2021-10-30
1
-0
/
+83
*
|
Make the buffer size for text/binary detection configurable
Thomas Wolf
2021-10-30
2
-2
/
+6
*
|
Fix checkout of files with mixed line endings on text=auto eol=crlf
Thomas Wolf
2021-10-27
1
-1
/
+1
*
|
Don't rely on an implicit default character set
Thomas Wolf
2021-10-26
1
-3
/
+2
|
/
*
ApplyCommand: add a stream to apply a delta patch
Thomas Wolf
2021-05-26
1
-0
/
+103
*
ApplyCommand: add streams to read/write binary patch hunks
Thomas Wolf
2021-05-26
1
-0
/
+146
*
ApplyCommand: add a base-85 codec
Thomas Wolf
2021-05-26
1
-0
/
+87
*
IO: fix IO.readFully(InputStream, byte[], int)
Thomas Wolf
2021-01-31
1
-0
/
+84
*
TemporaryBuffer: fix toByteArray(limit)
Thomas Wolf
2021-01-22
1
-0
/
+65
*
Keep line endings for text files committed with CR/LF on text=auto
Thomas Wolf
2020-08-17
2
-12
/
+115
*
FileUtils: improve delete (Windows)
Alexander Nittka
2020-04-03
1
-0
/
+37
*
Merge branch 'stable-5.6' into stable-5.7
Thomas Wolf
2020-04-03
1
-0
/
+32
|
\
|
*
FS.runInShell(): handle quoted filters and hooksPath containing blanks
Thomas Wolf
2020-04-03
1
-0
/
+32
*
|
Add validation to hex decoder
Michael Dardis
2020-03-04
1
-0
/
+25
*
|
Merge branch 'stable-5.6'
Matthias Sohn
2020-02-22
1
-1
/
+1
|
\
|
|
*
Reorder modifiers to follow Java Language Specification
David Pursehouse
2020-02-19
1
-1
/
+1
*
|
Remove use of org.bouncycastle.util.encoders.Hex
Michael Dardis
2020-02-22
1
-0
/
+49
*
|
Remove use of org.bouncycastle.util.io.TeeOutputStream
Michael Dardis
2020-02-21
1
-0
/
+81
*
|
Removed unused imports
Andrey Loskutov
2020-02-17
1
-1
/
+0
*
|
ErrorProne: Enable and fix UnusedException check
David Pursehouse
2020-01-27
1
-2
/
+6
*
|
Replace ExpectedException which was deprecated in junit 4.13
Matthias Sohn
2020-01-24
1
-7
/
+3
*
|
Replace deprecated junit assertion methods with hamcrest
Matthias Sohn
2020-01-22
1
-4
/
+4
[next]