aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst/org/eclipse/jgit/util
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Make sure SystemReader is reset after test is runRobin Stocker2013-10-223-0/+18
* Recognize CRLF when parsing the short message of a commit or tagRobin Rosenberg2013-06-141-0/+12
* Make JGit test work with both hamcrest 1.1 (juno) and 1.3 (kepler)Robin Rosenberg2013-06-091-3/+1
* Fix multiple bugs in RawSubStringPattern used by MessageRevFilterRobin Stocker2013-05-281-0/+104
* Extend the FS class for Java7Robin Rosenberg2013-05-041-0/+15
* Abort before delete in FileUtils.delete EMPTY_DIRECTORIES_ONLY|RECURSIVERobin Stocker2013-04-291-1/+116
* Revert "Add tests for FileUtils.delete and EMPTY_DIREECTORIES_ONLY"Shawn Pearce2013-04-191-85/+0
* Improve test coverage of AutoCRLF(In|Out)putStreamRobin Stocker2013-04-182-18/+33
* Fix boundary conditions in AutoCRLFOutputStreamRobin Rosenberg2013-04-141-1/+25
* Extend FileUtils.rename to common git semanticsRobin Rosenberg2013-03-261-0/+69
* Add tests for FileUtils.delete and EMPTY_DIREECTORIES_ONLYRobin Rosenberg2013-03-241-0/+85
* Extend FileUtils.delete with option to delete empty directories onlyRobin Rosenberg2013-03-081-0/+46
* Accept Change-Id even if footer contains not well-formed entriesStefan Lay2013-02-201-12/+41
* Only replace the ChangeId in the footer, not in the bodyStefan Lay2013-01-191-4/+82
* Declare essentially static methods as staticRobin Rosenberg2012-12-276-6/+7
* Suppress resource warnings with Java 7Robin Rosenberg2012-10-253-0/+11
* Introduce "never" as parseable dateRobin Rosenberg2012-09-181-0/+11
* Introduce ParseExceptions for GitDateParserChristian Halstrick2012-09-172-24/+100