| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2010-06-03 | commit.create_from_tree now uses pure python implementation, fixed message ↵ | Sebastian Thiel | |
| parsing which truncated newlines although it was ilegitimate. Its up to the reader to truncate therse, nowhere in the git code I could find anyone adding newlines to commits where it is written Added performance tests for serialization, it does about 5k commits per second if writing to tmpfs | |||
| 2010-06-03 | Added performance comparison to cgit ... and yes, git-python is faster :) | Sebastian Thiel | |
| 2010-06-03 | odb: fixed streamed decompression reader ( specific tests would still be ↵ | Sebastian Thiel | |
| missing ) and added performance tests which are extremely promising | |||
| 2010-06-03 | odb: implemented loose object streaming, which is impossible to do ↵ | Sebastian Thiel | |
| efficiently considering that it copies string buffers all the time | |||
| 2010-06-02 | added frame for object reading, including simple test | Sebastian Thiel | |
| 2010-06-02 | initial version of loose object writing and simple cached object lookup ↵ | Sebastian Thiel | |
| appears to be working | |||
