summaryrefslogtreecommitdiff
path: root/git/repo/fun.py
Commit message (Expand)AuthorAgeFilesLines
* Combined commits to add types to base.py and fun.pyyobmod2021-03-041-13/+25
* 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
* | pep8 linting (blank lines expectations)Antoine Musso2014-11-161-2/+5
* | pep8 linting (whitespaces)Antoine Musso2014-11-161-28/+28
* | Fixes creating a Repo for a submoduleRemi Rampin2014-04-241-0/+13
* | tabs to 4 spaces - this won't make integrating the patches easier, but it's p...Sebastian Thiel2014-02-091-258/+258
|/
* Fixed incorrect handling of rev_parse if it was fed with branches that looked...Sebastian Thiel2011-02-231-1/+5
* Moved everything into the git subdirectory - some tests still need to be adju...Sebastian Thiel2010-11-251-0/+280