Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created May 1, 2019 06:26
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 ryantm/7f2f03b9b4f5e169dde3d0de93065731 to your computer and use it in GitHub Desktop.
Save ryantm/7f2f03b9b4f5e169dde3d0de93065731 to your computer and use it in GitHub Desktop.
/nix/store/1i5vrbr0z69p7h4sgq1w16glg3j5k0sa-libgit2-glib-0.28.0.1
├── include
│   └── libgit2-glib-1.0
│   └── libgit2-glib
│   ├── ggit-annotated-commit.h
│   ├── ggit-blame.h
│   ├── ggit-blame-options.h
│   ├── ggit-blob.h
│   ├── ggit-blob-output-stream.h
│   ├── ggit-branch-enumerator.h
│   ├── ggit-branch.h
│   ├── ggit-checkout-options.h
│   ├── ggit-cherry-pick-options.h
│   ├── ggit-clone-options.h
│   ├── ggit-commit.h
│   ├── ggit-commit-parents.h
│   ├── ggit-config-entry.h
│   ├── ggit-config.h
│   ├── ggit-cred.h
│   ├── ggit-cred-plaintext.h
│   ├── ggit-cred-ssh-interactive.h
│   ├── ggit-cred-ssh-key-from-agent.h
│   ├── ggit-diff-binary-file.h
│   ├── ggit-diff-binary.h
│   ├── ggit-diff-delta.h
│   ├── ggit-diff-file.h
│   ├── ggit-diff-find-options.h
│   ├── ggit-diff-format-email-options.h
│   ├── ggit-diff.h
│   ├── ggit-diff-hunk.h
│   ├── ggit-diff-line.h
│   ├── ggit-diff-options.h
│   ├── ggit-diff-similarity-metric.h
│   ├── ggit-enum-types.h
│   ├── ggit-error.h
│   ├── ggit-fetch-options.h
│   ├── ggit.h
│   ├── ggit-index-entry.h
│   ├── ggit-index-entry-resolve-undo.h
│   ├── ggit-index.h
│   ├── ggit-main.h
│   ├── ggit-merge-options.h
│   ├── ggit-message.h
│   ├── ggit-native.h
│   ├── ggit-note.h
│   ├── ggit-object-factory-base.h
│   ├── ggit-object-factory.h
│   ├── ggit-object.h
│   ├── ggit-oid.h
│   ├── ggit-patch.h
│   ├── ggit-proxy-options.h
│   ├── ggit-push-options.h
│   ├── ggit-rebase.h
│   ├── ggit-rebase-operation.h
│   ├── ggit-rebase-options.h
│   ├── ggit-ref.h
│   ├── ggit-reflog-entry.h
│   ├── ggit-reflog.h
│   ├── ggit-ref-spec.h
│   ├── ggit-remote-callbacks.h
│   ├── ggit-remote.h
│   ├── ggit-repository.h
│   ├── ggit-revert-options.h
│   ├── ggit-revision-walker.h
│   ├── ggit-signature.h
│   ├── ggit-status-options.h
│   ├── ggit-submodule.h
│   ├── ggit-submodule-update-options.h
│   ├── ggit-tag.h
│   ├── ggit-transfer-progress.h
│   ├── ggit-tree-builder.h
│   ├── ggit-tree-entry.h
│   ├── ggit-tree.h
│   └── ggit-types.h
├── lib
│   ├── girepository-1.0
│   │   └── Ggit-1.0.typelib
│   ├── libgit2-glib-1.0.so -> libgit2-glib-1.0.so.0
│   ├── libgit2-glib-1.0.so.0 -> libgit2-glib-1.0.so.0.2800.0
│   ├── libgit2-glib-1.0.so.0.2800.0
│   ├── pkgconfig
│   │   └── libgit2-glib-1.0.pc
│   └── python3.7
│   └── site-packages
│   └── gi
│   └── overrides
│   ├── Ggit.py
│   └── __pycache__
│   ├── Ggit.cpython-37.opt-1.pyc
│   └── Ggit.cpython-37.pyc
├── nix-support
│   └── propagated-build-inputs
└── share
├── gir-1.0
│   └── Ggit-1.0.gir
└── vala
└── vapi
├── ggit-1.0.deps -> libgit2-glib-1.0.deps
├── ggit-1.0.vapi -> libgit2-glib-1.0.vapi
├── libgit2-glib-1.0.deps
└── libgit2-glib-1.0.vapi
16 directories, 84 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment