jelmer/gitpython.git
2008-07-26 Jelmer VernooijFix use of bare repositories. master
2008-07-26 Jelmer VernooijRemove debug statement.
2008-07-26 Jelmer VernooijAvoid stripping newlines in blob data.
2008-07-20 Michael Trierbump for package change.
2008-07-20 Michael TrierMade MANIFEST changes.
2008-07-17 Michael TrierAlways fogetting the changes.
2008-07-17 Michael TrierRemoved method_missing since it was only used in one...
2008-07-17 Florian Apollonerfixed a silly typo
2008-07-17 Michael Trierbump
2008-07-17 Michael TrierCleaned up changes file.
2008-07-17 Michael TrierAdded license information to all files.
2008-07-08 Florian Apollonerfixed groups.google.com/group/git-python/browse_thread...
2008-06-24 Florian Apollonerfixed groups.google.com/group/git-python/browse_thread...
2008-06-21 Florian Apolloneradded os.path.expanduser to the repo initialization
2008-06-21 Florian Apollonercontinued yesterdays work on the execute stuff
2008-06-20 Florian ApollonerMerge branch 'master' of git@gitorious.org:git-python...
2008-06-20 Florian Apollonermade with_exceptions=True default (don't look before...
2008-06-20 Florian ApollonerMerge branch 'master' of git://gitorious.org/git-python...
2008-06-20 Florian Apollonerfixed the tests, which where broken before my commit...
2008-06-20 Florian ApollonerMerge branch 'master' of git://gitorious.org/git-python...
2008-06-20 Florian Apollonerfixed second problem in groups.google.com/group/git...
2008-06-16 David Aguilarcmd: rename with_keep_cwd to keep_cwd
2008-06-15 David AguilarMerge commit 'sverre/master' into david
2008-06-15 David Aguilarcmd: better support for bare repositories
2008-06-13 Sverre RabbelierAdded a with_keep_cwd option
2008-06-13 Sverre RabbelierImproved the GIT_PYTHON_TRACE=full output format
2008-06-13 Sverre RabbelierAdded /dist to .gitignore
2008-06-12 David Aguilarcmd: properly handle cwd for repos with work trees
2008-06-12 David Aguilarrepo: these changes make Govind's latest changes pass...
2008-06-12 Govind SalinasDetermine git_dir and git_work_tree in python.
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...
next