This repository was archived by the owner on Apr 14, 2024. It is now read-only.
forked from graingert/gitdb-speedups
-
Notifications
You must be signed in to change notification settings - Fork 1
License
gitpython-developers/gitdb-speedups
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
GitDB ===== GitDB allows you to access bare git repositories for reading and writing. It aims at allowing full access to loose objects as well as packs with performance and scalability in mind. It operates exclusively on streams, allowing to operate on large objects with a small memory footprint. REQUIREMENTS ============ * Python Nose - for running the tests SOURCE ====== The source is available in a git repository at gitorious and github: git://gitorious.org/git-python/gitdb.git git://github.com/Byron/gitdb.git Once the clone is complete, please be sure to initialize the submodules using cd gitdb git submodule update --init Run the tests with nosetests MAILING LIST ============ http://groups.google.com/group/git-python ISSUE TRACKER ============= http://byronimo.lighthouseapp.com/projects/51787-gitpython LICENSE ======= New BSD License
About
No description, website, or topics provided.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- C 88.9%
- Python 11.1%