aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst/org/eclipse/jgit/util
Commit message (Expand)AuthorAgeFilesLines
* Avoid bad rounding "1 year, 12 months" in date formatterMichael Keppler2017-10-231-1/+8
* ChangeIdUtilTest: Remove unused notestCommitDashVDavid Pursehouse2017-09-301-17/+0
* Expose LongMap in util packageShawn Pearce2017-08-091-0/+153
* NB: encode and decode 24-bit intsShawn Pearce2017-08-091-0/+65
* Remove unused import introduced in a551b64Matthias Sohn2017-08-011-1/+0
* Merge changes I424295df,Ib003f7c8David Pursehouse2017-08-011-24/+24
|\
| * Treat RawText of binary data as file with one single line.Han-Wen Nienhuys2017-08-011-0/+7
| * Trim boilerplate in RawParseUtils_LineMapTest.Han-Wen Nienhuys2017-07-271-24/+17
* | IntList: support contains(int)Shawn Pearce2017-07-281-0/+11
* | Fix null return from FS.readPipe when command fails to launchBryan Donlan2017-05-241-3/+12
|/
* RepoCommand: Add linkfile support.Dan Willemsen2017-04-181-8/+8
* SHA-1: collision detection supportShawn Pearce2017-02-281-0/+111
* SHA1: support reset() and reuse instancesShawn Pearce2017-02-261-0/+15
* Pure Java SHA-1Shawn Pearce2017-02-261-0/+112
* Enable and fix warnings about redundant specification of type argumentsDavid Pursehouse2017-02-204-27/+27
* Enable and fix 'Should be tagged with @Override' warningDavid Pursehouse2017-02-191-0/+6
* Detect stale-file-handle error in causal chainHongkai Liu2017-01-301-0/+40
* Rename FileUtilTest to FileUtilsTest and merge in FileUtils7TestHongkai Liu2017-01-302-100/+30
* Organize importsDavid Pursehouse2016-11-141-6/+5
* Add support for built-in smudge filtersChristian Halstrick2016-09-201-0/+94
* Add support for built-in clean filtersChristian Halstrick2016-09-201-0/+157
* Add support for post-commit hooksMartin Goellnitz2016-09-131-0/+62
* Don't log error if system git config does not existMatthias Sohn2016-09-051-0/+13
* Rename FSJava7Test to FSTestMatthias Sohn2016-09-031-1/+1
* Add EOL stream type detection to TreeWalkIvan Motsch2016-03-071-3/+4
* Implement SHA-256 abstractionMatthias Sohn2016-02-041-1/+12
* Remove declared IOException which is no longer thrownMatthias Sohn2016-01-201-2/+1
* Paths.pathCompare: Utility to sort paths from byte[]Shawn Pearce2016-01-091-0/+56
* Add Paths utility classShawn Pearce2016-01-081-0/+62
* Checkout should be able to override modified symbolic linksAndrey Loskutov2015-12-171-8/+18
* Fix unit tests on WindowsChristian Halstrick2015-11-261-17/+18
* Fix HookTest when running on Win32_CygwinChristian Halstrick2015-11-261-13/+8
* Let FS_Win32_Cygwin detect symlink support by creating temporary symlinkChristian Halstrick2015-11-212-0/+3
* Introduce FS.execute() to execute a command defined by a ProcessBuilderChristian Halstrick2015-11-181-0/+40
* Enhance FS.runProcess() to support stdin-redirection and binary dataChristian Halstrick2015-11-021-0/+171
* Fixed jgit test failures on WindowsAndrey Loskutov2015-10-121-7/+14
* Use NIO2 to implement FileUtils.rename() and expose optionsMatthias Sohn2015-08-171-0/+12
* IO: Add a method for reading linesDave Borowitz2015-07-081-0/+116
* FS_POSIX: Rework umask detection to make it settableShawn Pearce2015-05-101-41/+16
* Merge bundle org.eclipse.jgit.java7 into org.eclipse.jgitMatthias Sohn2015-03-233-0/+468
* TemporaryBuffer: Allow presizing block pointer listDave Borowitz2015-03-181-0/+25
* Fix FileUtils.testRelativize_mixedCase which failed on Mac OS XMatthias Sohn2015-02-021-19/+8
* Introduce hook support into the FS implementationsLaurent Goubet2015-02-021-0/+79
* AIOOB in ChangeIdUtil.indexOfChangeId if amended message is a newlineAndrey Loskutov2015-01-061-0/+4
* Deprecate TemporaryBuffer.LocalFile without parent directoryShawn Pearce2014-11-251-12/+12
* Cache SimpleDateFormat in GitDateParser per localeMatthias Sohn2013-11-232-15/+30
* Merge changes I85470d1d,I43711486,Ie6ade781,Ic9ab2b6e,Iebe50933,Id6fac253,Ia6...Shawn Pearce2013-11-054-15/+63
|\
| * Move repeat() to utility class for testsShawn Pearce2013-11-013-12/+59
| * Remove hardcoded target/trash from test casesShawn Pearce2013-11-011-3/+4
* | Also use MockSystemReader in GitDateParserBadlyFormattedTestMatthias Sohn2013-11-051-0/+14
|/