aboutsummaryrefslogtreecommitdiff
path: root/git/objects/submodule/base.py
AgeCommit message (Expand)Author
2016-12-08fix(submodule): don't fail if tracking branch can't be setupSebastian Thiel
2016-10-22Merge branch 'cygwin' of https://github.com/ankostis/GitPython into ankostis-...Sebastian Thiel
2016-10-20Fix some typosSantiago Castro
2016-10-16src: import os.path as ospKostis Anagnostopoulos
2016-10-12config, #525: polish more config-urlsKostis Anagnostopoulos
2016-10-11FIX #526: Do not depend on test-sourcesKostis Anagnostopoulos
2016-10-04config: FIX regression by prev commit "wrap all conf..."Kostis Anagnostopoulos
2016-10-04io: Wrap (probably) allconfig_writers in `with` blocksKostis Anagnostopoulos
2016-10-04hidden win-errs: Let leaking TCs run till end, then hideKostis Anagnostopoulos
2016-10-03BF: Allow to remove a submodule with a remote without refsYaroslav Halchenko
2016-10-01io, #519: ALL open() --> with open()Kostis Anagnostopoulos
2016-10-01Win, #519: FIX repo TCs.Kostis Anagnostopoulos
2016-09-29FIX hook TC on PY3+Win & indeterministic lock timing.Kostis Anagnostopoulos
2015-07-22gic {init,clone} --separate-git-dir is supported only since 1.7.5Julien Pivotto
2015-07-17typo in submodules api documentationJulien Pivotto
2015-06-25Added NullHandlers to all loggers to preven "No handler" messagesJames Nowell
2015-04-07Fix problem with submodules on WindowsMarkus Siemens
2015-02-20Apparently, git 1.7.9 supports git-files too, lets assume it's starting at 1.7.0Sebastian Thiel
2015-02-19Adjust minimum git version with git-file support.Sebastian Thiel
2015-02-19Fix flake8 issue.Sebastian Thiel
2015-02-19Use uuid instead of tempfile.mkdtmp, which created an actual directory.Sebastian Thiel
2015-01-22Overhauled all tutorials, and placed them in a unit-test.Sebastian Thiel
2015-01-21Fixed regression in test-suite for IndexFileSebastian Thiel
2015-01-21Added advance usage examples to tutorial and made minor fixes.Sebastian Thiel
2015-01-21Assured that branch changes are properly handled.Sebastian Thiel
2015-01-20Fixed flake8 and a minor test regression.Sebastian Thiel
2015-01-20Impemented keep_going flag for `Submodule.update()`Sebastian Thiel
2015-01-20Submodule.parent_commit() now automatically points to repo.head unless it was...Sebastian Thiel
2015-01-20Greatly improved possible safety of Submodule.update(), which is used by defa...Sebastian Thiel
2015-01-19Submodule.move() will auto-rename the submodule if the name was equal to the ...Sebastian Thiel
2015-01-19Implemented Submodule.rename()Sebastian Thiel
2015-01-19Submodule.move() fixed to deal with 'non-gitfile' clones appropriately.Sebastian Thiel
2015-01-19Basic submodule tests are working once again !Sebastian Thiel
2015-01-17Submodule.remove() now seems to work properly, nearly all tests are back.Sebastian Thiel
2015-01-17Made sure dry-run is properly implemented in Submodule.remove()Sebastian Thiel
2015-01-17Submodule.remove() now deals with .git files correctly.Sebastian Thiel
2015-01-17Assured Submodule.(update|move) are dealing with .git files appropriately.Sebastian Thiel
2015-01-16Implemented more tests and made use of .git files when adding submodulesSebastian Thiel
2015-01-15Fixed previously failing testSebastian Thiel
2015-01-15Submodule.add() can now handle absolute module paths in agreement to the doc ...Sebastian Thiel
2015-01-15For some reason, the new submodule test still broke on py3Sebastian Thiel
2015-01-15Added the first submodule will no longer cause an IOError.Sebastian Thiel
2015-01-06test_repo worksSebastian Thiel
2015-01-05Fixed io types to make tests work on PY2 once again.Sebastian Thiel
2015-01-04Dum brute force conversion of all types.Sebastian Thiel
2015-01-04initial set of adjustments to make (most) imports work.Sebastian Thiel
2015-01-04Replaced ordered dict with standard version; used logging moduleSebastian Thiel
2015-01-04Bumped version, updated changelog, reduced code smellSebastian Thiel
2014-11-19Applied autopep8Sebastian Thiel
2014-11-19Backport of https://github.com/gitpython-developers/GitPython/pull/118Sebastian Thiel