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
/
RawText.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
RawText.isBinary(): handle complete buffer correctly
Thomas Wolf
2022-11-16
1
-3
/
+12
*
[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
1
-21
/
+99
*
Make the buffer size for text/binary detection configurable
Thomas Wolf
2021-10-30
1
-13
/
+54
*
ApplyCommand: use byte arrays for text patches, not strings
Thomas Wolf
2021-05-26
1
-1
/
+23
*
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
*
|
Update EDL 1.0 license headers to new short SPDX compliant format
Matthias Sohn
2020-01-04
1
-38
/
+5
|
/
*
Enable and fix "Statement unnecessarily nested within else clause" warnings
David Pursehouse
2019-10-17
1
-5
/
+7
*
Fix core.autocrlf for non-normalized index
Thomas Wolf
2019-02-26
1
-0
/
+68
*
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
*
Fix DiffFormatter for diffs against working tree with autocrlf=true
Thomas Wolf
2018-03-07
1
-1
/
+1
*
LFS: support merge/rebase/cherry-pick/diff/compare with LFS files
Markus Duft
2018-03-03
1
-0
/
+8
*
Fix javadoc org.eclipse.jgit diff package
Matthias Sohn
2017-12-18
1
-9
/
+13
*
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
1
-0
/
+65
*
Enable and fix 'Should be tagged with @Override' warning
David Pursehouse
2017-02-19
1
-0
/
+1
*
Fix RawText.getLineDelimiter() for empty first line
Frank Wagner
2015-01-17
1
-1
/
+1
*
Mark non-externalizable strings as such
Robin Rosenberg
2012-12-27
1
-3
/
+3
*
RawText#getEOL() does the same thing as RawText#getLineDelimiter()
Tomasz Zarna
2012-03-05
1
-19
/
+0
*
Add ApplyCommand to JGit API
Tomasz Zarna
2012-03-04
1
-0
/
+20
*
Allow to get end-of-line characters for a RawText
Tomasz Zarna
2012-03-02
1
-0
/
+17
*
Fixed Merge Algorithm regarding concurrent file creations
Christian Halstrick
2010-12-02
1
-0
/
+3
*
Add getString utility functions to RawText
Shawn O. Pearce
2010-10-13
1
-2
/
+63
*
Remove dead RawText(RawTextComparator) constructor
Shawn O. Pearce
2010-10-13
1
-15
/
+0
*
Move cached element hash codes to HashedSequence
Shawn O. Pearce
2010-09-20
1
-14
/
+0
*
Refactor diff sequence API
Shawn O. Pearce
2010-09-06
1
-65
/
+20
*
Use int[] rather than IntList for RawText hashes
Shawn O. Pearce
2010-09-01
1
-7
/
+5
*
Perform automatic CRLF to LF conversion during WorkingTreeIterator
Marc Strapetz
2010-08-20
1
-3
/
+49
*
log: Add whitespace ignore options
Shawn O. Pearce
2010-07-03
1
-0
/
+19
*
Added check for binary files while diffing
Jeff Schumacher
2010-06-29
1
-0
/
+21
*
Ensure RawText closes the FileInputStream when read is complete
Shawn O. Pearce
2010-02-03
1
-14
/
+2
*
Add javadoc comments, remove unused code, shift comments to correct place
Christian Halstrick
2009-10-09
1
-0
/
+1
*
Prepare RawText for diff-index and diff-files
Johannes Schindelin
2009-10-06
1
-1
/
+27
*
Initial JGit contribution to eclipse.org
Git Development Community
2009-09-29
1
-0
/
+190