jelmer/gitpython.git
2008-06-20 Florian Apollonerfixed second problem in groups.google.com/group/git...
2008-06-11 Florian Apollonerstupid typo *grr*
2008-06-11 Florian Apollonerremoved to much :รพ
2008-06-11 Florian Apolloneradded support for GIT_PYTHON_TRACE=='full', thx to...
2008-06-11 Florian Apollonerfixed init_bare
2008-06-07 Florian ApollonerMerge branch 'master' of git://gitorious.org/git-python...
2008-06-07 Florian Apollonerfixed up the getattr stuff
2008-06-05 Florian Apolloneruse getattr instead of gettatribute
2008-06-02 Michael Trierchanged svn to git. This makes more sense. I tried...
2008-06-02 David Aguilartests: removed an obsolete comment in test_it_ignores_f...
2008-06-02 David AguilarGit: guard against passing False to git commands
2008-06-02 David Aguilarstyle: remove spaces around parens per PEP8
2008-06-02 David Aguilarstyle: follow PEP 8 in git/cmd.py
2008-06-02 Michael Trierput version stuff back.
2008-06-01 David Aguilartests: add a test to ensure False is never passed to...
2008-06-01 David AguilarGit: guard against passing False to git commands
2008-06-01 Michael Trierforgot to remove the stuff from README.
2008-06-01 Michael TrierRemoved tutorial from README and added it into new...
2008-05-31 David Aguilarstupid me i shouldn't use assert() in tests
2008-05-31 Florian Apollonerfixed the buffer test.
2008-05-31 Florian ApollonerMerge branch 'master' of git://gitorious.org/git-python...
2008-05-31 Florian Apollonerfixed gitorious.org/projects/git-python/repos/apollo13...
2008-05-31 David Aguilartests: ensure cmd.execute can handle large output
2008-05-31 David Aguilartests: allow "git version" test to pass on arbitrary...
2008-05-31 Florian ApollonerMerge branch 'master' of git://gitorious.org/git-python...
2008-05-31 Florian Apollonerreverted to the cleaner and safer proc.wait method...
2008-05-31 David Aguilartests: allow "git version" test to pass on arbitrary...
2008-05-31 Michael Trierwhoops forgot cmd.
2008-05-31 Michael Trierrenamed gitter to cmd since that makes more sense....
2008-05-31 Florian Apollonerdidn't work for git 1.5.3 ;)
2008-05-31 Florian Apollonerfixed last failing test, hopefully this works for all...
2008-05-31 Florian Apollonerreplaced another git_python with git
2008-05-31 Michael Triercouple fixes to setup
2008-05-31 Michael Trieradded in changes to this release
2008-05-31 Michael Trierrenamed git_python to git. Removed pop_key and replaced...
2008-05-30 David Aguilartests: keep temporary repos underneath test/repos
2008-05-30 David Aguilargitignore: add ignores for common emacs and vim tempora...
2008-05-30 David Aguilargit.py: make git_dir an optional parameter
2008-05-30 David Aguilartests: add utils.pop_key() testcases
2008-05-30 David Aguilargit_python: add utils.pop_key to __init__.py
2008-05-29 David Aguilartests: add a test for the new with_raw_output mechanism
2008-05-29 David Aguilargit.py: always strip trailing whitespace and add an...
2008-05-29 David Aguilartests: add a test for the new with_stderr mechanism
2008-05-29 David Aguilargit.py: add support for merging stderr into stdout
2008-05-29 David Aguilartests: add a test for git.foo( with_exceptions=True )
2008-05-29 David Aguilargit.py: add a with_exceptions keyword argument
2008-05-29 David Aguilarerrors: add a GitCommandError class
2008-05-29 David Aguilartests: add a git.foo( with_status=True ) testcase
2008-05-29 David Aguilargit.py: add support for git.foo( with_status=True )
2008-05-29 David Aguilartests: add a test for git.foo( istream=fh )
2008-05-29 David Aguilargit.py: add support for passing in a stdin input stream
2008-05-29 David Aguilargit.py: always use "git foo" and never "git-foo"
2008-05-29 David Aguilarutils: add a pop_key helper function
2008-05-29 David Aguilargit.py: add support for a GIT_PYTHON_TRACE environment...
2008-05-29 David Aguilartests: update test_git.py to use the new single-charact...
2008-05-29 David Aguilargit.py: properly handle single-character flags with...
2008-05-29 David Aguilargitignore: ignore eggs, .pyo's and /build
2008-05-26 Michael TrierMerge git://gitorious.org/git-python/apollo13
2008-05-26 Michael TrierFixed up problem where name doesn't exist on root of...
2008-05-22 Florian Apollonerremoved stupid print
2008-05-22 Florian Apolloneruse ~/foo instead of /foo for repo.
2008-05-21 Florian Apollonerfixed errors in the test, two permission errors remaini...
2008-05-20 Florian Apollonerremoved some unused stuff
2008-05-20 Florian Apollonermade subprocess not use a shell...
2008-05-20 Florian Apollonerremoved some more spaces
2008-05-20 Michael Trierfixed incorrect test import
2008-05-20 Florian Apolloneradded /me as author
2008-05-20 Florian Apollonerremoved unneeded spaces
2008-05-20 Florian Apolloneradded .gitignore to ignore *.pyc files and the egg...
2008-05-20 Michael TrierMissing os import. Thanks apollo13.
2008-05-18 Michael Trieradded in note about how to handle date time information...
2008-05-18 Michael Trierlots of little fixes. Corrected problem with creating...
2008-05-17 Michael TrierCorrected problem with tree.__len__ getting confused...
2008-05-08 Michael TrierForgot to add Mock to the requirements.
2008-05-08 Michael TrierFixed up rspec comments that are passing.
2008-05-08 Michael Trierugh, the editing never ends.
2008-05-08 Michael TrierApparently I'm a moron
2008-05-08 Michael TrierMore small changes to tests. Commented out tests not...
2008-05-08 Michael TrierMoved test stuff around and modified imports to just...
2008-05-08 Michael Triercleaned up a bunch of imports for the tests.
2008-05-08 Michael Trierjust more documentation fixes.
2008-05-07 Michael Trierslight modifications to docs.
2008-05-07 Michael Trierinitial project