summaryrefslogtreecommitdiff
path: root/git/repo
Commit message (Expand)AuthorAgeFilesLines
* test_repo worksSebastian Thiel2015-01-062-3/+4
* test_remote worksSebastian Thiel2015-01-061-1/+1
* test_index worksSebastian Thiel2015-01-061-1/+4
* test_commit works once againSebastian Thiel2015-01-051-7/+10
* Dum brute force conversion of all types.Sebastian Thiel2015-01-042-4/+6
* initial set of adjustments to make (most) imports work.Sebastian Thiel2015-01-042-2/+4
* Removed unnecessary (non-gitpython) tests and fixed flake80.3.3Sebastian Thiel2015-01-042-3/+13
* Bumped version, updated changelog, reduced code smellSebastian Thiel2015-01-042-6/+3
* Applied autopep8Sebastian Thiel2014-11-192-47/+54
* Minor fix to make read_gitfile work .Sebastian Thiel2014-11-192-14/+19
* Merge branch 'separate-git-dir' of https://github.com/niyaton/GitPython into ...Sebastian Thiel2014-11-192-2/+18
|\
| * Added support for separeted git dir.niyaton2013-02-272-0/+17
* | pep8 linting (trailing whitespace)Antoine Musso2014-11-162-46/+46
* | pep8 linting (double spaces before comment)Antoine Musso2014-11-161-1/+1
* | pep8 linting (whitespace before/after)Antoine Musso2014-11-162-25/+25
* | pep8 linting (blank lines expectations)Antoine Musso2014-11-162-4/+6
* | pep8 linting (whitespaces)Antoine Musso2014-11-163-100/+100
* | Merge branch 'sf-master' of https://github.com/johnsca/GitPython into johnsca...Sebastian Thiel2014-11-151-2/+5
|\ \
| * | [#5330] Ensure wait() is called on git processesCory Johns2013-10-091-2/+5
* | | Merge pull request #194 from maxyz/fix-issue-41_0.3Sebastian Thiel2014-11-141-2/+2
|\ \ \
| * | | Fix issue #41: repo.is_dirty() on empty repository with stashed filesJan Vcelak2014-09-291-2/+2
* | | | Merge pull request #200 from dbaxa/0.3-with-unicode-fixesSebastian Thiel2014-11-121-2/+2
|\ \ \ \ | |/ / / |/| | |
| * | | Fix the Repo commit and tree methods to work with unicode revs.David Black2014-11-121-2/+2
* | | | Fixed two minor typos.Marios Zindilis2014-06-131-2/+2
|/ / /
* | | Fix typo in untracked_filess13412014-05-091-1/+1
* | | Fix for untracked_files no longer detected #138Maximiliano Curia2014-05-061-18/+16
* | | Fixes creating a Repo for a submoduleRemi Rampin2014-04-242-3/+17
* | | tabs to 4 spaces - this won't make integrating the patches easier, but it's p...Sebastian Thiel2014-02-092-993/+993
| |/ |/|
* | Fixed consecutive lines with same blame info not appearing in blame.Mark Nevill2011-07-181-2/+5
|/
* Added conditional usage of the --progress flag to all relevant methods, that ...Sebastian Thiel2011-06-071-10/+11
* Add progress tracking for git-clone.jez2011-06-071-6/+17
* Fixed incorrect handling of rev_parse if it was fed with branches that looked...Sebastian Thiel2011-02-231-1/+5
* git.repo.base: substituted all usages of the active_branch property with self...Sebastian Thiel2011-01-171-4/+4
* Moved everything into the git subdirectory - some tests still need to be adju...Sebastian Thiel2010-11-253-0/+1036