aboutsummaryrefslogtreecommitdiff
path: root/doc/source
diff options
context:
space:
mode:
authorSebastian Thiel <byronimo@gmail.com>2011-06-07 11:47:14 +0200
committerSebastian Thiel <byronimo@gmail.com>2011-06-07 11:47:14 +0200
commit63a0bbe14d0b5b3a29f9647f4089604d8436458e (patch)
treeb732fee35c6cc61d04227e1b49eeebfa21954977 /doc/source
parent65f2dd0ab990adbe1a1470905090391ab5f2ce4e (diff)
downloadGitPython-63a0bbe14d0b5b3a29f9647f4089604d8436458e.tar.gz
GitPython-63a0bbe14d0b5b3a29f9647f4089604d8436458e.zip
Added version_info property to git command
Diffstat (limited to 'doc/source')
-rw-r--r--doc/source/changes.rst6
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`.