aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/submodule
Commit message (Expand)AuthorAgeFilesLines
* Replace use of deprecated method Repository.getRef()Matthias Sohn2016-05-311-2/+2
* containsGitModulesFile() should not crash on bare repositoryAndrey Loskutov2015-08-031-6/+6
* Replace deprecated release() methods by close()Matthias Sohn2015-05-211-9/+0
* Use AutoClosable to close resources in bundle org.eclipse.jgitMatthias Sohn2015-05-211-9/+6
* Implement AutoClosable interface on classes that used release()Matthias Sohn2015-02-091-3/+17
* Add missing @since tags in SubmoduleWalkMatthias Sohn2014-11-031-0/+4
* Enhance SubmoduleWalk with a fast check whether a repo containsChristian Halstrick2014-11-031-0/+22
* Support for Submodule configuration submodule.<name>.ignoreChristian Halstrick2014-11-031-0/+44
* Mark non-externalizable strings as suchRobin Rosenberg2012-12-271-3/+3
* Add Javadoc description for packagesRobin Stocker2012-10-311-0/+4
* Use the working tree's .gitmodules in SubmoduleWalk.forIndex()Dave Borowitz2012-06-251-19/+9
* Fix resource leaks due to unclosed repositoriesChristian Halstrick2012-06-161-3/+13
* Read .gitmodules config from the tree in SubmoduleWalkDave Borowitz2012-06-151-7/+142
* Add a release() method to SubmoduleWalkDave Borowitz2012-06-151-12/+29
* Move JGitText to an internal packageRobin Rosenberg2012-03-121-1/+1
* Support gitdir references in working tree .git fileKevin Sawicki2012-02-081-34/+19
* Support relative submodule URLs on init/add/syncKevin Sawicki2012-01-171-0/+94
* Add comand support for git-submoduleKevin Sawicki2011-12-283-0/+614