Skip to content

jmorse/pygit2-backends

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A package for supplying custom backends for libgit2 for use with the pygit2
package. Given a backend configuration, will create a pygit2 repository that
accesses that database.

There is no support for full emulation of "normal" git repos, for example the
storage of configuration or features such as hooks. Such support is unlikely
to ever occur, as the aim of custom backends it to provide storage engines for
the data in git rather than fully emulating git itself.

NB: compilation has only been tested on a ubuntu 14.4 machine I have handy

About

Build of libgit2-backends for use with pygit2 (WIP)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published