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
/
patch
/
PatchApplier.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove deprecated PatchApplier#applyPatch(InputStream)
Matthias Sohn
2024-09-03
1
-27
/
+0
*
PatchApplier.Result.Error: mark fields final
Matthias Sohn
2024-05-28
1
-3
/
+3
*
PatchApplier: Set a boolean on the result if conflict markers were added
Patrick Hiesel
2024-05-27
1
-6
/
+31
*
Allow applying a patch with conflicts
Patrick Hiesel
2024-05-14
1
-19
/
+115
*
PatchApplier: wrap output's TemporaryBuffer with a CountingOutputStream
Nitzan Gur-Furman
2023-11-16
1
-2
/
+6
*
[errorprone] Add missing javadoc summary
Matthias Sohn
2023-09-25
1
-0
/
+6
*
[errorprone] Suppress ByteBufferBackingArray
Matthias Sohn
2023-09-25
1
-0
/
+4
*
[errorprone] Suppress JavaLangClash to avoid breaking change
Matthias Sohn
2023-09-25
1
-0
/
+2
*
[errorprone] Remove unnecessary parentheses
Matthias Sohn
2023-09-22
1
-1
/
+1
*
Merge branch 'stable-6.6' into stable-6.7
Matthias Sohn
2023-09-03
1
-4
/
+29
|
\
|
*
Checkout: better directory handling
Thomas Wolf
2023-09-03
1
-4
/
+29
*
|
Fix all Javadoc warnings and fail on them
Antoine Musso
2023-06-16
1
-0
/
+4
|
/
*
PatchApplier: Check for existence of src/dest files before any operation
Nitzan Gur-Furman
2023-03-31
1
-21
/
+57
*
PatchApplier: missing @since, and minor formatting
Thomas Wolf
2023-03-29
1
-2
/
+8
*
Fix PatchApplier error handling.
Nitzan Gur-Furman
2023-03-28
1
-264
/
+301
*
PatchApplier fix - init cache with provided tree
Nitzan Gur-Furman
2023-02-02
1
-1
/
+1
*
PatchApplier: fix handling of last newline in text patch
Thomas Wolf
2022-12-26
1
-17
/
+25
*
Reformat PatchApplier and PatchApplierTest
Thomas Wolf
2022-12-22
1
-31
/
+27
*
Fix warning about non-externalized String
Matthias Sohn
2022-11-20
1
-2
/
+1
*
Fix wrong @since tag
Thomas Wolf
2022-09-18
1
-1
/
+1
*
Split out ApplyCommand logic to PatchApplier class
Nitzan Gur-Furman
2022-09-15
1
-0
/
+999