aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/submodule
Commit message (Expand)AuthorAgeFilesLines
* Ensure .gitmodules is loaded when accessing submodule nameJohn Dallaway2020-10-251-1/+4
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-043-114/+15
* IndexDiff/SubmoduleWalk: make the RepositoryBuilder configurableThomas Wolf2019-11-151-6/+55
* IndexDiff/SubmoduleWalk: handle submodule.<name>.ignore correctlyThomas Wolf2019-11-151-0/+7
* SubmoduleWalk#forPath: Clarify that caller must close returned instanceDavid Pursehouse2019-04-291-2/+4
* Revert "Use try-with-resources in SubmoduleWalk"Jonathan Nieder2019-04-141-12/+14
* Use try-with-resources in SubmoduleWalkCarsten Hammer2019-04-131-14/+12
* Remove 'final' in parameter listsHan-Wen Nienhuys2018-05-151-6/+6
* SubmoduleWalk#forIndex: Suppress resource warning and update JavadocDavid Pursehouse2018-03-141-1/+3
* SubmoduleWalk: Open Repository in try-with-resourceDavid Pursehouse2018-03-141-12/+8
* Basic submodule merge handlingDavid Turner2018-02-041-0/+77
* WorkingTreeIterator should pass FS to submodulesMarc Strapetz2017-12-301-2/+20
* Use submodule name instead of path as key in configDavid Turner2017-12-271-10/+15
* Fix remaining javadoc errors raised by doclintMatthias Sohn2017-12-211-1/+1
* Fix javadoc in org.eclipse.jgit submodule packageMatthias Sohn2017-12-192-37/+75
* Use Config.getEnum() to read the IgnoreSubmoduleModeThomas Wolf2017-09-041-7/+2
* Don't assume name = path in .gitmodulesThomas Wolf2017-09-041-11/+43
* Don't rely on default locale when using toUpperCase() and toLowerCase()Matthias Sohn2017-01-281-1/+3
* 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