summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorSebastian Thiel <byronimo@gmail.com>2009-10-12 17:41:00 +0200
committerSebastian Thiel <byronimo@gmail.com>2009-10-12 17:46:49 +0200
commitbeb76aba0c835669629d95c905551f58cc927299 (patch)
tree077d1ee022d3365a52fb16c006986d30445b443c /CHANGES
parentaf9e37c5c8714136974124621d20c0436bb0735f (diff)
downloadgitpython-beb76aba0c835669629d95c905551f58cc927299.tar.gz
repo.active_branch now returns a Head object, not a string
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 78d02b9a..597d529c 100644
--- a/CHANGES
+++ b/CHANGES
@@ -29,6 +29,10 @@ objects Package
Repo
----
* Moved blame method from Blob to repo as it appeared to belong there much more.
+* active_branch method now returns a Head object instead of a string with the name
+ of the active branch.
+* tree method now requires a Ref instance as input and defaults to the active_branche
+ instead of master
Diff
----