aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst/org/eclipse/jgit/storage/file/AbbreviationTest.java
Commit message (Expand)AuthorAgeFilesLines
* JGit 3.0: move internal classes into an internal subpackageShawn Pearce2013-03-181-224/+0
* Make sure all bytes are written to files on close, or get an error.Robin Rosenberg2012-01-151-2/+2
* [findbugs] Do not ignore exceptional return value of mkdirMatthias Sohn2011-01-281-1/+2
* Convert all JGit unit tests to JUnit 4Robin Rosenberg2010-12-311-0/+13
* cleanup: Remove unnecessary @SuppressWarningsRobin Rosenberg2010-09-051-1/+0
* Throw AmbiguousObjectException during resolve if its ambiguousShawn O. Pearce2010-08-251-2/+15
* Fix ObjectDirectory abbreviation resolution to notice new packsShawn O. Pearce2010-08-241-1/+0
* Fully implement SHA-1 abbreviationsShawn O. Pearce2010-08-231-0/+199