summaryrefslogtreecommitdiff
path: root/git/objects/submodule
Commit message (Expand)AuthorAgeFilesLines
* The proper way is return, not raise StopIterationMichael Käufl2018-10-211-1/+1
* Rewrite unnecessary dict/list/tuple calls as literalsHugo2018-03-182-4/+4
* Drop support for EOL Python 2.6Hugo2018-03-181-4/+1
* Remove trailing slash on drive pathCharles Bouchard-Légaré2017-11-161-1/+1
* Store submodule nameJohn Kirkham2017-10-011-1/+3
* BF: use get, not casting get_value while dealing with submodule path/url etcYaroslav Halchenko2017-09-191-5/+5
* Spelling fixesVille Skyttä2017-03-091-3/+3
* Merge pull request #541 from andy-maier/py26_fixesSebastian Thiel2016-12-081-1/+4
|\
| * Fixes to support Python 2.6 again.Andreas Maier2016-10-241-1/+4
* | chore(lint): flake8Sebastian Thiel2016-12-081-1/+1
* | fix(submodule): don't fail if tracking branch can't be setupSebastian Thiel2016-12-081-1/+1
|/
* Merge branch 'cygwin' of https://github.com/ankostis/GitPython into ankostis-...Sebastian Thiel2016-10-221-53/+56
|\
| * src: import os.path as ospKostis Anagnostopoulos2016-10-161-53/+56
* | Fix some typosSantiago Castro2016-10-201-5/+5
|/
* config, #525: polish more config-urlsKostis Anagnostopoulos2016-10-121-0/+4
* FIX #526: Do not depend on test-sourcesKostis Anagnostopoulos2016-10-111-1/+1
* config: FIX regression by prev commit "wrap all conf..."Kostis Anagnostopoulos2016-10-041-2/+2
* io: Wrap (probably) allconfig_writers in `with` blocksKostis Anagnostopoulos2016-10-041-39/+27
* hidden win-errs: Let leaking TCs run till end, then hideKostis Anagnostopoulos2016-10-041-5/+19
* BF: Allow to remove a submodule with a remote without refsYaroslav Halchenko2016-10-031-1/+1
* io, #519: ALL open() --> with open()Kostis Anagnostopoulos2016-10-011-0/+2
* Win, #519: FIX repo TCs.Kostis Anagnostopoulos2016-10-011-9/+12
* FIX hook TC on PY3+Win & indeterministic lock timing.Kostis Anagnostopoulos2016-09-291-0/+2
* 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-252-0/+2
* 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-212-17/+3
* 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-213-28/+11
* Fixed flake8 and a minor test regression.Sebastian Thiel2015-01-202-23/+26
* Impemented keep_going flag for `Submodule.update()`Sebastian Thiel2015-01-202-350/+376
* 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-202-25/+68
* 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