aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/util
Commit message (Expand)AuthorAgeFilesLines
* Propagate failure of ssh command to caller of SshSupportMatthias Sohn2018-06-131-4/+22
* Fix issues with LFS on GitHub (SSH)Markus Duft2018-06-121-10/+28
* Fix Javadoc typoMichael Keppler2018-06-101-2/+2
* Remove further unnecessary 'final' keywordsHan-Wen Nienhuys2018-05-185-10/+10
* Remove 'final' in parameter listsHan-Wen Nienhuys2018-05-1528-107/+107
* Fixup javadoc and formatting in RawText and RawParseUtilsHan-Wen Nienhuys2018-05-141-11/+15
* RawParseUtils#lineMap: Simplify by using null sentinel internallyJonathan Nieder2018-05-141-13/+11
* Introduce new RawText constructor and RawParseUtils.lineMapOrBinaryHan-Wen Nienhuys2018-05-121-7/+38
* Significantly speed up FileTreeIterator on WindowsThomas Wolf2018-03-252-0/+87
* FS#runProcess: Fix OutputStream left unclosed after IOExceptionDavid Pursehouse2018-03-241-11/+15
* Add SilentFileInputStream to allow ignoring exceptions raised by close()David Pursehouse2018-03-152-17/+78
* Open auto-closeable resources in try-with-resourceDavid Pursehouse2018-03-131-8/+2
* Merge "Introduce SshSupport to centralize SSH related utility code"Matthias Sohn2018-03-121-0/+120
|\
| * Introduce SshSupport to centralize SSH related utility codeMarkus Duft2018-03-121-0/+120
* | Consistently use Constants.CHARSET rather than StandardCharsets.UTF_8David Pursehouse2018-03-113-7/+10
* | Remove deprecated StreamCopyThread#flushMatthias Sohn2018-03-101-14/+0
* | Remove deprecated SafeBufferedOutputStreamMatthias Sohn2018-03-101-78/+0
* | Remove deprecated EolCanonicalizingInputStreamMatthias Sohn2018-03-101-102/+0
* | Remove deprecated FileUtils#relativize(String, String)Matthias Sohn2018-03-101-27/+0
* | Remove deprecated FileUtil using Java 7 NIOMatthias Sohn2018-03-101-303/+0
|/
* LFS: Adjust some API to make integration into tools (EGit,...) easierMarkus Duft2018-03-071-0/+34
* FS: Open TemporaryBuffer in try-with-resourceDavid Pursehouse2018-03-061-6/+3
* Cleanup stream usage WRT filtersMarkus Duft2018-03-032-1/+35
* LFS: support merge/rebase/cherry-pick/diff/compare with LFS filesMarkus Duft2018-03-031-0/+284
* Fix remaining javadoc errors raised by doclintMatthias Sohn2017-12-215-4/+4
* Fix javadoc in org.eclipse.jgit util packagesMatthias Sohn2017-12-2056-386/+876
* Fix typo in key of a JGitText externalized stringMatthias Sohn2017-12-101-1/+1
* Merge branch 'stable-4.9'Matthias Sohn2017-12-101-6/+27
|\
| * Fix IllegalThreadStateException if stderr closed without exitingDmitry Pavlenko2017-12-101-6/+27
* | FS_POSIX: Fix boxing/unboxing of BooleanDavid Pursehouse2017-12-071-12/+19
* | Use constants from StandardCharsets instead of hard-coded stringsDavid Pursehouse2017-12-071-14/+8
* | ConfigTest: Move pathToString to FileUtilsDavid Pursehouse2017-12-061-0/+14
* | Merge branch 'stable-4.9'Matthias Sohn2017-11-242-0/+119
|\|
| * Merge branch 'stable-4.8' into stable-4.9Matthias Sohn2017-11-242-0/+119
| |\
| | * Merge branch 'stable-4.7' into stable-4.8Matthias Sohn2017-11-222-0/+119
| | |\
| | | * Merge branch 'stable-4.6' into stable-4.7Matthias Sohn2017-11-222-0/+119
| | | |\
| | | | * Silence boxing warningMatthias Sohn2017-11-221-0/+1
| | | | * Merge branch 'stable-4.5' into stable-4.6Matthias Sohn2017-11-222-0/+117
| | | | |\
| | | | | * Fix LockFile semantics when running on NFSChristian Halstrick2017-11-222-0/+117
| * | | | | Avoid bad rounding "1 year, 12 months" in date formatterMichael Keppler2017-10-231-2/+3
* | | | | | Add return tagHector Caballero2017-11-141-2/+3
* | | | | | FileUtils.toPath to convert File to PathMarc Strapetz2017-11-142-13/+33
* | | | | | Move loggers to the top of their classSaša Živkov2017-10-301-2/+2
* | | | | | Revert "Throw BinaryBlobException from RawParseUtils#lineMap."Han-Wen NIenhuys2017-10-241-4/+11
* | | | | | Throw BinaryBlobException from RawParseUtils#lineMap.Han-Wen Nienhuys2017-10-241-11/+4
* | | | | | Avoid bad rounding "1 year, 12 months" in date formatterMichael Keppler2017-10-181-2/+3
|/ / / / /
* | | | | Merge "Fix JGit set core.fileMode to false by default instead of true for non...David Pursehouse2017-08-251-1/+1
|\ \ \ \ \
| * | | | | Fix JGit set core.fileMode to false by default instead of true for non Window...Joan Goyeau2017-07-241-1/+1
* | | | | | Merge "Ensure EOL stream type is DIRECT when -text attribute is present"Christian Halstrick2017-08-141-6/+10
|\ \ \ \ \ \
| * | | | | | Ensure EOL stream type is DIRECT when -text attribute is presentThomas Wolf2017-08-111-6/+10