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
/
submodule
Commit message (
Expand
)
Author
Age
Files
Lines
*
Ensure .gitmodules is loaded when accessing submodule name
John Dallaway
2020-10-25
1
-1
/
+4
*
Update EDL 1.0 license headers to new short SPDX compliant format
Matthias Sohn
2020-01-04
3
-114
/
+15
*
IndexDiff/SubmoduleWalk: make the RepositoryBuilder configurable
Thomas Wolf
2019-11-15
1
-6
/
+55
*
IndexDiff/SubmoduleWalk: handle submodule.<name>.ignore correctly
Thomas Wolf
2019-11-15
1
-0
/
+7
*
SubmoduleWalk#forPath: Clarify that caller must close returned instance
David Pursehouse
2019-04-29
1
-2
/
+4
*
Revert "Use try-with-resources in SubmoduleWalk"
Jonathan Nieder
2019-04-14
1
-12
/
+14
*
Use try-with-resources in SubmoduleWalk
Carsten Hammer
2019-04-13
1
-14
/
+12
*
Remove 'final' in parameter lists
Han-Wen Nienhuys
2018-05-15
1
-6
/
+6
*
SubmoduleWalk#forIndex: Suppress resource warning and update Javadoc
David Pursehouse
2018-03-14
1
-1
/
+3
*
SubmoduleWalk: Open Repository in try-with-resource
David Pursehouse
2018-03-14
1
-12
/
+8
*
Basic submodule merge handling
David Turner
2018-02-04
1
-0
/
+77
*
WorkingTreeIterator should pass FS to submodules
Marc Strapetz
2017-12-30
1
-2
/
+20
*
Use submodule name instead of path as key in config
David Turner
2017-12-27
1
-10
/
+15
*
Fix remaining javadoc errors raised by doclint
Matthias Sohn
2017-12-21
1
-1
/
+1
*
Fix javadoc in org.eclipse.jgit submodule package
Matthias Sohn
2017-12-19
2
-37
/
+75
*
Use Config.getEnum() to read the IgnoreSubmoduleMode
Thomas Wolf
2017-09-04
1
-7
/
+2
*
Don't assume name = path in .gitmodules
Thomas Wolf
2017-09-04
1
-11
/
+43
*
Don't rely on default locale when using toUpperCase() and toLowerCase()
Matthias Sohn
2017-01-28
1
-1
/
+3
*
Replace use of deprecated method Repository.getRef()
Matthias Sohn
2016-05-31
1
-2
/
+2
*
containsGitModulesFile() should not crash on bare repository
Andrey Loskutov
2015-08-03
1
-6
/
+6
*
Replace deprecated release() methods by close()
Matthias Sohn
2015-05-21
1
-9
/
+0
*
Use AutoClosable to close resources in bundle org.eclipse.jgit
Matthias Sohn
2015-05-21
1
-9
/
+6
*
Implement AutoClosable interface on classes that used release()
Matthias Sohn
2015-02-09
1
-3
/
+17
*
Add missing @since tags in SubmoduleWalk
Matthias Sohn
2014-11-03
1
-0
/
+4
*
Enhance SubmoduleWalk with a fast check whether a repo contains
Christian Halstrick
2014-11-03
1
-0
/
+22
*
Support for Submodule configuration submodule.<name>.ignore
Christian Halstrick
2014-11-03
1
-0
/
+44
*
Mark non-externalizable strings as such
Robin Rosenberg
2012-12-27
1
-3
/
+3
*
Add Javadoc description for packages
Robin Stocker
2012-10-31
1
-0
/
+4
*
Use the working tree's .gitmodules in SubmoduleWalk.forIndex()
Dave Borowitz
2012-06-25
1
-19
/
+9
*
Fix resource leaks due to unclosed repositories
Christian Halstrick
2012-06-16
1
-3
/
+13
*
Read .gitmodules config from the tree in SubmoduleWalk
Dave Borowitz
2012-06-15
1
-7
/
+142
*
Add a release() method to SubmoduleWalk
Dave Borowitz
2012-06-15
1
-12
/
+29
*
Move JGitText to an internal package
Robin Rosenberg
2012-03-12
1
-1
/
+1
*
Support gitdir references in working tree .git file
Kevin Sawicki
2012-02-08
1
-34
/
+19
*
Support relative submodule URLs on init/add/sync
Kevin Sawicki
2012-01-17
1
-0
/
+94
*
Add comand support for git-submodule
Kevin Sawicki
2011-12-28
3
-0
/
+614