summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Support multiple refspecs in fetch.Robert Collins2014-07-032-1/+13
* Merge pull request #167 from williamgibb/0.3Sebastian Thiel2014-07-021-6/+15
|\
| * Add patch from to 0.3 branch.William Gibb2014-06-261-6/+15
|/
* Merge pull request #165 from marios-zindilis/0.3Sebastian Thiel2014-06-172-3/+3
|\
| * Fixed two minor typos.Marios Zindilis2014-06-131-2/+2
| * Changed link to PyPIMarios Zindilis2014-06-131-1/+1
|/
* HACK: Removed assertion just to be a bit less annoyed by constant failSebastian Thiel2014-06-041-1/+4
* Merge branch 'wyrdvans-0.3' into 0.3Sebastian Thiel2014-05-211-1/+0
|\
| * Merge branch '0.3' of https://github.com/wyrdvans/GitPython into wyrdvans-0.3Sebastian Thiel2014-05-211-1/+0
| |\ |/ /
| * Remove requires in setup.py.Jason Schadel2012-11-191-1/+0
* | Added coverage reportSebastian Thiel2014-05-194-1/+17
* | Merge pull request #163 from nefaspartim/bugfix-142Sebastian Thiel2014-05-161-3/+4
|\ \
| * | Fix for #142. Simply ignores lines that begin with ' ='Derek D. Fedel2014-05-161-3/+4
|/ /
* | Merge pull request #162 from s1341/0.3Sebastian Thiel2014-05-091-1/+1
|\ \
| * | Fix typo in untracked_filess13412014-05-091-1/+1
|/ /
* | Updated readme with development statusSebastian Thiel2014-05-071-2/+35
* | Merge pull request #158 from maxyz/0.3Sebastian Thiel2014-05-061-18/+16
|\ \
| * | Fix for untracked_files no longer detected #138Maximiliano Curia2014-05-061-18/+16
|/ /
* | tags seem to be required for the tests to run - git-python usess objects from...Sebastian Thiel2014-05-041-0/+1
* | Let's see if recursive checkouts will fix 'gitdb not found' issue for travis.Sebastian Thiel2014-05-041-1/+4
* | Fixed travis-ci url in ReadmeSebastian Thiel2014-05-041-1/+1
* | Added support for travis ciSebastian Thiel2014-05-043-20/+25
* | Make sure that branches looking like a numeric scalar will not become number ...Sebastian Thiel2014-05-011-1/+1
* | Merge pull request #156 from remram44/fix-git-in-submoduleSebastian Thiel2014-04-272-3/+17
|\ \
| * | Fixes creating a Repo for a submoduleRemi Rampin2014-04-242-3/+17
* | | Merge pull request #154 from brunson/0.3Eric Brunson2014-04-252-5/+47
|\ \ \ | |/ / |/| |
| * | add git command optionsEric Brunson2014-04-251-0/+2
| * | add git command optionsEric Brunson2014-04-252-3/+19
| * | add git command optionsEric Brunson2014-04-231-3/+27
|/ /
* | Merge pull request #148 from cool-RR/patch-1Sebastian Thiel2014-04-071-2/+2
|\ \
| * | Update README.rstRam Rachum2014-03-301-2/+2
* | | Merge pull request #151 from goerz/patch-1Sebastian Thiel2014-04-071-1/+1
|\ \ \ | |/ / |/| |
| * | Fixed undefined variable 'path' in ReferenceMichael Goerz2014-04-061-1/+1
|/ /
* | Merge branch 'feature/spaces-and-cleanup-0.3' into 0.3Sebastian Thiel2014-02-1056-13756/+13765
|\ \ | |/ |/|
| * Minor modifications to get tests back to work.Sebastian Thiel2014-02-103-13/+20
| * Adjusted required versions of pre-requisites, now the majority of the tests workSebastian Thiel2014-02-105-7/+9
| * tabs to 4 spaces - this won't make integrating the patches easier, but it's p...Sebastian Thiel2014-02-0954-13750/+13750
|/
* Fixed typo which for some reason came in unnoticedSebastian Thiel2012-07-241-1/+1
* updated gitdb to latest versionSebastian Thiel2012-07-231-0/+0
* Submodule update to latest versionSebastian Thiel2012-07-231-0/+0
* submodules now use the http protocol to faciliate use in corporate networksSebastian Thiel2012-07-231-1/+1
* Merge pull request #42 from gsoltis/0.3Sebastian Thiel2012-05-171-1/+1
|\
| * Ignore progress lines from the git http backend that start w/ POST ...Greg Soltis2012-01-101-1/+1
|/
* fixed testcaseSebastian Thiel2011-07-181-1/+1
* Merge branch 'blamefix' into 0.3Sebastian Thiel2011-07-182-2/+14
|\
| * new blame test addedSebastian Thiel2011-07-181-0/+9
| * Fixed consecutive lines with same blame info not appearing in blame.Mark Nevill2011-07-181-2/+5
|/
* cmd: on windows, we will now fallback to using git.cmd, as the default instal...Sebastian Thiel2011-07-061-6/+39
* Bumped version to 0.3.2 RC10.3.2-RC1Sebastian Thiel2011-07-062-3/+3
* Implemented GIT_PYTHON_GIT_EXECUTABLE including test and docsSebastian Thiel2011-07-055-8/+41