]> git.proxmox.com Git - libgit2.git/commit - tests/libgit2/submodule/modify.c
Major submodule rewrite
authorRussell Belfer <rb@github.com>
Thu, 2 Aug 2012 20:00:58 +0000 (13:00 -0700)
committerRussell Belfer <rb@github.com>
Fri, 24 Aug 2012 18:00:26 +0000 (11:00 -0700)
commitaa13bf05c84f10f364ce35c5d4f989337b36e043
treeca5877bd006a6bfdcd9aad5587e36e89523d6cd2
parentdecff7b4c13939e5f00d51aea4176fc543d73ede
Major submodule rewrite

This replaces the old submodule API with a new extended API that
supports most of the things that can be done with `git submodule`.
13 files changed:
include/git2/errors.h
include/git2/submodule.h
src/config_file.c
src/config_file.h
src/diff.c
src/submodule.c
src/submodule.h [new file with mode: 0644]
tests-clar/status/submodules.c
tests-clar/submodule/lookup.c [new file with mode: 0644]
tests-clar/submodule/modify.c [new file with mode: 0644]
tests-clar/submodule/status.c [new file with mode: 0644]
tests-clar/submodule/submodule_helpers.c [new file with mode: 0644]
tests-clar/submodule/submodule_helpers.h [new file with mode: 0644]