summaryrefslogtreecommitdiff
path: root/git/objects/submodule/base.py
Commit message (Expand)AuthorAgeFilesLines
* gic {init,clone} --separate-git-dir is supported only since 1.7.5Julien Pivotto2015-07-221-1/+1
* typo in submodules api documentationJulien Pivotto2015-07-171-1/+1
* Added NullHandlers to all loggers to preven "No handler" messagesJames Nowell2015-06-251-0/+1
* Fix problem with submodules on WindowsMarkus Siemens2015-04-071-1/+2
* Apparently, git 1.7.9 supports git-files too, lets assume it's starting at 1.7.0Sebastian Thiel2015-02-201-2/+1
* Adjust minimum git version with git-file support.Sebastian Thiel2015-02-191-1/+2
* Fix flake8 issue.Sebastian Thiel2015-02-191-4/+6
* Use uuid instead of tempfile.mkdtmp, which created an actual directory.Sebastian Thiel2015-02-191-2/+2
* Overhauled all tutorials, and placed them in a unit-test.Sebastian Thiel2015-01-221-2/+2
* Fixed regression in test-suite for IndexFileSebastian Thiel2015-01-211-2/+2
* Added advance usage examples to tutorial and made minor fixes.Sebastian Thiel2015-01-211-1/+1
* Assured that branch changes are properly handled.Sebastian Thiel2015-01-211-12/+0
* Fixed flake8 and a minor test regression.Sebastian Thiel2015-01-201-18/+20
* Impemented keep_going flag for `Submodule.update()`Sebastian Thiel2015-01-201-146/+159
* Submodule.parent_commit() now automatically points to repo.head unless it was...Sebastian Thiel2015-01-201-27/+38
* Greatly improved possible safety of Submodule.update(), which is used by defa...Sebastian Thiel2015-01-201-17/+54
* Submodule.move() will auto-rename the submodule if the name was equal to the ...Sebastian Thiel2015-01-191-0/+6
* Implemented Submodule.rename()Sebastian Thiel2015-01-191-4/+78
* Submodule.move() fixed to deal with 'non-gitfile' clones appropriately.Sebastian Thiel2015-01-191-1/+1
* Basic submodule tests are working once again !Sebastian Thiel2015-01-191-10/+18
* Submodule.remove() now seems to work properly, nearly all tests are back.Sebastian Thiel2015-01-171-18/+20
* Made sure dry-run is properly implemented in Submodule.remove()Sebastian Thiel2015-01-171-7/+13
* Submodule.remove() now deals with .git files correctly.Sebastian Thiel2015-01-171-15/+29
* Assured Submodule.(update|move) are dealing with .git files appropriately.Sebastian Thiel2015-01-171-60/+92
* Implemented more tests and made use of .git files when adding submodulesSebastian Thiel2015-01-161-5/+34
* Fixed previously failing testSebastian Thiel2015-01-151-2/+2
* Submodule.add() can now handle absolute module paths in agreement to the doc ...Sebastian Thiel2015-01-151-0/+11
* For some reason, the new submodule test still broke on py3Sebastian Thiel2015-01-151-3/+0
* Added the first submodule will no longer cause an IOError.Sebastian Thiel2015-01-151-1/+1
* test_repo worksSebastian Thiel2015-01-061-8/+23
* Fixed io types to make tests work on PY2 once again.py3Sebastian Thiel2015-01-051-3/+3
* Dum brute force conversion of all types.Sebastian Thiel2015-01-041-1/+2
* initial set of adjustments to make (most) imports work.Sebastian Thiel2015-01-041-3/+3
* Replaced ordered dict with standard version; used logging moduleSebastian Thiel2015-01-041-5/+7
* Bumped version, updated changelog, reduced code smellSebastian Thiel2015-01-041-5/+7
* Applied autopep8Sebastian Thiel2014-11-191-55/+63
* Backport of https://github.com/gitpython-developers/GitPython/pull/118Sebastian Thiel2014-11-191-1/+1
* pep8 linting (trailing whitespace)Antoine Musso2014-11-161-42/+42
* pep8 linting (whitespace before/after)Antoine Musso2014-11-161-12/+12
* pep8 linting (blank lines expectations)Antoine Musso2014-11-161-3/+2
* pep8 linting (whitespaces)Antoine Musso2014-11-161-107/+106
* Make sure that branches looking like a numeric scalar will not become number ...Sebastian Thiel2014-05-011-1/+1
* tabs to 4 spaces - this won't make integrating the patches easier, but it's p...Sebastian Thiel2014-02-091-892/+892
* Submodule now uses a specialized method to remove its trees to allow read-onl...Sebastian Thiel2011-06-131-5/+4
* submodule.add: handles addition of repositories with a specific branch correc...Sebastian Thiel2010-12-031-6/+8
* Fixed bug, which was so obvious that I am wondering how none of the test ran ...Sebastian Thiel2010-12-011-1/+1
* Moved everything into the git subdirectory - some tests still need to be adju...Sebastian Thiel2010-11-251-0/+924