summaryrefslogtreecommitdiff
path: root/git/objects/submodule/base.py
Commit message (Expand)AuthorAgeFilesLines
* Fix IndexFile forwardrefYobmod2021-07-051-3/+2
* Improve typing of config_levels, add assert_never()Yobmod2021-07-051-12/+15
* Merge branch 'main' of https://github.com/Yobmod/gitpythonYobmod2021-07-011-3/+10
|\
| * Merge branch 'main' into Yobmod/mainSebastian Thiel2021-07-011-3/+10
| |\
| | * Added clone multi_options to SubmoduleIgor Lakhtenkov2021-06-301-3/+11
* | | Add missed types to Commit, uncomment to_native_path_linux()Yobmod2021-07-011-3/+3
|/ /
* | Type Traversable.traverse() better, start types of submoduleYobmod2021-06-301-48/+68
|/
* update some TBDs to configparserYobmod2021-06-241-1/+1
* fix an importYobmod2021-06-241-5/+2
* Make IterableList generic and update throughoutYobmod2021-06-241-6/+14
* remove duplicationSebastian Thiel2021-06-241-1/+1
* Add missing article to error messageMax Fan2021-06-241-1/+1
* Fix exsit typoMax Fan2021-06-241-1/+1
* Add types to objects _get_intermediate_items()Yobmod2021-05-201-2/+4
* 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-161-1/+1
* 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-181-2/+2
* 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
* | 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