aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/gitrepo
Commit message (Expand)AuthorAgeFilesLines
* Enable and fix warnings about redundant specification of type argumentsDavid Pursehouse2017-02-203-8/+8
* Enable and fix 'Should be tagged with @Override' warningDavid Pursehouse2017-02-191-0/+2
* RepoCommand#readFile: Don't call Git#getRepository() in try-with-resourceDavid Pursehouse2017-01-281-3/+2
* [infer] Mark ManifestParse.getFilteredProjects non-nullMatthias Sohn2017-01-231-1/+2
* [infer] Fix resource leak in ManifestParserMatthias Sohn2016-12-181-14/+8
* [infer] Fix resource leak in RepoCommandMatthias Sohn2016-12-181-9/+3
* RepoCommand: Avoid group lists shadowing groups stringsJonathan Nieder2016-08-082-10/+10
* Fix javadoc errors and unused imports introduced by ddd0fe25Matthias Sohn2016-06-012-2/+6
* RepoCommand: record manifest shallow recommendation in .gitmodulesStefan Beller2016-05-313-5/+56
* RepoCommand: record manifest groups as submodule labelsStefan Beller2016-05-312-8/+91
* Fix wrong whitespaces.Yuxuan 'fishy' Wang2016-03-111-1/+1
* Add ignoreRemoteFailures option to RepoCommandYuxuan 'fishy' Wang2016-03-111-11/+41
* Merge branch 'stable-4.2'Matthias Sohn2016-02-101-6/+6
|\
| * RepoProject: Fix warnings about variable hidingDavid Pursehouse2016-02-051-6/+6
* | [gitrepo] Support revision in remote tag.Yuxuan 'fishy' Wang2016-01-271-8/+34
|/
* Skip nested copyfiles in RepoCommand.Yuxuan 'fishy' Wang2015-12-222-1/+54
* repo: Do not use search path to find refs/remotes/origin/<branch>Jonathan Nieder2015-11-251-1/+4
* Align docstring for RepoCommand.setRecordRemoteBranch with argumentStefan Beller2015-10-061-3/+3
* RepoCommand: Add setRecordRemoteBranch option to record upstream branchStefan Beller2015-10-051-2/+31
* Add setTargetBranch in RepoCommand.Yuxuan 'fishy' Wang2015-07-101-14/+35
* Require all projects to have a nameJonathan Nieder2015-06-112-0/+6
* Fix a javadoc typo in RepoProject.Yuxuan 'fishy' Wang2015-06-091-1/+1
* Add getters to RepoProject.Yuxuan 'fishy' Wang2015-05-263-27/+102
* Cleanup code and Eclipse compile errors in new gitrepo APIAndrey Loskutov2015-05-243-6/+17
* Refactor to expose ManifestParser.Yuxuan 'fishy' Wang2015-05-223-376/+593
* Use AutoClosable to close resources in bundle org.eclipse.jgitMatthias Sohn2015-05-211-13/+7
* Silence non-externalized string warnings in RepoCommandMatthias Sohn2015-01-221-4/+4
* RepoCommand should close opened reposChristian Halstrick2014-12-121-0/+2
* Fix warnings about missing serialVersionUIDRobin Rosenberg2014-09-041-1/+2
* Rename local variables/parameters to remove warnings about hidingRobin Rosenberg2014-09-041-5/+5
* Eliminate warnings for non-nls strings that will never be translatedRobin Rosenberg2014-09-041-2/+1
* Allow projects without path attribute in manifest.Yuxuan 'fishy' Wang2014-08-281-1/+4
* Handles repo manifest file without default remote.Yuxuan 'fishy' Wang2014-08-271-8/+12
* Support remote aliases in repo manifest.Yuxuan 'fishy' Wang2014-08-181-2/+5
* Support non-default remotes in project tag.Yuxuan 'fishy' Wang2014-08-181-9/+23
* Add missing @since 3.5 tag to RepoCommand.setIncludedFileReaderShawn Pearce2014-08-131-0/+1
* Add support to <include> tag in repo manifest xml.Yuxuan 'fishy' Wang2014-08-132-6/+75
* Tweak the handling of remote url in jgit repo.Yuxuan 'fishy' Wang2014-08-131-11/+6
* Fix non-relative remote defined in manifest xml.Yuxuan 'fishy' Wang2014-08-061-3/+10
* Implement RepoCommand.Project.hashCode() since we override equals()Matthias Sohn2014-07-301-0/+5
* Remove @Override annotation illegal for interfaces on Java 5Matthias Sohn2014-07-301-1/+0
* Remove overlapping submodules from repo manifest.Yuxuan 'fishy' Wang2014-07-291-9/+65
* Strip trailing /s in repo base URI.Yuxuan 'fishy' Wang2014-07-281-1/+7
* Remove an unnecessary $NON-NLS$ commentRobin Rosenberg2014-06-151-1/+1
* Add missing javadoc and since tag for RepoCommand.readFileFromRepo()Matthias Sohn2014-06-121-0/+14
* Refactor DefaultRemoteReader for easier code reuseYuxuan 'fishy' Wang2014-06-101-1/+9
* Add missing @since to RepoCommand.setInputStreamRobin Rosenberg2014-06-101-2/+3
* Added setInputStream to RepoCommand.Yuxuan 'fishy' Wang2014-06-092-29/+71
* Better way to handle relative URLs in manifest XMLYuxuan 'fishy' Wang2014-06-051-2/+2
* Remove unused importDani Megert2014-05-281-1/+0