summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Trier <mtrier@gmail.com>2008-12-16 10:42:28 -0500
committerMichael Trier <mtrier@gmail.com>2008-12-16 10:42:28 -0500
commit79cfe05054de8a31758eb3de74532ed422c8da27 (patch)
tree37278dcb6787853bd6906a9b31f065eb974d2262
parentb65df78a10c3bcc40d18f3e926bb5a49821acc31 (diff)
downloadgitpython-79cfe05054de8a31758eb3de74532ed422c8da27.tar.gz
Added changes information for path component change.
-rw-r--r--CHANGES6
1 files changed, 5 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 770dbba7..9a1baa62 100644
--- a/CHANGES
+++ b/CHANGES
@@ -18,7 +18,6 @@ General
constrains the lookup by path. This changes the order of the positional
arguments in ``Repo.commits`` and ``Repo.commits_since``.
-
Commit
------
* ``Commit.message`` now contains the full commit message (rather than just
@@ -33,6 +32,11 @@ Diff
* Added support for parsing rename info to the diff parser. Addition of new
properties ``Diff.renamed``, ``Diff.rename_from``, and ``Diff.rename_to``.
+Head
+----
+* Corrected problem where branches was only returning the last path component
+ instead of the entire path component following refs/heads/.
+
0.1.5
=====