aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/gitrepo/RepoCommand.java
Commit message (Expand)AuthorAgeFilesLines
...
* Add setTargetBranch in RepoCommand.Yuxuan 'fishy' Wang2015-07-101-14/+35
* Add getters to RepoProject.Yuxuan 'fishy' Wang2015-05-261-11/+11
* Cleanup code and Eclipse compile errors in new gitrepo APIAndrey Loskutov2015-05-241-2/+1
* Refactor to expose ManifestParser.Yuxuan 'fishy' Wang2015-05-221-376/+28
* 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-131-6/+73
* 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-091-29/+70
* Better way to handle relative URLs in manifest XMLYuxuan 'fishy' Wang2014-06-051-2/+2
* Remove unused importDani Megert2014-05-281-1/+0
* Unit test for the updating behavior in RepoCommand API.Yuxuan 'fishy' Wang2014-05-271-4/+7
* Adds a callAsMap() function to LsRemoteCommand.Yuxuan 'fishy' Wang2014-05-241-8/+2
* Fix javadoc errors caused by missing tags for declared exceptionsTomasz Zarna2014-05-121-0/+3
* Handle repo copyfile in bare repositories.Yuxuan 'fishy' Wang2014-05-091-34/+79
* Handle the revision attribute in repo manifest.Yuxuan 'fishy' Wang2014-05-091-26/+72
* Handle repo submodules for bare repositories.Yuxuan 'fishy' Wang2014-05-071-15/+202
* Commit changes generated during repo commandYuxuan 'fishy' Wang2014-04-251-5/+14
* Added implementation of copyfile rule.Yuxuan 'fishy' Wang2014-04-231-5/+74
* Added groups support to repo subcommand.Yuxuan 'fishy' Wang2014-04-231-14/+73
* Implemented first part of the repo sub-command.Yuxuan 'fishy' Wang2014-04-231-0/+248