summaryrefslogtreecommitdiff
path: root/git/repo/fun.py
Commit message (Expand)AuthorAgeFilesLines
* 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