summaryrefslogtreecommitdiff
path: root/git/objects/submodule
Commit message (Expand)AuthorAgeFilesLines
* Added ability to define git environment in submodule add/update methodsIgor Solovey2020-11-191-4/+16
* Fixed all warnings in documentation and updated Makefile to treat warnings as...Kian Cross2020-07-131-1/+1
* Fix exception causes all over the codebaseRam Rachum2020-06-141-12/+12
* allow setting depth when cloning a submoduleLiam Beguin2020-05-021-1/+9
* fix: wrong refs 'HEAD' exceptionDong Shin2020-03-211-3/+4
* Replace deprecated Logger.warn with Logger.warningHarmon2020-02-162-2/+2
* Remove and replace compat.string_typesHarmon2020-02-081-2/+1
* resolved all minor issues arised by last fix patchAnil Khatri2019-10-231-1/+1
* fix Loop variable used outside the loopAnil Khatri2019-10-231-1/+1
* removed Unnecessary “else” after “return”Pratik Anurag2019-10-151-2/+1
* Fix #889: Add DeepSource config and fix some major issuesMohit Solanki2019-09-101-3/+2
* Skip on keyerrorSantos Gallegos2019-07-201-2/+3
* 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