aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst
Commit message (Expand)AuthorAgeFilesLines
* Merge "Update HEAD in cherry-picking several commits"Robin Stocker2013-07-021-0/+36
|\
| * Update HEAD in cherry-picking several commitsHiroshi Tomita2013-07-011-0/+36
* | Implement get nth offset in PackIndex.Colby Ranger2013-06-281-0/+15
|/
* Fix HTTP response processing for WWW-Authenticate headersAlex Rukhlin2013-06-231-0/+162
* Add a method to DfsOutputStream to read as an InputStreamDave Borowitz2013-06-191-0/+150
* Fix tests for OS X when the tmpdir is the default /tmpRobin Rosenberg2013-06-161-2/+7
* Merge "document empty blocks in StashApplyCommandTest"Matthias Sohn2013-06-141-0/+3
|\
| * document empty blocks in StashApplyCommandTestTomasz Zarna2013-06-131-0/+3
* | Merge branch 'stable-3.0'Matthias Sohn2013-06-134-9/+6
|\ \ | |/ |/|
| * Make JGit test work with both hamcrest 1.1 (juno) and 1.3 (kepler)Robin Rosenberg2013-06-094-9/+6
* | Merge branch 'stable-3.0'Matthias Sohn2013-05-296-14/+375
|\|
| * Support refspecs with wildcard in middle (not only at end)Robin Stocker2013-05-281-0/+150
| * Fix multiple bugs in RawSubStringPattern used by MessageRevFilterRobin Stocker2013-05-281-0/+104
| * Handle short branch/tag name for setBranch in CloneCommandRobin Stocker2013-05-261-6/+34
| * Fix BatchRefUpdate progress-monitoring so it doesn't count twiceRoberto Tyley2013-05-191-7/+30
| * Fix DiffFormatter NPEs for DiffEntry without content changeRobin Stocker2013-05-151-1/+30
| * Fix CommitCommand not to destroy repoChristian Halstrick2013-05-111-0/+27
* | Fix hardcoded use of target/trash in LocalDiskRepositoryTestCaseShawn Pearce2013-05-081-11/+10
|/
* Move org.eclipse.jgit.pgm's resource bundle to internal packageMatthias Sohn2013-05-061-1/+1
* Merge "URIish: Allow multiple slashes in paths"Shawn Pearce2013-05-051-2/+18
|\
| * URIish: Allow multiple slashes in pathsRobin Stocker2013-04-271-2/+18
* | Remove unused repository field from RevWalkDave Borowitz2013-05-051-1/+1
* | Merge "Require a DiffConfig when creating a FollowFilter"Shawn Pearce2013-05-051-1/+4
|\ \
| * | Require a DiffConfig when creating a FollowFilterDave Borowitz2013-05-051-1/+4
* | | Extend the FS class for Java7Robin Rosenberg2013-05-041-0/+15
|/ /
* | TagCommand should be able to create unannotated tags tooRobin Rosenberg2013-05-031-1/+13
* | Add test for RefUpdate delete without HEADRobin Stocker2013-05-031-1/+16
* | Update tags on fetch if --tags or tag refspec specifiedRobin Stocker2013-05-011-0/+25
* | Only fetch tags that do not exist locally with auto-followRobin Stocker2013-05-011-12/+86
* | Abort before delete in FileUtils.delete EMPTY_DIRECTORIES_ONLY|RECURSIVERobin Stocker2013-04-291-1/+116
* | Merge "Make the Reflog a public API again"Robin Rosenberg2013-04-278-37/+36
|\ \ | |/ |/|
| * Make the Reflog a public API againRobin Rosenberg2013-04-268-37/+36
* | Revert "Add tests for FileUtils.delete and EMPTY_DIREECTORIES_ONLY"Shawn Pearce2013-04-191-85/+0
* | IndexDiff: Provide stage state for conflicting entriesRobin Stocker2013-04-191-0/+48
|/
* Merge "A deleted work tree file is not a conflict when merge wants to delete it"Robin Rosenberg2013-04-191-0/+15
|\
| * A deleted work tree file is not a conflict when merge wants to delete itRobin Rosenberg2013-04-081-0/+15
* | Merge "Untracked files should not be included in stash"Robin Rosenberg2013-04-191-0/+1
|\ \
| * | Untracked files should not be included in stashRobin Rosenberg2013-04-181-0/+1
* | | Remove some unnecessary dependencies on FileRepostoryRobin Rosenberg2013-04-189-35/+27
* | | Improve test coverage of AutoCRLF(In|Out)putStreamRobin Stocker2013-04-182-18/+33
|/ /
* | Fix boundary conditions in AutoCRLFOutputStreamRobin Rosenberg2013-04-141-1/+25
* | Merge "Consider working tree changes when stashing newly added files"Robin Rosenberg2013-04-111-0/+32
|\ \
| * | Consider working tree changes when stashing newly added filesRobin Rosenberg2013-04-091-0/+32
| |/
* | Merge changes Ideecc472,I2b12788a,I6cb9382d,I12cd3326,I200baa0b,I05626f2e,I65...Shawn Pearce2013-04-101-0/+2
|\ \
| * | Skip main thread test in ThreadSafeProgressMonitorShawn Pearce2013-04-101-0/+2
| |/
* | Merge "LogCommand.all(): filter out refs that do not refer to commit objects"Robin Rosenberg2013-04-101-1/+7
|\ \
| * | LogCommand.all(): filter out refs that do not refer to commit objectsArthur Baars2013-03-311-1/+7
* | | Merge "LogCommand.all(), peel references before using them"Robin Rosenberg2013-04-101-0/+25
|\| | | |/ |/|
| * LogCommand.all(), peel references before using themArthur Baars2013-03-311-0/+25
* | Add the no-commit option to MergeCommandTomasz Zarna2013-04-041-0/+125