index
:
jgit.git
master
master%private
next
stable-0.10
stable-0.11
stable-0.12
stable-0.7
stable-0.8
stable-0.9
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-2.0
stable-2.1
stable-2.2
stable-2.3
stable-3.0
stable-3.1
stable-3.2
stable-3.3
stable-3.4
stable-3.5
stable-3.6
stable-3.7
stable-4.0
stable-4.1
stable-4.10
stable-4.11
stable-4.2
stable-4.3
stable-4.4
stable-4.5
stable-4.6
stable-4.7
stable-4.8
stable-4.9
stable-5.0
stable-5.1
stable-5.10
stable-5.11
stable-5.12
stable-5.13
stable-5.2
stable-5.3
stable-5.4
stable-5.5
stable-5.6
stable-5.7
stable-5.8
stable-5.9
stable-6.0
stable-6.1
stable-6.10
stable-6.2
stable-6.3
stable-6.4
stable-6.5
stable-6.6
stable-6.7
stable-6.8
stable-6.9
stable-7.0
stable-7.1
JGit, the Java implementation of git: https://github.com/eclipse-jgit/jgit
www-data
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
org.eclipse.jgit
/
src
/
org
/
eclipse
/
jgit
/
gitrepo
/
RepoCommand.java
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Add setTargetBranch in RepoCommand.
Yuxuan 'fishy' Wang
2015-07-10
1
-14
/
+35
*
Add getters to RepoProject.
Yuxuan 'fishy' Wang
2015-05-26
1
-11
/
+11
*
Cleanup code and Eclipse compile errors in new gitrepo API
Andrey Loskutov
2015-05-24
1
-2
/
+1
*
Refactor to expose ManifestParser.
Yuxuan 'fishy' Wang
2015-05-22
1
-376
/
+28
*
Use AutoClosable to close resources in bundle org.eclipse.jgit
Matthias Sohn
2015-05-21
1
-13
/
+7
*
Silence non-externalized string warnings in RepoCommand
Matthias Sohn
2015-01-22
1
-4
/
+4
*
RepoCommand should close opened repos
Christian Halstrick
2014-12-12
1
-0
/
+2
*
Fix warnings about missing serialVersionUID
Robin Rosenberg
2014-09-04
1
-1
/
+2
*
Rename local variables/parameters to remove warnings about hiding
Robin Rosenberg
2014-09-04
1
-5
/
+5
*
Eliminate warnings for non-nls strings that will never be translated
Robin Rosenberg
2014-09-04
1
-2
/
+1
*
Allow projects without path attribute in manifest.
Yuxuan 'fishy' Wang
2014-08-28
1
-1
/
+4
*
Handles repo manifest file without default remote.
Yuxuan 'fishy' Wang
2014-08-27
1
-8
/
+12
*
Support remote aliases in repo manifest.
Yuxuan 'fishy' Wang
2014-08-18
1
-2
/
+5
*
Support non-default remotes in project tag.
Yuxuan 'fishy' Wang
2014-08-18
1
-9
/
+23
*
Add missing @since 3.5 tag to RepoCommand.setIncludedFileReader
Shawn Pearce
2014-08-13
1
-0
/
+1
*
Add support to <include> tag in repo manifest xml.
Yuxuan 'fishy' Wang
2014-08-13
1
-6
/
+73
*
Tweak the handling of remote url in jgit repo.
Yuxuan 'fishy' Wang
2014-08-13
1
-11
/
+6
*
Fix non-relative remote defined in manifest xml.
Yuxuan 'fishy' Wang
2014-08-06
1
-3
/
+10
*
Implement RepoCommand.Project.hashCode() since we override equals()
Matthias Sohn
2014-07-30
1
-0
/
+5
*
Remove @Override annotation illegal for interfaces on Java 5
Matthias Sohn
2014-07-30
1
-1
/
+0
*
Remove overlapping submodules from repo manifest.
Yuxuan 'fishy' Wang
2014-07-29
1
-9
/
+65
*
Strip trailing /s in repo base URI.
Yuxuan 'fishy' Wang
2014-07-28
1
-1
/
+7
*
Remove an unnecessary $NON-NLS$ comment
Robin Rosenberg
2014-06-15
1
-1
/
+1
*
Add missing javadoc and since tag for RepoCommand.readFileFromRepo()
Matthias Sohn
2014-06-12
1
-0
/
+14
*
Refactor DefaultRemoteReader for easier code reuse
Yuxuan 'fishy' Wang
2014-06-10
1
-1
/
+9
*
Add missing @since to RepoCommand.setInputStream
Robin Rosenberg
2014-06-10
1
-2
/
+3
*
Added setInputStream to RepoCommand.
Yuxuan 'fishy' Wang
2014-06-09
1
-29
/
+70
*
Better way to handle relative URLs in manifest XML
Yuxuan 'fishy' Wang
2014-06-05
1
-2
/
+2
*
Remove unused import
Dani Megert
2014-05-28
1
-1
/
+0
*
Unit test for the updating behavior in RepoCommand API.
Yuxuan 'fishy' Wang
2014-05-27
1
-4
/
+7
*
Adds a callAsMap() function to LsRemoteCommand.
Yuxuan 'fishy' Wang
2014-05-24
1
-8
/
+2
*
Fix javadoc errors caused by missing tags for declared exceptions
Tomasz Zarna
2014-05-12
1
-0
/
+3
*
Handle repo copyfile in bare repositories.
Yuxuan 'fishy' Wang
2014-05-09
1
-34
/
+79
*
Handle the revision attribute in repo manifest.
Yuxuan 'fishy' Wang
2014-05-09
1
-26
/
+72
*
Handle repo submodules for bare repositories.
Yuxuan 'fishy' Wang
2014-05-07
1
-15
/
+202
*
Commit changes generated during repo command
Yuxuan 'fishy' Wang
2014-04-25
1
-5
/
+14
*
Added implementation of copyfile rule.
Yuxuan 'fishy' Wang
2014-04-23
1
-5
/
+74
*
Added groups support to repo subcommand.
Yuxuan 'fishy' Wang
2014-04-23
1
-14
/
+73
*
Implemented first part of the repo sub-command.
Yuxuan 'fishy' Wang
2014-04-23
1
-0
/
+248
[prev]