summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorSebastian Thiel <byronimo@gmail.com>2009-10-16 16:09:07 +0200
committerSebastian Thiel <byronimo@gmail.com>2009-10-16 16:09:07 +0200
commitbb24f67e64b4ebe11c4d3ce7df021a6ad7ca98f2 (patch)
tree391ba27fa04e7d6ef65fb7d371b07475eb4263c6 /CHANGES
parent919164df96d9f956c8be712f33a9a037b097745b (diff)
downloadgitpython-bb24f67e64b4ebe11c4d3ce7df021a6ad7ca98f2.tar.gz
Fixed object bug that would cause object ids not to be resolved to sha's as this was assumed - now there is a test for it as well
repo: removed diff and commit_diff methods, added 'head' property returning the current head as Reference object
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 96a1ef56..f4a4bae0 100644
--- a/CHANGES
+++ b/CHANGES
@@ -60,6 +60,8 @@ Repo
related repositories, i.e. clones, git-rev-list would be sufficient to find
commits that would need to be transferred for example.
- 'create' method which equals the 'init' method's functionality
+ - 'diff' - it returned a mere string which still had to be parsed
+ - 'commit_diff' - moved to Commit, Tree and Diff types respectively
* Renamed the following methods:
- commits to iter_commits to improve the performance, adjusted signature
- init_bare to init, implying less about the options to be used