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
/
RawParseUtils.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
RawParseUtils: Default to UTC in invalid timezones
Ivan Frade
2024-12-09
1
-2
/
+8
*
RawParseUtils: Use java.time API to build PersonIdents
Ivan Frade
2024-12-05
1
-14
/
+39
*
Remove deprecated RawParseUtils#UTF8_CHARSET
Matthias Sohn
2024-09-03
1
-8
/
+0
*
RawParseUtils.nextLfSkippingSplitLines: fulfil contract as stated
Thomas Wolf
2024-02-01
1
-1
/
+1
*
RawParseUtils: utility method to get a header value
Thomas Wolf
2024-02-01
1
-0
/
+33
*
RawParseUtils: Add missing @since tag for new API method
Matthias Sohn
2024-01-23
1
-0
/
+1
*
FooterLines: handle extraction from messages without headers
Nitzan Gur-Furman
2024-01-09
1
-7
/
+57
*
[errorprone] RawParseUtils@parseHexInt64: suppress IntLongMath
Matthias Sohn
2023-09-25
1
-0
/
+1
*
Add missing @since tags
Matthias Sohn
2023-08-02
1
-1
/
+2
*
Move footer-line parsing methods from RevCommit to FooterLine
Nitzan Gur-Furman
2023-08-01
1
-0
/
+19
*
Binary and CR-LF detection: lone CRs -> binary
Thomas Wolf
2021-10-31
1
-17
/
+12
*
Don't rely on an implicit default character set
Thomas Wolf
2021-10-26
1
-1
/
+1
*
Using for-each loop in jdt
Lars Vogel
2020-02-28
1
-2
/
+2
*
Update EDL 1.0 license headers to new short SPDX compliant format
Matthias Sohn
2020-01-04
1
-38
/
+5
*
RawParseUtils: Avoid import of java.nio.charset.StandardCharsets
David Pursehouse
2019-01-20
1
-2
/
+1
*
Deprecate RawParseUtils.UTF8-CHARSET
Michael Keppler
2019-01-04
1
-0
/
+3
*
Undo treating blobs with NULs as a single line
Thomas Wolf
2018-11-26
1
-12
/
+5
*
Format @Nullable on return value as method annotation
Jonathan Nieder
2018-10-09
1
-1
/
+2
*
Parse signature of GPG-signed commits
David Turner
2018-09-04
1
-0
/
+56
*
Remove 'final' in parameter lists
Han-Wen Nienhuys
2018-05-15
1
-24
/
+24
*
Fixup javadoc and formatting in RawText and RawParseUtils
Han-Wen Nienhuys
2018-05-14
1
-11
/
+15
*
RawParseUtils#lineMap: Simplify by using null sentinel internally
Jonathan Nieder
2018-05-14
1
-13
/
+11
*
Introduce new RawText constructor and RawParseUtils.lineMapOrBinary
Han-Wen Nienhuys
2018-05-12
1
-7
/
+38
*
Fix javadoc in org.eclipse.jgit util packages
Matthias Sohn
2017-12-20
1
-10
/
+14
*
Revert "Throw BinaryBlobException from RawParseUtils#lineMap."
Han-Wen NIenhuys
2017-10-24
1
-4
/
+11
*
Throw BinaryBlobException from RawParseUtils#lineMap.
Han-Wen Nienhuys
2017-10-24
1
-11
/
+4
*
Treat RawText of binary data as file with one single line.
Han-Wen Nienhuys
2017-08-01
1
-5
/
+24
*
Implement SHA-256 abstraction
Matthias Sohn
2016-02-04
1
-0
/
+66
*
RevCommit: Better support invalid encoding headers
Shawn Pearce
2016-01-11
1
-29
/
+62
*
Fix encoding problem from curl repostory on github
Eryk Szymanski
2015-12-30
1
-0
/
+1
*
Add a separate type for the identity in a push certificate
Dave Borowitz
2015-06-18
1
-2
/
+33
*
Cleanup javadocs so they pass the java8 doclint checks
Robin Rosenberg
2014-03-29
1
-1
/
+1
*
Recognize CRLF when parsing the short message of a commit or tag
Robin Rosenberg
2013-06-14
1
-3
/
+5
*
Mark non-externalizable strings as such
Robin Rosenberg
2012-12-27
1
-3
/
+3
*
Add missing @since tags to mark API added in 2.2
Matthias Sohn
2012-11-16
1
-0
/
+2
*
FileBasedConfig supports UTF-8 byte order marker
Marc Strapetz
2012-09-24
1
-0
/
+5
*
Fix IndexOutOfBoundsException when parsing PersonIdent
Marc Strapetz
2011-06-14
1
-2
/
+2
*
Hande latin-1 encoding
Leonard Broman
2011-04-11
1
-1
/
+27
*
Fix RawParseUtils.formatBase10 to work with negative values
Marc Strapetz
2010-08-31
1
-0
/
+2
*
Fix parsing of multiple authors in PersonIdent.
Marc Strapetz
2010-08-26
1
-18
/
+54
*
Make parsing of PersonIdent from raw byte array fault-tolerant.
Marc Strapetz
2010-03-23
1
-1
/
+13
*
Remove trailing whitespace at end of line
Alex Blewitt
2009-10-31
1
-17
/
+17
*
Initial JGit contribution to eclipse.org
Git Development Community
2009-09-29
1
-0
/
+1016