summaryrefslogtreecommitdiff
path: root/git/repo/fun.py
Commit message (Expand)AuthorAgeFilesLines
* Fix some resource leaks by open file handlesMartin Lambertsen2023-01-091-1/+2
* BUG: Use Cygwin paths for Cygwin gitDWesl2022-06-111-2/+4
* reformat according to 'black' configuration file.Sebastian Thiel2022-05-181-25/+10
* Run everything through 'black'Sebastian Thiel2022-05-181-49/+82
* Fix various typosluz paz2022-05-071-1/+1
* Add __future__.annotations to cmd.py2Yobmod2021-08-021-3/+3
* Add __future__.annotations to cmd.pyYobmod2021-08-021-7/+7
* increase mypy strictness (warn unused ignored and warn unreachable)Yobmod2021-08-021-7/+14
* Make pathlike a forward refYobmod2021-07-191-3/+4
* Change remaining type comments to py3.6+ typesYobmod2021-07-191-4/+5
* flake8 and mypy fixesYobmod2021-05-161-2/+2
* add initial types to remote.pyyobmod2021-05-031-10/+11
* add types to base.py and fun.pyyobmod2021-02-281-13/+24
* Fix exception causes in 7 modulesRam Rachum2020-06-131-6/+8
* Satisfy flake8 requirement related to #1000Sebastian Thiel2020-04-111-1/+1
* Try again to apply patch related to #1000Sebastian Thiel2020-04-111-1/+2
* Revert "When using GIT_OBJECT_DIRECTORY, don't require presence of 'objects' ...Sebastian Thiel2020-04-111-2/+1
* When using GIT_OBJECT_DIRECTORY, don't require presence of 'objects' subdirec...Sebastian Thiel2020-04-111-1/+2
* Remove and replace compat.xrangeHarmon2020-02-081-2/+1
* normalize path after joining submodule path and the relative path to the git ...Joe Savage2019-07-201-1/+1
* Repo: handle worktrees betterPeter Jones2017-07-011-1/+21
* Merge remote-tracking branch 'origin/master' into exp_git_dirKostis Anagnostopoulos2016-10-221-3/+3
|\
| * Merge branch 'cygwin' of https://github.com/ankostis/GitPython into ankostis-...Sebastian Thiel2016-10-221-20/+21
| |\
| * | Fix some typosSantiago Castro2016-10-201-3/+3
* | | Merge with latest branch 'exp_git_dir'Kostis Anagnostopoulos2016-10-191-3/+5
|\ \ \ | |_|/ |/| |
| * | repo: minor code and doc correcions.Kostis Anagnostopoulos2016-10-191-3/+4
| |/
* | cygwin, #533: FIX submodules detection (~10TCs fixed)Kostis Anagnostopoulos2016-10-161-1/+5
* | src: reduce needless deps to `gitdb.util`Kostis Anagnostopoulos2016-10-161-14/+9
* | src: import os.path as ospKostis Anagnostopoulos2016-10-161-6/+8
|/
* src: No PyDev warningsKostis Anagnostopoulos2016-10-041-1/+1
* repo-TCs, #519: FIX config resource leaksKostis Anagnostopoulos2016-10-011-2/+2
* fix(repo): fail loudly if worktrees are usedSebastian Thiel2015-08-291-9/+16
* Fix typoTanner Netterville2015-07-151-1/+1
* Overhauled all tutorials, and placed them in a unit-test.Sebastian Thiel2015-01-221-2/+0
* Assured that branch changes are properly handled.Sebastian Thiel2015-01-211-0/+1
* Greatly improved possible safety of Submodule.update(), which is used by defa...Sebastian Thiel2015-01-201-1/+1
* Repo.init() now supports paths with a '~' in it, or environment variables in ...Sebastian Thiel2015-01-101-3/+5
* Added search_parent_directories keyword argument to Repo type.Sebastian Thiel2015-01-101-20/+9
* Improved handling of name-resolution, which will not mangle names anymore.Sebastian Thiel2015-01-081-3/+6
* test_repo worksSebastian Thiel2015-01-061-1/+1
* test_remote worksSebastian Thiel2015-01-061-1/+1
* Dum brute force conversion of all types.Sebastian Thiel2015-01-041-0/+1
* initial set of adjustments to make (most) imports work.Sebastian Thiel2015-01-041-1/+3
* Applied autopep8Sebastian Thiel2014-11-191-19/+21
* Minor fix to make read_gitfile work .Sebastian Thiel2014-11-191-11/+16
* Merge branch 'separate-git-dir' of https://github.com/niyaton/GitPython into ...Sebastian Thiel2014-11-191-0/+11
|\
| * Added support for separeted git dir.niyaton2013-02-271-0/+11
* | pep8 linting (trailing whitespace)Antoine Musso2014-11-161-5/+5
* | pep8 linting (double spaces before comment)Antoine Musso2014-11-161-1/+1
* | pep8 linting (whitespace before/after)Antoine Musso2014-11-161-4/+4