You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/source/changes.rst
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -17,11 +17,15 @@ NEXT
17
17
* **Blob** Type
18
18
19
19
* Added mode constants to ease the manual creation of blobs
20
-
20
+
21
21
* ### Module Changes ###
22
22
23
23
* 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.
24
24
25
+
* ### Git Cmd ###
26
+
27
+
* Added ``version_info`` property to git command, returning a tuple of version numbers.
28
+
25
29
* ### Exceptions ###
26
30
27
31
* There is a new common base for all exceptions git-python will throw, namely `GitPythonError`.
0 commit comments