Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created March 2, 2020 09:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r-ryantm/daace0c42a5991854144d1dbedb79cea to your computer and use it in GitHub Desktop.
Save r-ryantm/daace0c42a5991854144d1dbedb79cea to your computer and use it in GitHub Desktop.
/nix/store/43pkiahh6y3nccp33rqzmysjd2vh0dh3-libgit2-0.99.0
├── include
│   ├── git2
│   │   ├── annotated_commit.h
│   │   ├── apply.h
│   │   ├── attr.h
│   │   ├── blame.h
│   │   ├── blob.h
│   │   ├── branch.h
│   │   ├── buffer.h
│   │   ├── cert.h
│   │   ├── checkout.h
│   │   ├── cherrypick.h
│   │   ├── clone.h
│   │   ├── commit.h
│   │   ├── common.h
│   │   ├── config.h
│   │   ├── credential.h
│   │   ├── credential_helpers.h
│   │   ├── cred_helpers.h
│   │   ├── deprecated.h
│   │   ├── describe.h
│   │   ├── diff.h
│   │   ├── errors.h
│   │   ├── filter.h
│   │   ├── global.h
│   │   ├── graph.h
│   │   ├── ignore.h
│   │   ├── indexer.h
│   │   ├── index.h
│   │   ├── mailmap.h
│   │   ├── merge.h
│   │   ├── message.h
│   │   ├── net.h
│   │   ├── notes.h
│   │   ├── object.h
│   │   ├── odb_backend.h
│   │   ├── odb.h
│   │   ├── oidarray.h
│   │   ├── oid.h
│   │   ├── pack.h
│   │   ├── patch.h
│   │   ├── pathspec.h
│   │   ├── proxy.h
│   │   ├── rebase.h
│   │   ├── refdb.h
│   │   ├── reflog.h
│   │   ├── refs.h
│   │   ├── refspec.h
│   │   ├── remote.h
│   │   ├── repository.h
│   │   ├── reset.h
│   │   ├── revert.h
│   │   ├── revparse.h
│   │   ├── revwalk.h
│   │   ├── signature.h
│   │   ├── stash.h
│   │   ├── status.h
│   │   ├── stdint.h
│   │   ├── strarray.h
│   │   ├── submodule.h
│   │   ├── sys
│   │   │   ├── alloc.h
│   │   │   ├── commit.h
│   │   │   ├── config.h
│   │   │   ├── credential.h
│   │   │   ├── cred.h
│   │   │   ├── diff.h
│   │   │   ├── filter.h
│   │   │   ├── hashsig.h
│   │   │   ├── index.h
│   │   │   ├── mempack.h
│   │   │   ├── merge.h
│   │   │   ├── odb_backend.h
│   │   │   ├── openssl.h
│   │   │   ├── path.h
│   │   │   ├── refdb_backend.h
│   │   │   ├── reflog.h
│   │   │   ├── refs.h
│   │   │   ├── repository.h
│   │   │   ├── stream.h
│   │   │   └── transport.h
│   │   ├── tag.h
│   │   ├── trace.h
│   │   ├── transaction.h
│   │   ├── transport.h
│   │   ├── tree.h
│   │   ├── types.h
│   │   ├── version.h
│   │   └── worktree.h
│   └── git2.h
└── lib
├── libgit2.so -> libgit2.so.0.99
├── libgit2.so.0.99 -> libgit2.so.0.99.0
├── libgit2.so.0.99.0
└── pkgconfig
└── libgit2.pc
5 directories, 91 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment