aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/gitrepo
Commit message (Expand)AuthorAgeFilesLines
* Avoid double wordsMincong HUANG2018-12-211-2/+2
* RepoCommand: Preserve executable bit in <copyfile>Ivan Frade2018-10-312-3/+5
* RepoCommand.RemoteReader: Add method to read contents and mode of fileIvan Frade2018-10-311-27/+103
* Format @NonNull on return value as method annotationJonathan Nieder2018-10-091-1/+2
* Deprecate Constants.CHARACTER_ENCODING in favor of StandardCharsets.UTF_8David Pursehouse2018-09-301-4/+4
* Merge "Support remove-project node in the manifest parser"Jonathan Nieder2018-08-201-0/+3
|\
| * Support remove-project node in the manifest parserMasaya Suzuki2018-08-201-0/+3
* | Use a TreeMap to construct the list of renamed projectsHan-Wen Nienhuys2018-08-131-2/+2
* | Use project names instead of paths for the submodule nameMasaya Suzuki2018-07-271-34/+57
|/
* RepoCommand: record remote branch, group, shallow bit by defaultJonathan Nieder2018-07-201-3/+3
* Remove 'final' in parameter listsHan-Wen Nienhuys2018-05-151-3/+3
* Open auto-closeable resources in try-with-resourceDavid Pursehouse2018-03-131-12/+4
* RepoCommand: generate relative submodule URLs from absolute URLs.Han-Wen Nienhuys2018-02-211-6/+2
* RepoCommand: don't record new commit if tree did not changeHan-Wen Nienhuys2018-02-191-0/+5
* RepoCommand: persist unreadable submodules in .gitmodulesHan-Wen Nienhuys2018-02-191-30/+29
* RepoCommand: Don't leave Git openDavid Pursehouse2018-02-151-79/+79
* Replace explicit calls to initCause where possibleDavid Pursehouse2017-12-201-4/+1
* Fix javadoc in org.eclipse.jgit gitrepo packageMatthias Sohn2017-12-184-6/+49
* RepoCommand: Skip RemoteReader when encountering a full SHA-1Jonathan Nieder2017-11-281-2/+1
* Cleanup: Organize importsMatthias Sohn2017-08-301-1/+0
* Fix out-of-bounds exception in RepoCommand#relativeHan-Wen Nienhuys2017-05-241-10/+21
* RepoCommand: Add linkfile support.Dan Willemsen2017-04-183-14/+143
* Add missing @since tag for new API RepoCommand.setTargetURI()Matthias Sohn2017-04-141-3/+5
* Fix RepoCommand to allow for relative URLsHan-Wen Nienhuys2017-04-131-7/+90
* 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-102-1/+7
* Remove unused import from ManifestParserMatthias Sohn2017-03-311-1/+0
* Document the intended use of RepoCommand#setURI()Han-Wen Nienhuys2017-03-291-3/+8
* Noop changes to ManifestParserHan-Wen Nienhuys2017-03-291-14/+7
* Consistently use 'path' for the path to a subrepo in RepoCommandHan-Wen Nienhuys2017-03-271-18/+18
* 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