diff options
author | William Grzybowski <wg@FreeBSD.org> | 2013-11-25 16:31:06 +0000 |
---|---|---|
committer | William Grzybowski <wg@FreeBSD.org> | 2013-11-25 16:31:06 +0000 |
commit | f81a955507bcb80dd83990dbbaf69eb5b4ecefb3 (patch) | |
tree | 9b64dcd741e2747e92619679552923bb7386ce15 /devel/libgit2/pkg-plist | |
parent | e7dc7e78a452bfb13fe57081fcc6ac11b4c7c6b6 (diff) | |
download | ports-f81a955507bcb80dd83990dbbaf69eb5b4ecefb3.tar.gz ports-f81a955507bcb80dd83990dbbaf69eb5b4ecefb3.zip |
Notes
Diffstat (limited to 'devel/libgit2/pkg-plist')
-rw-r--r-- | devel/libgit2/pkg-plist | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/devel/libgit2/pkg-plist b/devel/libgit2/pkg-plist index 6a48c59ad88d..0c236483c77c 100644 --- a/devel/libgit2/pkg-plist +++ b/devel/libgit2/pkg-plist @@ -1,7 +1,9 @@ include/git2.h include/git2/attr.h +include/git2/blame.h include/git2/blob.h include/git2/branch.h +include/git2/buffer.h include/git2/checkout.h include/git2/clone.h include/git2/commit.h @@ -10,6 +12,7 @@ include/git2/config.h include/git2/cred_helpers.h include/git2/diff.h include/git2/errors.h +include/git2/filter.h include/git2/graph.h include/git2/ignore.h include/git2/index.h @@ -24,6 +27,8 @@ include/git2/odb.h include/git2/odb_backend.h include/git2/oid.h include/git2/pack.h +include/git2/patch.h +include/git2/pathspec.h include/git2/push.h include/git2/refdb.h include/git2/reflog.h @@ -49,9 +54,11 @@ include/git2/types.h include/git2/version.h include/git2/sys/commit.h include/git2/sys/config.h +include/git2/sys/filter.h include/git2/sys/index.h include/git2/sys/odb_backend.h include/git2/sys/refdb_backend.h +include/git2/sys/reflog.h include/git2/sys/refs.h include/git2/sys/repository.h lib/libgit2.so |