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
+11-2Lines changed: 11 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,13 +4,22 @@ Changelog
4
4
5
5
NEXT
6
6
====
7
+
* ### Class Renames ###
8
+
9
+
* Renamed **GitCmdObjectDB** to **CmdGitDB** (analogue to **PureCmdDB**)
10
+
7
11
* ### Interface Changes ###
12
+
8
13
* SymbolicReference
14
+
9
15
* object_binsha property added
10
-
* Blob Type
11
-
* Added mode constants to ease the manual creation of blobs
16
+
17
+
* Blob Type
18
+
19
+
* Added mode constants to ease the manual creation of blobs
12
20
13
21
* ### Module Changes ###
22
+
14
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.
0 commit comments