aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst/org/eclipse/jgit/util
Commit message (Expand)AuthorAgeFilesLines
* 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
* cleanup: use assertArrayEquals for assertion on arraysRobin Rosenberg2012-09-033-26/+26
* cleanup: Prefer assertEquals over assertTrue(....equals(...))Robin Rosenberg2012-09-031-1/+1
* Create an input stream that transforms LF to CRLFRobin Rosenberg2012-09-011-0/+122
* Implement a parser for datesChristian Halstrick2012-08-281-0/+228
* Fix UnionInputStream.read to be more Java-likeIan Wetherbee2012-06-141-0/+23
* Allow to write tests with CLI syntaxTomasz Zarna2012-04-181-0/+102
* Revert "Allow to write tests with CLI syntax"Matthias Sohn2012-03-231-102/+0
* Allow to write tests with CLI syntaxTomasz Zarna2012-03-221-0/+102
* EolCanonicalizingInputStream: binary detection should be optionalMarc Strapetz2012-02-211-8/+19
* Support more of AutoCRLFRobin Rosenberg2012-01-102-0/+129
* Cosmetic adjustment of relative date format, do not display "0 months"Robin Rosenberg2011-10-261-2/+2
* Define a utility class for handling Git date formatsRobin Rosenberg2011-10-231-0/+126
* Use the SystemReader to get system timeRobin Rosenberg2011-10-201-1/+9
* Fix smart HTTP client stream alignment errorsShawn O. Pearce2011-09-141-9/+19
* TemporaryBuffer: Fix reading from in-memory InputStreamShawn O. Pearce2011-06-241-0/+15
* Formatter for relative datesMatthias Sohn2011-05-091-0/+126
* Hande latin-1 encodingLeonard Broman2011-04-111-0/+82
* BlockList: Micro-optimize appending from another BlockListShawn O. Pearce2011-03-181-0/+18
* PackWriter: Reduce GC during enumerationShawn O. Pearce2011-03-071-0/+336
* [findbugs] Do not ignore exceptional return value of mkdirMatthias Sohn2011-01-281-6/+6
* File utility for creating a new empty fileMatthias Sohn2011-01-141-0/+15
* Convert all JGit unit tests to JUnit 4Robin Rosenberg2010-12-3123-164/+369
* File utilities for creating directoriesMatthias Sohn2010-12-131-4/+77
* Add option to skip deletion of non-existing filesMatthias Sohn2010-12-101-0/+95
* Add simple unit tests for Base64Shawn O. Pearce2010-11-121-0/+96