← 返回首页
GitHub - gitpython-developers/gitdb at fetch_n_push · GitHub
Skip to content

Navigation Menu

Toggle navigation
Sign in
Appearance settings
Search or jump to...

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Include my email address so I can be contacted

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Resetting focus

gitpython-developers/gitdb

 fetch_n_push
Go to file
Code
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

164 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
View all files

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://github.com/gitpython-developers/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

https://github.com/gitpython-developers/gitdb/issues

LICENSE

New BSD License

About

IO of git-style object databases

Resources

License

Security policy

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

Footer

© 2026 GitHub, Inc.