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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Enable and fix warnings about redundant specification of type arguments
David Pursehouse
2017-02-20
3
-8
/
+8
*
Enable and fix 'Should be tagged with @Override' warning
David Pursehouse
2017-02-19
1
-0
/
+2
*
RepoCommand#readFile: Don't call Git#getRepository() in try-with-resource
David Pursehouse
2017-01-28
1
-3
/
+2
*
[infer] Mark ManifestParse.getFilteredProjects non-null
Matthias Sohn
2017-01-23
1
-1
/
+2
*
[infer] Fix resource leak in ManifestParser
Matthias Sohn
2016-12-18
1
-14
/
+8
*
[infer] Fix resource leak in RepoCommand
Matthias Sohn
2016-12-18
1
-9
/
+3
*
RepoCommand: Avoid group lists shadowing groups strings
Jonathan Nieder
2016-08-08
2
-10
/
+10
*
Fix javadoc errors and unused imports introduced by ddd0fe25
Matthias Sohn
2016-06-01
2
-2
/
+6
*
RepoCommand: record manifest shallow recommendation in .gitmodules
Stefan Beller
2016-05-31
3
-5
/
+56
*
RepoCommand: record manifest groups as submodule labels
Stefan Beller
2016-05-31
2
-8
/
+91
*
Fix wrong whitespaces.
Yuxuan 'fishy' Wang
2016-03-11
1
-1
/
+1
*
Add ignoreRemoteFailures option to RepoCommand
Yuxuan 'fishy' Wang
2016-03-11
1
-11
/
+41
*
Merge branch 'stable-4.2'
Matthias Sohn
2016-02-10
1
-6
/
+6
|
\
|
*
RepoProject: Fix warnings about variable hiding
David Pursehouse
2016-02-05
1
-6
/
+6
*
|
[gitrepo] Support revision in remote tag.
Yuxuan 'fishy' Wang
2016-01-27
1
-8
/
+34
|
/
*
Skip nested copyfiles in RepoCommand.
Yuxuan 'fishy' Wang
2015-12-22
2
-1
/
+54
*
repo: Do not use search path to find refs/remotes/origin/<branch>
Jonathan Nieder
2015-11-25
1
-1
/
+4
*
Align docstring for RepoCommand.setRecordRemoteBranch with argument
Stefan Beller
2015-10-06
1
-3
/
+3
*
RepoCommand: Add setRecordRemoteBranch option to record upstream branch
Stefan Beller
2015-10-05
1
-2
/
+31
*
Add setTargetBranch in RepoCommand.
Yuxuan 'fishy' Wang
2015-07-10
1
-14
/
+35
*
Require all projects to have a name
Jonathan Nieder
2015-06-11
2
-0
/
+6
*
Fix a javadoc typo in RepoProject.
Yuxuan 'fishy' Wang
2015-06-09
1
-1
/
+1
*
Add getters to RepoProject.
Yuxuan 'fishy' Wang
2015-05-26
3
-27
/
+102
*
Cleanup code and Eclipse compile errors in new gitrepo API
Andrey Loskutov
2015-05-24
3
-6
/
+17
*
Refactor to expose ManifestParser.
Yuxuan 'fishy' Wang
2015-05-22
3
-376
/
+593
*
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
2
-6
/
+75
*
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
2
-29
/
+71
*
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
[next]