diff options
| author | Sebastian Thiel <byronimo@gmail.com> | 2011-06-07 11:47:14 +0200 |
|---|---|---|
| committer | Sebastian Thiel <byronimo@gmail.com> | 2011-06-07 11:47:14 +0200 |
| commit | 63a0bbe14d0b5b3a29f9647f4089604d8436458e (patch) | |
| tree | b732fee35c6cc61d04227e1b49eeebfa21954977 /doc | |
| parent | 65f2dd0ab990adbe1a1470905090391ab5f2ce4e (diff) | |
| download | GitPython-63a0bbe14d0b5b3a29f9647f4089604d8436458e.tar.gz GitPython-63a0bbe14d0b5b3a29f9647f4089604d8436458e.zip | |
Added version_info property to git command
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/source/changes.rst | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/source/changes.rst b/doc/source/changes.rst index 131e0a5b..9bd09157 100644 --- a/doc/source/changes.rst +++ b/doc/source/changes.rst @@ -17,11 +17,15 @@ NEXT * **Blob** Type * Added mode constants to ease the manual creation of blobs - + * ### Module Changes ### * Removed rev_parse function from git.repo.fun - the respective functionality is available only through the repository's rev_parse method, which might in turn translate to any implementation. +* ### Git Cmd ### + + * Added ``version_info`` property to git command, returning a tuple of version numbers. + * ### Exceptions ### * There is a new common base for all exceptions git-python will throw, namely `GitPythonError`. |
