| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2008-06-20 | fixed second problem in ↵ | Florian Apolloner | |
| http://groups.google.com/group/git-python/browse_thread/thread/b8f3580abf31f9db?hl=en# I'll look at the other one in an hour | |||
| 2008-06-11 | stupid typo *grr* | Florian Apolloner | |
| 2008-06-11 | removed to much :þ | Florian Apolloner | |
| 2008-06-11 | added support for GIT_PYTHON_TRACE=='full', thx to SRabbelier for the suggestion | Florian Apolloner | |
| 2008-06-11 | fixed init_bare | Florian Apolloner | |
| 2008-06-07 | Merge branch 'master' of git://gitorious.org/git-python/mainline | Florian Apolloner | |
| 2008-06-07 | fixed up the getattr stuff | Florian Apolloner | |
| 2008-06-05 | use getattr instead of gettatribute | Florian Apolloner | |
| 2008-06-02 | changed svn to git. This makes more sense. I tried trunk, master, edge. | Michael Trier | |
| 2008-06-01 | Git: guard against passing False to git commands | David Aguilar | |
| git does not accept commands of the form: git cmd --xx=False or git cmd -xFalse This patch prevents transform_kwargs from producing command lines with those values. This adds some flexibility/syntactic sugar for callers since they can then assume that kwargs with a False value are not passed to git commands. Signed-off-by: David Aguilar <davvid@gmail.com> | |||
| 2008-06-01 | style: follow PEP 8 in git/cmd.py | David Aguilar | |
| Keyword args shouldn't use spaces around the equals sign per PEP 8. Signed-off-by: David Aguilar <davvid@gmail.com> | |||
| 2008-06-01 | put version stuff back. | Michael Trier | |
| 2008-05-31 | Git: guard against passing False to git commands | David Aguilar | |
| git does not accept commands of the form: git cmd --xx=False or git cmd -xFalse This patch prevents transform_kwargs from producing command lines with those values. This adds some flexibility/syntactic sugar for callers since they can then assume that kwargs with a False value are not passed to git commands. Signed-off-by: David Aguilar <davvid@gmail.com> | |||
| 2008-06-01 | fixed ↵ | Florian Apolloner | |
| http://gitorious.org/projects/git-python/repos/apollo13/comments#comment_105 my mistake ;) I'll investigate this further, but I think we are on the safe side now... | |||
| 2008-06-01 | reverted to the cleaner and safer proc.wait method instead of communicate. | Florian Apolloner | |
| 2008-05-31 | whoops forgot cmd. | Michael Trier | |
| 2008-05-31 | renamed gitter to cmd since that makes more sense. Fixed up changes doc. | Michael Trier | |
| 2008-05-30 | renamed git_python to git. Removed pop_key and replaced with dict.pop. Fixed ↵ | Michael Trier | |
| up tests so they pass except for stderr test. Modified version information retrieval. | |||
