]> git.proxmox.com Git - libgit2.git/commit - include/git2/repository.h
Add git_repository_init_ext for power initters
authorRussell Belfer <rb@github.com>
Thu, 26 Jul 2012 23:07:01 +0000 (16:07 -0700)
committerRussell Belfer <rb@github.com>
Wed, 22 Aug 2012 23:06:22 +0000 (16:06 -0700)
commit662880ca60e4d1662bb10648522242ac54797720
tree8076f921e5a02c540f2ccf3358715be985c6f392
parent5fdc41e76591aebdbae3b49440bc2c8b2430718c
Add git_repository_init_ext for power initters

The extended version of repository init adds support for many
of the things that you can do with `git init` and sets up
structures that will make it easier to extend further in the
future.
include/git2/repository.h
src/fileops.c
src/fileops.h
src/repo_template.h [new file with mode: 0644]
src/repository.c
src/repository.h