summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorSebastian Thiel <byronimo@gmail.com>2009-10-16 19:19:57 +0200
committerSebastian Thiel <byronimo@gmail.com>2009-10-16 19:19:57 +0200
commitb372e26366348920eae32ee81a47b469b511a21f (patch)
tree9cee746944005c9c5d7adf284785a2fdb62dc2e4 /CHANGES
parentbb24f67e64b4ebe11c4d3ce7df021a6ad7ca98f2 (diff)
downloadgitpython-b372e26366348920eae32ee81a47b469b511a21f.tar.gz
added Diffable interface to objects.base, its used by Commit and Tree objects.
Diff class has been prepared to process raw input, but its not yet more than a frame
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index f4a4bae0..8b696ba9 100644
--- a/CHANGES
+++ b/CHANGES
@@ -27,6 +27,9 @@ General
terms are used everywhere, such as "Reference" ( ref ) and "Revision" ( rev ).
Prevously multiple terms where used making it harder to know which type was allowed
or not.
+* Unified diff interface to allow easy diffing between trees, trees and index, trees
+ and working tree, index and working tree, trees and index. This closely follows
+ the git-diff capabilities.
Item Iteration