summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fixed http://gitorious.org/projects/git-python/repos/apollo13/comments#comme...Florian Apolloner2008-06-011-1/+1
* Merge branch 'master' of git://gitorious.org/git-python/davidFlorian Apolloner2008-06-011-1/+1
|\
| * tests: allow "git version" test to pass on arbitrary git versionsDavid Aguilar2008-05-311-1/+1
* | reverted to the cleaner and safer proc.wait method instead of communicate.Florian Apolloner2008-06-011-3/+2
* | whoops forgot cmd.Michael Trier2008-05-311-0/+190
* | renamed gitter to cmd since that makes more sense. Fixed up changes doc.Michael Trier2008-05-314-192/+4
|/
* didn't work for git 1.5.3 ;)Florian Apolloner2008-05-311-4/+4
* fixed last failing test, hopefully this works for all git versions...Florian Apolloner2008-05-311-1/+2
* replaced another git_python with gitFlorian Apolloner2008-05-311-1/+1
* couple fixes to setupMichael Trier2008-05-301-3/+3
* added in changes to this releaseMichael Trier2008-05-301-6/+30
* renamed git_python to git. Removed pop_key and replaced with dict.pop. Fixed ...Michael Trier2008-05-3032-85/+69
* tests: keep temporary repos underneath test/reposDavid Aguilar2008-05-291-43/+43
* gitignore: add ignores for common emacs and vim temporary filesDavid Aguilar2008-05-291-0/+2
* git.py: make git_dir an optional parameterDavid Aguilar2008-05-291-2/+32
* tests: add utils.pop_key() testcasesDavid Aguilar2008-05-291-6/+20
* git_python: add utils.pop_key to __init__.pyDavid Aguilar2008-05-291-1/+3
* tests: add a test for the new with_raw_output mechanismDavid Aguilar2008-05-291-0/+6
* git.py: always strip trailing whitespace and add an option to not do soDavid Aguilar2008-05-291-0/+13
* tests: add a test for the new with_stderr mechanismDavid Aguilar2008-05-291-0/+5
* git.py: add support for merging stderr into stdoutDavid Aguilar2008-05-291-0/+16
* tests: add a test for git.foo( with_exceptions=True )David Aguilar2008-05-291-1/+10
* git.py: add a with_exceptions keyword argumentDavid Aguilar2008-05-291-0/+10
* errors: add a GitCommandError classDavid Aguilar2008-05-291-0/+3
* tests: add a git.foo( with_status=True ) testcaseDavid Aguilar2008-05-291-0/+3
* git.py: add support for git.foo( with_status=True )David Aguilar2008-05-291-2/+18
* tests: add a test for git.foo( istream=fh )David Aguilar2008-05-292-5/+15
* git.py: add support for passing in a stdin input streamDavid Aguilar2008-05-291-9/+25
* git.py: always use "git foo" and never "git-foo"David Aguilar2008-05-291-1/+1
* utils: add a pop_key helper functionDavid Aguilar2008-05-291-0/+6
* git.py: add support for a GIT_PYTHON_TRACE environment variableDavid Aguilar2008-05-281-1/+7
* tests: update test_git.py to use the new single-character flag styleDavid Aguilar2008-05-281-1/+1
* git.py: properly handle single-character flags with argumentsDavid Aguilar2008-05-281-2/+1
* gitignore: ignore eggs, .pyo's and /buildDavid Aguilar2008-05-281-2/+3
* Merge git://gitorious.org/git-python/apollo13Michael Trier2008-05-266-59/+39
|\
| * removed stupid printFlorian Apolloner2008-05-221-1/+0
| * use ~/foo instead of /foo for repo.Florian Apolloner2008-05-221-9/+9
| * fixed errors in the test, two permission errors remaining, thx to mock?!?!Florian Apolloner2008-05-213-27/+9
| * removed some unused stuffFlorian Apolloner2008-05-201-2/+2
| * made subprocess not use a shell...Florian Apolloner2008-05-203-13/+12
| * removed some more spacesFlorian Apolloner2008-05-201-12/+12
* | Fixed up problem where name doesn't exist on root of tree.Michael Trier2008-05-252-1/+3
|/
* fixed incorrect test importMichael Trier2008-05-201-1/+0
* added /me as authorFlorian Apolloner2008-05-201-0/+1
* removed unneeded spacesFlorian Apolloner2008-05-2011-226/+226
* added .gitignore to ignore *.pyc files and the egg-info stuff.Florian Apolloner2008-05-201-0/+2
* Missing os import. Thanks apollo13.Michael Trier2008-05-202-0/+2
* added in note about how to handle date time information. Fixed up repo tests...Michael Trier2008-05-182-7/+23
* lots of little fixes. Corrected problem with creating bare repo. Added Repo...Michael Trier2008-05-187-9/+38
* Corrected problem with tree.__len__ getting confused with zero length files. ...Michael Trier2008-05-175-6/+26