diff options
| author | Sebastian Thiel <byronimo@gmail.com> | 2010-06-22 12:03:53 +0200 |
|---|---|---|
| committer | Sebastian Thiel <byronimo@gmail.com> | 2010-06-22 12:03:53 +0200 |
| commit | 778234d544b3f58dd415aaf10679d15b01a5281f (patch) | |
| tree | 57e86ae1ca34f7e3e658b1f078f705ba1b397c10 /CHANGES | |
| parent | 91725f0fc59aa05ef68ab96e9b29009ce84668a5 (diff) | |
| parent | c4f49fb232acb2c02761a82acc12c4040699685d (diff) | |
| download | GitPython-778234d544b3f58dd415aaf10679d15b01a5281f.tar.gz GitPython-778234d544b3f58dd415aaf10679d15b01a5281f.zip | |
Merge branch 'writetree'
Diffstat (limited to 'CHANGES')
| -rw-r--r-- | CHANGES | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -4,6 +4,14 @@ CHANGES 0.3 === * ConcurrentWriteOperation was removed, and replaced by LockedFD + * IndexFile.get_entries_key was renamed to entry_key + * IndexEntry instances contained in IndexFile.entries now use binary sha's. Use + the .hexsha property to obtain the hexadecimal version + * IndexFile.write_tree: removed missing_ok keyword, its always True now + 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 + 0.2 Beta 2 =========== |
