summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'stable-3.1'Matthias Sohn2013-10-031-10/+41
|\
| * Attempt to fix graph layout when new heads are introducedRobin Rosenberg2013-09-261-10/+41
* | Added the git-describe implementationKohsuke Kawaguchi2013-09-271-0/+242
|/
* ResetCommand: Allow reset on unborn branch when ref not specifiedRobin Stocker2013-09-131-1/+37
* Don't treat "/" as valid ignore patternRobin Stocker2013-09-091-0/+11
* Enable LsRemoteCommand to work without local repositoryRobin Stocker2013-08-131-1/+9
* Merge "Recognize CRLF when parsing the short message of a commit or tag"Robin Rosenberg2013-08-102-0/+25
|\
| * Recognize CRLF when parsing the short message of a commit or tagRobin Rosenberg2013-06-142-0/+25
* | Merge "Added characters to be escaped in file name patterns"Robin Rosenberg2013-08-101-0/+40
|\ \
| * | Added characters to be escaped in file name patternsGustav Karlsson2013-04-061-0/+40
* | | Implement open(URIish) for TransportLocalRobin Stocker2013-07-211-0/+16
* | | Update reflog like C Git during rebase (non-interactive)Robin Rosenberg2013-07-211-2/+90
* | | Add path option to StatusCommandChristian Halstrick2013-07-211-0/+36
* | | Fix bugs in TreeWalk#isPathSuffix used by PathSuffixFilterRobin Stocker2013-07-081-0/+10
* | | Refactor PathSuffixFilterTest to remove duplicationRobin Stocker2013-07-081-61/+31
* | | 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
|\ \