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
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
org.eclipse.jgit.test
/
tst-rsrc
/
org
/
eclipse
Commit message (
Expand
)
Author
Age
Files
Lines
*
Allow applying a patch with conflicts
Patrick Hiesel
2024-05-14
6
-0
/
+66
*
PatchApplier: wrap output's TemporaryBuffer with a CountingOutputStream
Nitzan Gur-Furman
2023-11-16
3
-0
/
+2000007
*
Merge branch 'stable-6.6' into stable-6.7
Matthias Sohn
2023-09-03
4
-0
/
+28
|
\
|
*
Checkout: better directory handling
Thomas Wolf
2023-09-03
4
-0
/
+28
*
|
PackReverseIndex: open file if present otherwise compute
Anna Papitto
2023-07-18
2
-0
/
+0
|
/
*
PatchApplierTest: Remove test data with Apache license
Ivan Frade
2023-03-28
3
-739
/
+0
*
Fix PatchApplier error handling.
Nitzan Gur-Furman
2023-03-28
3
-0
/
+10
*
PatchApplier fix - init cache with provided tree
Nitzan Gur-Furman
2023-02-02
3
-0
/
+36
*
PatchApplier: fix handling of last newline in text patch
Thomas Wolf
2022-12-26
36
-0
/
+1073
*
CommitGraph: implement commit-graph read
kylezhao
2022-12-16
1
-0
/
+0
*
ApplyCommand: fix "no newline at end" detection
Thomas Wolf
2021-05-26
3
-0
/
+18
*
ApplyCommand: handle completely empty context lines in text patches
Thomas Wolf
2021-05-26
3
-0
/
+18
*
ApplyCommand: use byte arrays for text patches, not strings
Thomas Wolf
2021-05-26
3
-0
/
+9
*
ApplyCommand: support binary patches
Thomas Wolf
2021-05-26
9
-0
/
+176
*
ApplyCommand: add a stream to apply a delta patch
Thomas Wolf
2021-05-26
2
-0
/
+2
*
ApplyCommand: convert to git internal format before applying patch
Thomas Wolf
2021-05-18
14
-0
/
+68
*
HTTP: cookie file stores expiration in seconds
Thomas Wolf
2021-03-03
4
-6
/
+8
*
Fix possible NegativeArraySizeException in PackIndexV1
Marc Strapetz
2020-08-25
2
-0
/
+0
*
DirCache: support index V4
Thomas Wolf
2020-08-15
1
-0
/
+0
*
ApplyCommand: use context lines to determine hunk location
Thomas Wolf
2020-06-04
12
-0
/
+494
*
Attributes: fix handling of text=auto in combination with eol
Thomas Wolf
2020-05-22
1
-0
/
+0
*
Apply hunks when renaming or copying from patch files
Jack Wickham
2020-05-06
6
-0
/
+42
*
Create parent directories when renaming a file in ApplyCommand
Jack Wickham
2020-05-06
3
-0
/
+12
*
Fix ApplyCommand which doesn't work if patch adds empty file
Anton Khodos
2019-08-19
2
-0
/
+3
*
Support reading and writing cookies.
Konrad Windszus
2019-06-06
4
-0
/
+13
*
Apache MINA sshd client
Thomas Wolf
2018-11-13
36
-381
/
+0
*
Add more ssh tests: pushing, known_host file handling, etc.
Thomas Wolf
2018-11-13
38
-16
/
+381
*
Ssh tests with an Apache MINA sshd test git server
Thomas Wolf
2018-11-06
2
-0
/
+16
*
Support -merge attribute in binary macro
Mathieu Cartaud
2017-06-27
2
-0
/
+0
*
SHA-1: collision detection support
Shawn Pearce
2017-02-28
2
-0
/
+0
*
Fix symlink content comparison on MacOS in tree walk
Thomas Wolf
2016-10-11
1
-0
/
+30
*
Allow setting FileMode to executable when applying patches in ApplyCommand
Nadav Cohen
2016-05-17
8
-0
/
+40
*
Fix ApplyCommand when result of patch is an empty file
Jon Schneider
2016-04-16
3
-0
/
+8
*
Fix apply patch which did not work with non-ascii characters
XinTong Wang
2016-03-03
13
-0
/
+48
*
Fix patch application WRT windows line endings.
Markus Duft
2013-01-19
3
-0
/
+18
*
Make ApplyCommand create missing parent directories for new files
Markus Duft
2012-07-16
1
-0
/
+9
*
Add ApplyCommand to JGit API
Tomasz Zarna
2012-03-04
10
-0
/
+99
*
Fix TestTranslationBundle
Robin Rosenberg
2010-12-31
4
-0
/
+4
*
Fix ArrayIndexOutOfBoundsException in DirCacheIterator
Shawn O. Pearce
2010-12-22
1
-0
/
+0
*
Extend DirCache test case to check "intent to add" flag.
Marc Strapetz
2010-08-31
1
-0
/
+0
*
Partial support for index file format "3".
Marc Strapetz
2010-08-31
1
-0
/
+0
*
Move ignore node handling into WorkingTreeIterator
Shawn O. Pearce
2010-07-21
9
-4
/
+0
*
Add compatibility with gitignore specifications
Charley Wang
2010-07-13
11
-0
/
+8
*
Correctly skip over unrecognized optional dircache extensions
Shawn O. Pearce
2010-02-02
3
-0
/
+0
*
Added -crfl attribute for DiffFormatterReflowTest test data
Constantine Plotnikov
2009-12-27
1
-0
/
+3
*
Initial JGit contribution to eclipse.org
Git Development Community
2009-09-29
63
-0
/
+2977