summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* fixed unneeded list unpackingFlorian Apolloner2008-08-211-3/+3
* use shell=True in windows (git.exe needs to be on %PATH%)Florian Apolloner2008-08-111-3/+8
* Fix use of bare repositories.Jelmer Vernooij2008-07-281-1/+2
* Remove debug statement.Jelmer Vernooij2008-07-281-1/+0
* Avoid stripping newlines in blob data.Jelmer Vernooij2008-07-281-1/+1
* Removed method_missing since it was only used in one place.Michael Trier2008-07-172-29/+7
* fixed a silly typoFlorian Apolloner2008-07-171-1/+1
* Added license information to all files.Michael Trier2008-07-1615-1/+93
* fixed http://groups.google.com/group/git-python/browse_thread/thread/62b972d2...0.1.4-preFlorian Apolloner2008-07-081-5/+9
* fixed http://groups.google.com/group/git-python/browse_thread/thread/b8f3580a...Florian Apolloner2008-06-254-90/+52
* added os.path.expanduser to the repo initializationFlorian Apolloner2008-06-211-0/+1
* continued yesterdays work on the execute stuffFlorian Apolloner2008-06-211-24/+16
* made with_exceptions=True default (don't look before you leak ;)) and removed...Florian Apolloner2008-06-202-34/+33
* Merge branch 'master' of git://gitorious.org/git-python/david into bisectFlorian Apolloner2008-06-202-40/+93
|\
| * cmd: rename with_keep_cwd to keep_cwdDavid Aguilar2008-06-151-7/+9
| * Merge commit 'sverre/master' into davidDavid Aguilar2008-06-151-2/+23
| |\
| | * Added a with_keep_cwd optionSverre Rabbelier2008-06-131-1/+13
| | * Improved the GIT_PYTHON_TRACE=full output formatSverre Rabbelier2008-06-131-1/+10
| * | cmd: better support for bare repositoriesDavid Aguilar2008-06-152-3/+6
| * | cmd: properly handle cwd for repos with work treesDavid Aguilar2008-06-121-1/+4
| * | repo: these changes make Govind's latest changes pass the test casesDavid Aguilar2008-06-121-1/+6
| * | Determine git_dir and git_work_tree in python.Govind Salinas2008-06-122-37/+56
| |/
* | fixed second problem in http://groups.google.com/group/git-python/browse_thre...Florian Apolloner2008-06-201-1/+3
|/
* stupid typo *grr*Florian Apolloner2008-06-111-2/+2
* removed to much :รพFlorian Apolloner2008-06-111-0/+4
* added support for GIT_PYTHON_TRACE=='full', thx to SRabbelier for the suggestionFlorian Apolloner2008-06-111-2/+5
* fixed init_bareFlorian Apolloner2008-06-111-10/+1
* Merge branch 'master' of git://gitorious.org/git-python/mainlineFlorian Apolloner2008-06-072-13/+10
|\
| * changed svn to git. This makes more sense. I tried trunk, master, edge.Michael Trier2008-06-021-1/+1
| * Git: guard against passing False to git commandsDavid Aguilar2008-06-011-2/+2
| * style: follow PEP 8 in git/cmd.pyDavid Aguilar2008-06-011-9/+9
| * put version stuff back.Michael Trier2008-06-011-4/+1
* | fixed up the getattr stuffFlorian Apolloner2008-06-071-10/+7
* | use getattr instead of gettatributeFlorian Apolloner2008-06-051-1/+1
* | Git: guard against passing False to git commandsDavid Aguilar2008-05-311-2/+2
|/
* fixed http://gitorious.org/projects/git-python/repos/apollo13/comments#comme...Florian Apolloner2008-06-011-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-313-192/+2
* renamed git_python to git. Removed pop_key and replaced with dict.pop. Fixed ...Michael Trier2008-05-3016-40/+37
* git.py: make git_dir an optional parameterDavid Aguilar2008-05-291-2/+32
* git_python: add utils.pop_key to __init__.pyDavid Aguilar2008-05-291-1/+3
* git.py: always strip trailing whitespace and add an option to not do soDavid Aguilar2008-05-291-0/+13
* git.py: add support for merging stderr into stdoutDavid Aguilar2008-05-291-0/+16
* git.py: add a with_exceptions keyword argumentDavid Aguilar2008-05-291-0/+10
* errors: add a GitCommandError classDavid Aguilar2008-05-291-0/+3
* git.py: add support for git.foo( with_status=True )David Aguilar2008-05-291-2/+18
* 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