aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst/org/eclipse/jgit/gitrepo/RepoCommandTest.java
Commit message (Expand)AuthorAgeFilesLines
* RepoCommand: Copy manifest upstream into .gitmodules ref fieldIvan Frade2024-05-301-0/+88
* BaseSuperprojectWriter: report invalid paths as manifest errorsIvan Frade2022-08-231-0/+24
* [test] RepoCommandTest: guard tests for executable filesThomas Wolf2022-02-011-7/+14
* RepoCommand: Do not set 'branch' if the revision is a tagIvan Frade2021-05-261-0/+48
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
* RepoCommand: Preserve executable bit in <copyfile>Ivan Frade2018-10-311-0/+118
* RepoCommand.RemoteReader: Add method to read contents and mode of fileIvan Frade2018-10-311-12/+19
* RepoCommandTest: Extract method to assert file contentsIvan Frade2018-10-301-42/+17
* Explicitly specify charset when constructing BufferedReaderDavid Pursehouse2018-09-261-29/+30
* Make inner classes static where possibleDavid Pursehouse2018-09-261-1/+1
* Deprecate Constants.CHARSET in favor of StandardCharsets.UTF_8David Pursehouse2018-09-041-8/+8
* Use project names instead of paths for the submodule nameMasaya Suzuki2018-07-271-28/+66
* Repository: Deprecate #peel methodDavid Pursehouse2018-05-221-1/+1
* RepoCommandTest: Refactor to use try-with-resourceDavid Pursehouse2018-03-151-395/+373
* Consistently use Constants.CHARSET rather than StandardCharsets.UTF_8David Pursehouse2018-03-111-8/+8
* RepoCommand: generate relative submodule URLs from absolute URLs.Han-Wen Nienhuys2018-02-211-0/+58
* RepoCommand: don't record new commit if tree did not changeHan-Wen Nienhuys2018-02-191-2/+54
* RepoCommand: persist unreadable submodules in .gitmodulesHan-Wen Nienhuys2018-02-191-33/+44
* Use constants from StandardCharsets instead of hard-coded stringsDavid Pursehouse2017-12-071-4/+5
* Fix out-of-bounds exception in RepoCommand#relativeHan-Wen Nienhuys2017-05-241-0/+1
* Fix RepoCommand to allow for relative URLsHan-Wen Nienhuys2017-04-131-0/+127
* Cleanup and test trailing slash handling in ManifestParserHan-Wen Nienhuys2017-04-111-0/+115
* 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
* 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-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
* Cleanup code and Eclipse compile errors in new gitrepo APIAndrey Loskutov2015-05-241-2/+0
* Refactor to expose ManifestParser.Yuxuan 'fishy' Wang2015-05-221-0/+2
* 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