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
/
diff
Commit message (
Expand
)
Author
Age
Files
Lines
*
[6.0 API cleanup] CancelledException vs. CanceledException
Thomas Wolf
2021-11-22
3
-34
/
+29
*
[releng] Make the bazel build use Java 11
Thomas Wolf
2021-11-03
1
-1
/
+1
*
Binary and CR-LF detection: lone CRs -> binary
Thomas Wolf
2021-10-31
2
-23
/
+102
*
Make the buffer size for text/binary detection configurable
Thomas Wolf
2021-10-30
1
-13
/
+54
*
Remove redundant type arguments
Thomas Wolf
2021-09-30
1
-1
/
+2
*
Merge "Skip detecting content renames for binary files"
Han-Wen NIenhuys
2021-05-31
3
-7
/
+60
|
\
|
*
Skip detecting content renames for binary files
Youssef Elghareeb
2021-05-31
3
-7
/
+60
*
|
ApplyCommand: use byte arrays for text patches, not strings
Thomas Wolf
2021-05-26
1
-1
/
+23
|
/
*
Skip detecting content renames for large files
Youssef Elghareeb
2021-03-14
2
-0
/
+44
*
DiffFormatter: correctly deal with tracked files in ignored folders
Thomas Wolf
2020-07-17
2
-6
/
+25
*
RawTextComparator.WS_IGNORE_CHANGE must not compare whitespace
Thomas Wolf
2020-05-28
1
-17
/
+11
*
Merge branch 'stable-5.6'
Matthias Sohn
2020-02-28
1
-1
/
+1
|
\
|
*
Move array designators from the variable to the type
David Pursehouse
2020-02-27
1
-1
/
+1
*
|
Merge branch 'stable-5.6'
Matthias Sohn
2020-02-22
4
-10
/
+10
|
\
|
|
*
SimilarityRenameDetector: Fix inconsistent indentation
David Pursehouse
2020-02-19
1
-4
/
+4
|
*
Use indexOf(char) and lastIndexOf(char) rather than String versions
David Pursehouse
2020-02-19
1
-2
/
+2
|
*
Remove redundant "static" qualifier from enum declarations
David Pursehouse
2020-02-19
3
-4
/
+4
*
|
ErrorProne: Enable and fix UnusedException check
David Pursehouse
2020-01-27
1
-0
/
+1
*
|
Update EDL 1.0 license headers to new short SPDX compliant format
Matthias Sohn
2020-01-04
24
-912
/
+120
|
/
*
DiffFormatter: support core.quotePath = false
Thomas Wolf
2019-11-15
1
-2
/
+27
*
Enable and fix "Statement unnecessarily nested within else clause" warnings
David Pursehouse
2019-10-17
3
-16
/
+18
*
Use isEmpty() instead of size()==0 where possible
Carsten Hammer
2019-04-13
1
-1
/
+1
*
Fix core.autocrlf for non-normalized index
Thomas Wolf
2019-02-26
1
-0
/
+68
*
Avoid double words
Mincong HUANG
2018-12-21
2
-2
/
+2
*
Use the same default diff.renameLimit = 400 like native git
Matthias Sohn
2018-09-09
1
-1
/
+1
*
Fix API breakage introduced by da254106
Matthias Sohn
2018-08-08
3
-27
/
+39
*
Abort rename detection in a timely manner if cancelled
Matthias Sohn
2018-08-07
3
-19
/
+58
*
Remove further unnecessary 'final' keywords
Han-Wen Nienhuys
2018-05-18
2
-10
/
+10
*
Remove 'final' in parameter lists
Han-Wen Nienhuys
2018-05-15
5
-23
/
+23
*
Fixup javadoc and formatting in RawText and RawParseUtils
Han-Wen Nienhuys
2018-05-14
1
-14
/
+15
*
Introduce new RawText constructor and RawParseUtils.lineMapOrBinary
Han-Wen Nienhuys
2018-05-12
1
-2
/
+19
*
Open auto-closeable resources in try-with-resource
David Pursehouse
2018-03-13
1
-8
/
+2
*
Fix DiffFormatter for diffs against working tree with autocrlf=true
Thomas Wolf
2018-03-07
2
-3
/
+4
*
LFS: support merge/rebase/cherry-pick/diff/compare with LFS files
Markus Duft
2018-03-03
3
-1
/
+39
*
Fix javadoc org.eclipse.jgit diff package
Matthias Sohn
2017-12-18
22
-160
/
+333
*
Revert "Throw BinaryBlobException from RawParseUtils#lineMap."
Han-Wen NIenhuys
2017-10-24
1
-25
/
+2
*
Fix typo in comment
Han-Wen Nienhuys
2017-10-24
1
-1
/
+1
*
Throw BinaryBlobException from RawParseUtils#lineMap.
Han-Wen Nienhuys
2017-10-24
1
-2
/
+25
*
Introduce RawText#load.
Han-Wen Nienhuys
2017-10-24
2
-53
/
+103
*
Cleanup: Remove redundant type arguments
Matthias Sohn
2017-08-30
1
-1
/
+1
*
Eliminate SectionParser construction boilerplate
Dave Borowitz
2017-08-02
1
-6
/
+1
*
Add missing newlines at ends of Java files
David Pursehouse
2017-07-25
1
-1
/
+1
*
RenameDetector: Clarify rename limits <= 0
Dave Borowitz
2017-05-24
1
-1
/
+3
*
Fix @since tags of new API added after 4.7.0
Matthias Sohn
2017-04-06
1
-3
/
+4
*
Make diff locations more consistent
KB Sriram
2017-04-03
2
-17
/
+116
*
Enable and fix warnings about redundant specification of type arguments
David Pursehouse
2017-02-20
8
-27
/
+27
*
Enable and fix 'Should be tagged with @Override' warning
David Pursehouse
2017-02-19
5
-0
/
+16
*
[infer] Fix potential NPE in DiffFormatter
Matthias Sohn
2017-01-23
1
-1
/
+1
*
DiffFormatter: Support setting a reader without a repo
Dave Borowitz
2016-08-03
1
-23
/
+40
*
Merge branch 'stable-4.1' into stable-4.2
Matthias Sohn
2016-02-10
1
-0
/
+3
|
\
[next]