aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/gitrepo/ManifestParser.java
Commit message (Expand)AuthorAgeFilesLines
* Replace explicit calls to initCause where possibleDavid Pursehouse2017-12-201-4/+1
* Fix javadoc in org.eclipse.jgit gitrepo packageMatthias Sohn2017-12-181-1/+15
* RepoCommand: Add linkfile support.Dan Willemsen2017-04-181-10/+27
* Cleanup and test trailing slash handling in ManifestParserHan-Wen Nienhuys2017-04-111-13/+24
* ManifestParser: Throw exception if remote does not have fetch attributeHan-Wen Nienhuys2017-04-101-1/+6
* Remove unused import from ManifestParserMatthias Sohn2017-03-311-1/+0
* Noop changes to ManifestParserHan-Wen Nienhuys2017-03-291-14/+7
* Enable and fix warnings about redundant specification of type argumentsDavid Pursehouse2017-02-201-6/+6
* [infer] Mark ManifestParse.getFilteredProjects non-nullMatthias Sohn2017-01-231-1/+2
* [infer] Fix resource leak in ManifestParserMatthias Sohn2016-12-181-14/+8
* RepoCommand: record manifest shallow recommendation in .gitmodulesStefan Beller2016-05-311-0/+2
* [gitrepo] Support revision in remote tag.Yuxuan 'fishy' Wang2016-01-271-8/+34
* Skip nested copyfiles in RepoCommand.Yuxuan 'fishy' Wang2015-12-221-0/+32
* Require all projects to have a nameJonathan Nieder2015-06-111-0/+3
* Add getters to RepoProject.Yuxuan 'fishy' Wang2015-05-261-5/+5
* Cleanup code and Eclipse compile errors in new gitrepo APIAndrey Loskutov2015-05-241-3/+9
* Refactor to expose ManifestParser.Yuxuan 'fishy' Wang2015-05-221-0/+351