Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b65df78 commit 79cfe05Copy full SHA for 79cfe05
CHANGES
@@ -18,7 +18,6 @@ General
18
constrains the lookup by path. This changes the order of the positional
19
arguments in ``Repo.commits`` and ``Repo.commits_since``.
20
21
-
22
Commit
23
------
24
* ``Commit.message`` now contains the full commit message (rather than just
@@ -33,6 +32,11 @@ Diff
33
32
* Added support for parsing rename info to the diff parser. Addition of new
34
properties ``Diff.renamed``, ``Diff.rename_from``, and ``Diff.rename_to``.
35
+Head
36
+----
37
+* Corrected problem where branches was only returning the last path component
38
+ instead of the entire path component following refs/heads/.
39
+
40
41
0.1.5
42
=====
0 commit comments