Guest User

Untitled

a guest
Dec 15th, 2018
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.31 KB | None | 0 0
  1. /nix/store/wbkl8gc2qd0m33mra7q7ypkkj0w6mg4r-libgit2-glib-0.27.7
  2. ├── include
  3. │   └── libgit2-glib-1.0
  4. │   └── libgit2-glib
  5. │   ├── ggit-annotated-commit.h
  6. │   ├── ggit-blame.h
  7. │   ├── ggit-blame-options.h
  8. │   ├── ggit-blob.h
  9. │   ├── ggit-blob-output-stream.h
  10. │   ├── ggit-branch-enumerator.h
  11. │   ├── ggit-branch.h
  12. │   ├── ggit-checkout-options.h
  13. │   ├── ggit-cherry-pick-options.h
  14. │   ├── ggit-clone-options.h
  15. │   ├── ggit-commit.h
  16. │   ├── ggit-commit-parents.h
  17. │   ├── ggit-config-entry.h
  18. │   ├── ggit-config.h
  19. │   ├── ggit-cred.h
  20. │   ├── ggit-cred-plaintext.h
  21. │   ├── ggit-cred-ssh-interactive.h
  22. │   ├── ggit-cred-ssh-key-from-agent.h
  23. │   ├── ggit-diff-binary-file.h
  24. │   ├── ggit-diff-binary.h
  25. │   ├── ggit-diff-delta.h
  26. │   ├── ggit-diff-file.h
  27. │   ├── ggit-diff-find-options.h
  28. │   ├── ggit-diff-format-email-options.h
  29. │   ├── ggit-diff.h
  30. │   ├── ggit-diff-hunk.h
  31. │   ├── ggit-diff-line.h
  32. │   ├── ggit-diff-options.h
  33. │   ├── ggit-diff-similarity-metric.h
  34. │   ├── ggit-enum-types.h
  35. │   ├── ggit-error.h
  36. │   ├── ggit-fetch-options.h
  37. │   ├── ggit.h
  38. │   ├── ggit-index-entry.h
  39. │   ├── ggit-index-entry-resolve-undo.h
  40. │   ├── ggit-index.h
  41. │   ├── ggit-main.h
  42. │   ├── ggit-merge-options.h
  43. │   ├── ggit-message.h
  44. │   ├── ggit-native.h
  45. │   ├── ggit-note.h
  46. │   ├── ggit-object-factory-base.h
  47. │   ├── ggit-object-factory.h
  48. │   ├── ggit-object.h
  49. │   ├── ggit-oid.h
  50. │   ├── ggit-patch.h
  51. │   ├── ggit-proxy-options.h
  52. │   ├── ggit-push-options.h
  53. │   ├── ggit-rebase.h
  54. │   ├── ggit-rebase-operation.h
  55. │   ├── ggit-rebase-options.h
  56. │   ├── ggit-ref.h
  57. │   ├── ggit-reflog-entry.h
  58. │   ├── ggit-reflog.h
  59. │   ├── ggit-ref-spec.h
  60. │   ├── ggit-remote-callbacks.h
  61. │   ├── ggit-remote.h
  62. │   ├── ggit-repository.h
  63. │   ├── ggit-revert-options.h
  64. │   ├── ggit-revision-walker.h
  65. │   ├── ggit-signature.h
  66. │   ├── ggit-status-options.h
  67. │   ├── ggit-submodule.h
  68. │   ├── ggit-submodule-update-options.h
  69. │   ├── ggit-tag.h
  70. │   ├── ggit-transfer-progress.h
  71. │   ├── ggit-tree-builder.h
  72. │   ├── ggit-tree-entry.h
  73. │   ├── ggit-tree.h
  74. │   └── ggit-types.h
  75. ├── lib
  76. │   ├── girepository-1.0
  77. │   │   └── Ggit-1.0.typelib
  78. │   ├── libgit2-glib-1.0.so -> libgit2-glib-1.0.so.0
  79. │   ├── libgit2-glib-1.0.so.0 -> libgit2-glib-1.0.so.0.2707.0
  80. │   ├── libgit2-glib-1.0.so.0.2707.0
  81. │   ├── pkgconfig
  82. │   │   └── libgit2-glib-1.0.pc
  83. │   └── python3.7
  84. │   └── site-packages
  85. │   └── gi
  86. │   └── overrides
  87. │   ├── Ggit.py
  88. │   └── __pycache__
  89. │   ├── Ggit.cpython-37.opt-1.pyc
  90. │   └── Ggit.cpython-37.pyc
  91. ├── nix-support
  92. │   └── propagated-build-inputs
  93. └── share
  94. ├── gir-1.0
  95. │   └── Ggit-1.0.gir
  96. └── vala
  97. └── vapi
  98. ├── ggit-1.0.deps -> libgit2-glib-1.0.deps
  99. ├── ggit-1.0.vapi -> libgit2-glib-1.0.vapi
  100. ├── libgit2-glib-1.0.deps
  101. └── libgit2-glib-1.0.vapi
  102.  
  103. 16 directories, 84 files
Add Comment
Please, Sign In to add comment