aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst/org/eclipse/jgit/gitrepo
Commit message (Expand)AuthorAgeFilesLines
* Use constants from StandardCharsets instead of hard-coded stringsDavid Pursehouse2017-12-071-4/+5
* Cleanup: Organize importsMatthias Sohn2017-08-301-0/+1
* Fix out-of-bounds exception in RepoCommand#relativeHan-Wen Nienhuys2017-05-241-0/+1
* RepoCommand: Add linkfile support.Dan Willemsen2017-04-181-0/+162
* Fix RepoCommand to allow for relative URLsHan-Wen Nienhuys2017-04-131-0/+127
* Cleanup and test trailing slash handling in ManifestParserHan-Wen Nienhuys2017-04-112-0/+131
* ManifestParser: Throw exception if remote does not have fetch attributeHan-Wen Nienhuys2017-04-101-0/+33
* Enable and fix warnings about redundant specification of type argumentsDavid Pursehouse2017-02-201-1/+1
* Enable and fix 'Should be tagged with @Override' warningDavid Pursehouse2017-02-191-0/+1
* RepoCommandTest: Don't wrap create{Bare,Work}Directory in t-w-rDavid Pursehouse2017-01-281-362/+321
* Organize importsDavid Pursehouse2016-11-141-1/+1
* Fix javadoc errors and unused imports introduced by ddd0fe25Matthias Sohn2016-06-011-3/+0
* RepoCommand: record manifest shallow recommendation in .gitmodulesStefan Beller2016-05-311-0/+48
* RepoCommand: record manifest groups as submodule labelsStefan Beller2016-05-311-0/+49
* RepoCommandTest: Improve assertion message for remote branch recordingStefan Beller2016-05-251-2/+2
* Merge branch 'stable-4.2'Matthias Sohn2016-02-151-2/+3
|\
| * ManifestParserTest: Don't use deprecated StringBufferInputStreamDavid Pursehouse2016-02-151-2/+3
* | Merge branch 'stable-4.2'Matthias Sohn2016-02-121-26/+30
|\|
| * RepoCommandTest: Open Git instances in try-with-resourceDavid Pursehouse2016-02-121-26/+30
* | [gitrepo] Support revision in remote tag.Yuxuan 'fishy' Wang2016-01-271-0/+53
|/
* Skip nested copyfiles in RepoCommand.Yuxuan 'fishy' Wang2015-12-221-1/+6
* Fixed jgit test failures on WindowsAndrey Loskutov2015-10-121-11/+16
* RepoCommand: Add setRecordRemoteBranch option to record upstream branchStefan Beller2015-10-051-0/+45
* Add setTargetBranch in RepoCommand.Yuxuan 'fishy' Wang2015-07-101-30/+51
* Add getters to RepoProject.Yuxuan 'fishy' Wang2015-05-261-6/+6
* Cleanup code and Eclipse compile errors in new gitrepo APIAndrey Loskutov2015-05-241-2/+0
* Refactor to expose ManifestParser.Yuxuan 'fishy' Wang2015-05-222-0/+114
* Fix tests on windows by closing reposChristian Halstrick2014-12-121-226/+232
* Support remote aliases in repo manifest.Yuxuan 'fishy' Wang2014-08-181-0/+24
* Support non-default remotes in project tag.Yuxuan 'fishy' Wang2014-08-181-0/+30
* Add support to <include> tag in repo manifest xml.Yuxuan 'fishy' Wang2014-08-131-0/+40
* Remove overlapping submodules from repo manifest.Yuxuan 'fishy' Wang2014-07-291-0/+59
* Strip trailing /s in repo base URI.Yuxuan 'fishy' Wang2014-07-281-1/+1
* Unit test for the updating behavior in RepoCommand API.Yuxuan 'fishy' Wang2014-05-271-47/+148
* Handle repo copyfile in bare repositories.Yuxuan 'fishy' Wang2014-05-091-1/+39
* Handle the revision attribute in repo manifest.Yuxuan 'fishy' Wang2014-05-091-6/+125
* Handle repo submodules for bare repositories.Yuxuan 'fishy' Wang2014-05-071-0/+41
* Added implementation of copyfile rule.Yuxuan 'fishy' Wang2014-04-231-0/+35
* Added groups support to repo subcommand.Yuxuan 'fishy' Wang2014-04-231-6/+118
* Implemented first part of the repo sub-command.Yuxuan 'fishy' Wang2014-04-231-0/+93