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
/
api
/
ApplyCommand.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix all Javadoc warnings and fail on them
Antoine Musso
2023-06-16
1
-4
/
+5
*
Fix PatchApplier error handling.
Nitzan Gur-Furman
2023-03-28
1
-4
/
+30
*
Split out ApplyCommand logic to PatchApplier class
Nitzan Gur-Furman
2022-09-15
1
-665
/
+14
*
WorkTreeUpdater: use DirCacheCheckout#StreamSupplier
Han-Wen Nienhuys
2022-09-06
1
-6
/
+2
*
DirCacheCheckout#getContent: also take InputStream supplier
Han-Wen Nienhuys
2022-09-06
1
-4
/
+2
*
ApplyCommand: fix ApplyResult#updatedFiles
Han-Wen Nienhuys
2022-08-23
1
-5
/
+6
*
Reapply "Create util class for work tree updating in both filesystem and index."
Nitzan Gur-Furman
2022-08-08
1
-65
/
+7
*
Revert "Create util class for work tree updating in both filesystem and index."
Jonathan Nieder
2022-08-05
1
-7
/
+65
*
Create util class for work tree updating in both filesystem and index.
Nitzan Gur-Furman
2022-07-25
1
-65
/
+7
*
ApplyCommand: fix "no newline at end" detection
Thomas Wolf
2021-05-26
1
-1
/
+5
*
ApplyCommand: handle completely empty context lines in text patches
Thomas Wolf
2021-05-26
1
-2
/
+14
*
ApplyCommand: use byte arrays for text patches, not strings
Thomas Wolf
2021-05-26
1
-38
/
+32
*
ApplyCommand: support binary patches
Thomas Wolf
2021-05-26
1
-30
/
+244
*
ApplyCommand: convert to git internal format before applying patch
Thomas Wolf
2021-05-18
1
-24
/
+255
*
ApplyCommand: use context lines to determine hunk location
Thomas Wolf
2020-06-04
1
-42
/
+124
*
ApplyCommand: use Files#copy to copy file
Matthias Sohn
2020-05-06
1
-9
/
+4
*
Apply hunks when renaming or copying from patch files
Jack Wickham
2020-05-06
1
-3
/
+4
*
Create parent directories when renaming a file in ApplyCommand
Jack Wickham
2020-05-06
1
-0
/
+1
*
Update EDL 1.0 license headers to new short SPDX compliant format
Matthias Sohn
2020-01-04
1
-38
/
+5
*
Fix ApplyCommand which doesn't work if patch adds empty file
Anton Khodos
2019-08-19
1
-3
/
+7
*
SpotBugs: don't rely on default encoding
Matthias Sohn
2018-09-10
1
-2
/
+6
*
ApplyCommand: Open FileWriter in try-with-resource
David Pursehouse
2018-03-05
1
-3
/
+3
*
Fix javadoc in org.eclipse.jgit annotations and api packages
Matthias Sohn
2017-12-18
1
-5
/
+4
*
Enable and fix warnings about redundant specification of type arguments
David Pursehouse
2017-02-20
1
-3
/
+3
*
Enable and fix 'Should be tagged with @Override' warning
David Pursehouse
2017-02-19
1
-0
/
+1
*
Allow setting FileMode to executable when applying patches in ApplyCommand
Nadav Cohen
2016-05-17
1
-0
/
+3
*
Fix ApplyCommand when result of patch is an empty file
Jon Schneider
2016-04-16
1
-6
/
+12
*
Fix apply patch which did not work with non-ascii characters
XinTong Wang
2016-03-03
1
-4
/
+6
*
Rename files using NIO2 atomic rename
Matthias Sohn
2015-12-30
1
-2
/
+7
*
Fix patch application WRT windows line endings.
Markus Duft
2013-01-19
1
-7
/
+4
*
Do not perform character translation on copies in patches
Robin Rosenberg
2012-12-27
1
-3
/
+8
*
Mark non-externalizable strings as such
Robin Rosenberg
2012-12-27
1
-3
/
+3
*
Make ApplyCommand create missing parent directories for new files
Markus Duft
2012-07-16
1
-0
/
+2
*
Further cleanup of exceptions in Git API
Robin Rosenberg
2012-06-05
1
-1
/
+5
*
Add missing @since tags to mark API added in 2.0
Matthias Sohn
2012-05-10
1
-0
/
+1
*
Move JGitText to an internal package
Robin Rosenberg
2012-03-12
1
-1
/
+1
*
RawText#getEOL() does the same thing as RawText#getLineDelimiter()
Tomasz Zarna
2012-03-05
1
-1
/
+1
*
Add ApplyCommand to JGit API
Tomasz Zarna
2012-03-04
1
-0
/
+258