summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorSebastian Thiel <byronimo@gmail.com>2009-10-18 14:24:30 +0200
committerSebastian Thiel <byronimo@gmail.com>2009-10-18 14:24:30 +0200
commit9acc7806d6bdb306a929c460437d3d03e5e48dcd (patch)
tree82e4bdf8a59fae869bae41aa6b9b048fee2d3e09 /CHANGES
parente063d101face690b8cf4132fa419c5ce3857ef44 (diff)
downloadgitpython-9acc7806d6bdb306a929c460437d3d03e5e48dcd.tar.gz
DiffIndex implemented including test
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 8b696ba9..da396fe0 100644
--- a/CHANGES
+++ b/CHANGES
@@ -80,6 +80,13 @@ Diff
* Members a a_commit and b_commit renamed to a_blob and b_blob - they are populated
with Blob objects if possible
* Members a_path and b_path removed as this information is kept in the blobs
+* Diffs are now returned as DiffIndex allowing to more quickly find the kind of
+ diffs you are interested in
+
+Diffing
+-------
+* Commit and Tree objects now support diffing natively with a common interface to
+ compare agains other Commits or Trees, against the working tree or against the index.
Blob
----