aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test
Commit message (Expand)AuthorAgeFilesLines
* Remove unneeded interface from test classChristian Halstrick2011-01-261-12/+0
* Refactor IndexPack to not require local filesystemShawn O. Pearce2011-01-254-55/+109
* Parse RevCommit bodies before calling RevFilter.include()Jesse Greenwald2011-01-251-0/+117
* Exposed the constructor of Note classSasa Zivkov2011-01-251-58/+58
* Merge "File utility for creating a new empty file"Matthias Sohn2011-01-161-0/+15
|\
| * File utility for creating a new empty fileMatthias Sohn2011-01-141-0/+15
* | Fix API ListBranchCommand for listmode 'all'Roberto Tyley2011-01-121-0/+6
* | Merge "Using java.util.concurrent in NLSTest instead of handling threads dire...Shawn Pearce2011-01-101-30/+28
|\ \ | |/ |/|
| * Using java.util.concurrent in NLSTest instead of handling threads directly.Sasa Zivkov2011-01-101-30/+28
* | Merge "Config: Preserve existing case of names in sections"Shawn O. Pearce2011-01-091-2/+15
|\ \
| * | Config: Preserve existing case of names in sectionsShawn O. Pearce2011-01-061-2/+15
* | | Merging Git notesSasa Zivkov2011-01-092-0/+658
* | | Fix IgnoreRule for directory-only patternsMarc Strapetz2011-01-071-0/+10
|/ /
* / NoteMap implements Iterable<Note>Sasa Zivkov2011-01-051-0/+87
|/
* Cleanup configuration of Maven JUnit runnerShawn O. Pearce2011-01-021-4/+0
* Fix NLSTest and RootLocalTest for JUnit 4Shawn O. Pearce2011-01-022-19/+42
* Merge "Implement a revert command"Shawn Pearce2011-01-022-0/+159
|\
| * Implement a revert commandRobin Rosenberg2011-01-022-0/+159
* | Require the hamcrest packaging that comes with EclipseRobin Rosenberg2011-01-011-3/+4
|/
* Drop unneccessary @SuppressWarningsRobin Rosenberg2010-12-311-5/+0
* Fix TestTranslationBundleRobin Rosenberg2010-12-315-1/+1
* Convert all JGit unit tests to JUnit 4Robin Rosenberg2010-12-31175-419/+2917
* Add support for getting the system wide configurationRobin Rosenberg2010-12-311-1/+2
* Merge "Fix FileSnapShot"Shawn Pearce2010-12-301-0/+152
|\
| * Fix FileSnapShotRobin Rosenberg2010-12-301-0/+152
* | Merge "CheckoutResult: return paths instead of Files"Shawn Pearce2010-12-291-4/+3
|\ \ | |/ |/|
| * CheckoutResult: return paths instead of FilesMathias Kinzler2010-12-211-4/+3
* | Enable use of JUnit 4 with the jgit.test projectRobin Rosenberg2010-12-281-3/+4
* | Fix ArrayIndexOutOfBoundsException in DirCacheIteratorShawn O. Pearce2010-12-222-0/+25
* | DirCacheIteratorTest: Use newInCore instead of diskShawn O. Pearce2010-12-221-8/+8
|/
* Fix CheckoutCommandTestMathias Kinzler2010-12-201-3/+4
* Fix JDK 6 Usage of String.getBytes(Charset)Mathias Kinzler2010-12-201-1/+2
* Checkout: fix handling if name does not refer to a local branchMathias Kinzler2010-12-201-1/+18
* Remove deprecated WriteTree from testsShawn O. Pearce2010-12-202-141/+168
* Checkout: expose a CheckoutResultMathias Kinzler2010-12-201-0/+51
* Qualify post 0.10 buildsMatthias Sohn2010-12-172-32/+32
* Merge branch 'stable-0.10'Matthias Sohn2010-12-172-32/+32
|\
| * Qualify post 0.10.1 buildsstable-0.10Matthias Sohn2010-12-172-32/+32
| * JGit 0.10.1v0.10.1Matthias Sohn2010-12-172-32/+32
* | Merge "Do not rely on filemode differences in case of symbolic links"Shawn Pearce2010-12-151-0/+21
|\ \
| * | Do not rely on filemode differences in case of symbolic linksPhilipp Thun2010-12-141-0/+21
* | | Save StoredConfig after modificationsShawn O. Pearce2010-12-154-10/+18
* | | Reduce calls to Repository.getConfigShawn O. Pearce2010-12-151-6/+6
| |/ |/|
* | Remove remaining uses of FileWriterShawn O. Pearce2010-12-132-20/+6
|/
* File utilities for creating directoriesMatthias Sohn2010-12-131-4/+77
* Rebase: abort on unknown/unsupported command in git-rebase-todoMathias Kinzler2010-12-101-1/+9
* Merge "IndexPack: Remove blob-streaming size threshold"Shawn Pearce2010-12-091-1/+0
|\
| * IndexPack: Remove blob-streaming size thresholdroberto2010-12-091-1/+0
* | Merge "Add option to skip deletion of non-existing files"Chris Aniszczyk2010-12-091-0/+95
|\ \
| * | Add option to skip deletion of non-existing filesMatthias Sohn2010-12-101-0/+95