diff options
| author | Sebastian Thiel <byronimo@gmail.com> | 2010-06-28 19:16:23 +0200 |
|---|---|---|
| committer | Sebastian Thiel <byronimo@gmail.com> | 2010-06-28 19:16:23 +0200 |
| commit | 8d2239f24f6a54d98201413d4f46256df0d6a5f3 (patch) | |
| tree | cd3685e0bd87441eab4888efbc4e14a232a65a7b /CHANGES | |
| parent | 58fb1187b7b8f1e62d3930bdba9be5aba47a52c6 (diff) | |
| parent | 1fe889ea0cb2547584075dc1eb77f52c54b9a8c4 (diff) | |
| download | GitPython-8d2239f24f6a54d98201413d4f46256df0d6a5f3.tar.gz GitPython-8d2239f24f6a54d98201413d4f46256df0d6a5f3.zip | |
Merge branch 'sha20'
Diffstat (limited to 'CHANGES')
| -rw-r--r-- | CHANGES | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -12,6 +12,11 @@ CHANGES Instead of raising GitCommandError it raises UnmergedEntriesError * diff.Diff.null_hex_sha renamed to NULL_HEX_SHA, to be conforming with the naming in the Object base class + * Object instances, and everything derived from it, now use binary sha's internally. The 'sha' member was removed, in favor of the 'binsha' member. + An 'hexsha' property is available for convenient conversions. + They may only be initialized using their binary shas, reference names or revision specs are not allowed anymore. + * The .data attribute was removed from the Object type, it is only available + on the Blob type. 0.2 Beta 2 |
