aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst/org/eclipse/jgit/gitrepo
Commit message (Expand)AuthorAgeFilesLines
* RepoProject: read the 'dest-branch' attribute of a projectKaushik Lingarkar2024-07-021-0/+30
* RepoCommand: Copy manifest upstream into .gitmodules ref fieldIvan Frade2024-05-302-0/+133
* RepoProject: read the "upstream" attribute of a projectIvan Frade2024-05-301-0/+39
* BaseSuperprojectWriter: report invalid paths as manifest errorsIvan Frade2022-08-231-0/+24
* [errorprone] Fix DefaultCharset warning in BareSuperprojectWriterTestLuca Milanesio2022-02-041-1/+3
* Merge changes I11366273,I256e1572Ivan Frade2022-02-011-0/+104
|\
| * RepoCommand: Offer to set extra files in the destination repositoryIvan Frade2022-01-311-1/+26
| * RepoCommand: Move bare/regular superproject writing to their own classesIvan Frade2022-01-311-0/+79
* | [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-043-114/+15
* 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