git-closure 0.1.0

Deterministic, self-describing, verifiable source-tree snapshots
Documentation
;; git-closure snapshot v0.1
;; snapshot-hash: f0c6719f8cf295fa7626bf773c3554583edebdf97004bceacf3193a64c1799f5
;; file-count: 5

(
  (
    (:path "alpha.txt"
     :sha256 "b6a98d9ce9a2d9149288fa3df42d377c3e42737afdcdaf714e33c0a100b51060"
     :mode "644"
     :size 6)
"alpha\n"
  )
  (
    (:path "bin/data.bin"
     :sha256 "6d640bb027909f9a400f194f593499a2183d93549e77f2d541315d5e16ebf850"
     :mode "644"
     :size 6
     :encoding "base64")
"AP8QQUJD"
  )
  (
    (:path "link"
     :type "symlink"
     :target "alpha.txt")
""
  )
  (
    (:path "nested/beta.txt"
     :sha256 "f2c82decdd7181cf98945929a62598db7e6b477e11f6e0eb0ae97020eff151ad"
     :mode "644"
     :size 5)
"beta\n"
  )
  (
    (:path "scripts/run.sh"
     :sha256 "81e5a688c70c59e8beda21b3f7b4558cbffca10ee00098afd20f8a634722b8e8"
     :mode "755"
     :size 32)
"#!/usr/bin/env sh\nprintf \"ok\\n\"\n"
  )
)