aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst/org/eclipse/jgit/gitrepo
Commit message (Expand)AuthorAgeFilesLines
* 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-042-12/+12
* Merge "Support remove-project node in the manifest parser"Jonathan Nieder2018-08-201-0/+26
|\
| * Support remove-project node in the manifest parserMasaya Suzuki2018-08-201-0/+26
* | Use project names instead of paths for the submodule nameMasaya Suzuki2018-07-271-28/+66
|/
* Repository: Deprecate #peel methodDavid Pursehouse2018-05-221-1/+1
* RepoCommandSymlinkTest#testLinkFileBare: Use try-with-resourceDavid Pursehouse2018-03-151-34/+36
* RepoCommandTest: Refactor to use try-with-resourceDavid Pursehouse2018-03-151-395/+373
* Consistently use Constants.CHARSET rather than StandardCharsets.UTF_8David Pursehouse2018-03-112-11/+11
* 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
* 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