| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | db: added pure python git database | Sebastian Thiel | 2010-06-20 | 1 | -0/+0 |
| | | | | | repo: now has the option to use the pure python git database implementation, which is currently not used though | ||||
| * | GitCmd implementation of gitdb base moved to git-python where it belongs. ↵ | Sebastian Thiel | 2010-06-18 | 1 | -0/+0 |
| | | | | | Previously it was located in gitdb, which doesn't have any facilities to use the git command | ||||
| * | Move LazyMixin type to gitdb, index reading now uses file_contents_ro from ↵ | Sebastian Thiel | 2010-06-15 | 1 | -0/+0 |
| | | | | | gitdb as well | ||||
| * | Moved LockedFD and its test into the gitdb project | Sebastian Thiel | 2010-06-15 | 1 | -0/+0 |
| | | |||||
| * | Reimplemented Lock handling to be conforming to the git lock protocol, which ↵ | Sebastian Thiel | 2010-06-15 | 1 | -0/+0 |
| | | | | | | | is actually more efficient than the previous implementation Index now locks its file for reading, and properly uses LockedFD when writing | ||||
| * | Implemented initial version of tree serialization which appears to work ↵ | Sebastian Thiel | 2010-06-14 | 1 | -0/+0 |
| | | | | | | | | according to a simple test ( presort still needs implementation ) submodule: added stub to allow the tree to return something, its not implemented though | ||||
| * | Removed odb from project, it is now used as a submodule named gitdb, which ↵ | Sebastian Thiel | 2010-06-12 | 1 | -0/+0 |
| was added instead Adjusted all imports to deal with the changed package names | |||||
