summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fixed init_bareFlorian Apolloner2008-06-111-10/+1
* Merge branch 'master' of git://gitorious.org/git-python/mainlineFlorian Apolloner2008-06-075-18/+15
|\
| * changed svn to git. This makes more sense. I tried trunk, master, edge.Michael Trier2008-06-022-2/+2
| * tests: removed an obsolete comment in test_it_ignores_false_kwargsDavid Aguilar2008-06-011-1/+0
| * Git: guard against passing False to git commandsDavid Aguilar2008-06-011-2/+2
| * style: remove spaces around parens per PEP8David Aguilar2008-06-012-1/+7
| * style: follow PEP 8 in git/cmd.pyDavid Aguilar2008-06-011-9/+9
| * put version stuff back.Michael Trier2008-06-012-5/+2
* | fixed up the getattr stuffFlorian Apolloner2008-06-071-10/+7
* | use getattr instead of gettatributeFlorian Apolloner2008-06-051-1/+1
* | tests: add a test to ensure False is never passed to Git.executeDavid Aguilar2008-05-311-0/+6
* | Git: guard against passing False to git commandsDavid Aguilar2008-05-311-2/+2
|/
* forgot to remove the stuff from README.Michael Trier2008-05-311-191/+0
* Removed tutorial from README and added it into new doc section.Michael Trier2008-05-311-0/+191
* stupid me i shouldn't use assert() in testsDavid Aguilar2008-05-311-1/+1
* fixed the buffer test.Florian Apolloner2008-06-011-1/+1
* Merge branch 'master' of git://gitorious.org/git-python/davidFlorian Apolloner2008-06-011-0/+4
|\
| * tests: ensure cmd.execute can handle large outputDavid Aguilar2008-05-311-0/+4
| * tests: allow "git version" test to pass on arbitrary git versionsDavid Aguilar2008-05-311-1/+1
* | 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