An open API service for producing an overview of a list of open source projects.

awesome-ipfs: https://github.com/cryptix/git-remote-ipfs

git golang ipfs

Score: -Infinity

Last synced: about 7 hours ago
JSON representation

Repository metadata:

git transport helper for ipfs


Owner metadata:


GitHub Events

Total
Last Year

Committers metadata

Last synced: 28 days ago

Total Commits: 78
Total Committers: 2
Avg Commits per committer: 39.0
Development Distribution Score (DDS): 0.026

Commits in past year: 0
Committers in past year: 0
Avg Commits per committer in past year: 0.0
Development Distribution Score (DDS) in past year: 0.0

Name Email Commits
Henry c****x@r****t 76
Cobin Bluth c****h@g****m 2

Issue and Pull Request metadata

Last synced: 5 months ago

Total issues: 9
Total pull requests: 4
Average time to close issues: 9 months
Average time to close pull requests: over 1 year
Total issue authors: 5
Total pull request authors: 2
Average comments per issue: 4.33
Average comments per pull request: 1.0
Merged pull request: 2
Bot issues: 0
Bot pull requests: 0

Past year issues: 0
Past year pull requests: 0
Past year average time to close issues: N/A
Past year average time to close pull requests: N/A
Past year issue authors: 0
Past year pull request authors: 0
Past year average comments per issue: 0
Past year average comments per pull request: 0
Past year merged pull request: 0
Past year bot issues: 0
Past year bot pull requests: 0

More stats: https://issues.ecosyste.ms/repositories/lookup?url=https://github.com/cryptix/git-remote-ipfs

Top Issue Authors

  • cryptix (4)
  • jbenet (2)
  • Grenadingue (1)
  • Quiark (1)
  • whiteowl3 (1)

Top Pull Request Authors

  • cryptix (3)
  • cbluth (1)

Top Issue Labels

  • bug (1)

Top Pull Request Labels


Package metadata

proxy.golang.org: github.com/cryptix/git-remote-ipfs

git-remote-helper implements a git-remote helper that uses the ipfs transport. Currently assumes a IPFS Daemon at localhost:5001 Not completed: new Push (issue #2), IPNS, URLs like fs:/ipfs/.. (issue #3), embedded IPFS node ...

  • Homepage: https://github.com/cryptix/git-remote-ipfs
  • Documentation: https://pkg.go.dev/github.com/cryptix/git-remote-ipfs#section-documentation
  • Licenses: MIT
  • Latest release: v0.0.0-20191219101124-241d12485ebb (published about 6 years ago)
  • Last Synced: 2026-01-08T16:36:06.361Z (28 days ago)
  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent packages count: 6.999%
    • Average: 8.173%
    • Dependent repos count: 9.346%

Dependencies

go.mod go
  • github.com/cryptix/exp v0.0.0-20191103140156-9da154296953
  • github.com/cryptix/go v1.5.0
  • github.com/ipfs/go-cid v0.0.3
  • github.com/ipfs/go-ipfs-api v0.0.2
  • github.com/jbenet/go-random v0.0.0-20190219211222-123a90aedc0c
  • github.com/multiformats/go-multihash v0.0.9
  • github.com/pkg/errors v0.8.1
go.sum go
  • github.com/PuerkitoBio/goquery v1.5.0
  • github.com/aead/siphash v1.0.1
  • github.com/andybalholm/cascadia v1.0.0
  • github.com/btcsuite/btcd v0.0.0-20190213025234-306aecffea32
  • github.com/btcsuite/btclog v0.0.0-20170628155309-84c8d2346e9f
  • github.com/btcsuite/btcutil v0.0.0-20190207003914-4c204d697803
  • github.com/btcsuite/go-socks v0.0.0-20170105172521-4720035b7bfd
  • github.com/btcsuite/goleveldb v0.0.0-20160330041536-7834afc9e8cd
  • github.com/btcsuite/snappy-go v0.0.0-20151229074030-0bdef8d06723
  • github.com/btcsuite/websocket v0.0.0-20150119174127-31079b680792
  • github.com/btcsuite/winsvc v1.0.0
  • github.com/cheekybits/is v0.0.0-20150225183255-68e9c0620927
  • github.com/cryptix/exp v0.0.0-20191103140156-9da154296953
  • github.com/cryptix/go v1.5.0
  • github.com/davecgh/go-spew v0.0.0-20171005155431-ecdeabc65495
  • github.com/davecgh/go-spew v1.1.0
  • github.com/davecgh/go-spew v1.1.1
  • github.com/dustin/go-humanize v1.0.0
  • github.com/fsnotify/fsnotify v1.4.7
  • github.com/go-kit/kit v0.8.0
  • github.com/go-logfmt/logfmt v0.4.0
  • github.com/go-stack/stack v1.8.0
  • github.com/gogo/protobuf v1.2.1
  • github.com/golang/protobuf v1.2.0
  • github.com/gorilla/context v1.1.1
  • github.com/gorilla/securecookie v1.1.1
  • github.com/gorilla/sessions v1.1.3
  • github.com/gxed/hashland/keccakpg v0.0.1
  • github.com/gxed/hashland/murmur3 v0.0.1
  • github.com/hpcloud/tail v1.0.0
  • github.com/ipfs/go-cid v0.0.3
  • github.com/ipfs/go-ipfs-api v0.0.2
  • github.com/ipfs/go-ipfs-files v0.0.1
  • github.com/ipfs/go-ipfs-util v0.0.1
  • github.com/jbenet/go-random v0.0.0-20190219211222-123a90aedc0c
  • github.com/jessevdk/go-flags v0.0.0-20141203071132-1679536dcc89
  • github.com/jrick/logrotate v1.0.0
  • github.com/kisielk/errcheck v1.1.0
  • github.com/kisielk/gotool v1.0.0
  • github.com/kkdai/bstream v0.0.0-20161212061736-f391b8402d23
  • github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515
  • github.com/libp2p/go-flow-metrics v0.0.1
  • github.com/libp2p/go-libp2p-crypto v0.0.1
  • github.com/libp2p/go-libp2p-metrics v0.0.1
  • github.com/libp2p/go-libp2p-peer v0.0.1
  • github.com/libp2p/go-libp2p-protocol v0.0.1
  • github.com/minio/blake2b-simd v0.0.0-20160723061019-3f5f724cb5b1
  • github.com/minio/sha256-simd v0.0.0-20190131020904-2d45a736cd16
  • github.com/minio/sha256-simd v0.1.1-0.20190913151208-6de447530771
  • github.com/miolini/datacounter v0.0.0-20171104152933-fd4e42a1d5e0
  • github.com/mitchellh/go-homedir v1.1.0
  • github.com/mr-tron/base58 v1.1.0
  • github.com/mr-tron/base58 v1.1.2
  • github.com/multiformats/go-base32 v0.0.3
  • github.com/multiformats/go-multiaddr v0.0.1
  • github.com/multiformats/go-multiaddr-dns v0.0.1
  • github.com/multiformats/go-multiaddr-net v0.0.1
  • github.com/multiformats/go-multibase v0.0.1
  • github.com/multiformats/go-multihash v0.0.1
  • github.com/multiformats/go-multihash v0.0.9
  • github.com/onsi/ginkgo v1.6.0
  • github.com/onsi/ginkgo v1.7.0
  • github.com/onsi/gomega v1.4.3
  • github.com/oxtoacart/bpool v0.0.0-20190524125616-8c0b41497736
  • github.com/pkg/errors v0.8.1
  • github.com/pmezard/go-difflib v1.0.0
  • github.com/shurcooL/httpfs v0.0.0-20190527155220-6a4d4a70508b
  • github.com/spaolacci/murmur3 v1.1.0
  • github.com/stretchr/objx v0.1.0
  • github.com/stretchr/testify v1.3.0
  • github.com/whyrusleeping/tar-utils v0.0.0-20180509141711-8c6c8ba81d5c
  • golang.org/x/crypto v0.0.0-20170930174604-9419663f5a44
  • golang.org/x/crypto v0.0.0-20190211182817-74369b46fc67
  • golang.org/x/crypto v0.0.0-20190225124518-7f87c0fbb88b
  • golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
  • golang.org/x/crypto v0.0.0-20190611184440-5c40567a22f8
  • golang.org/x/net v0.0.0-20180218175443-cbe0f9307d01
  • golang.org/x/net v0.0.0-20180906233101-161cd47e91fd
  • golang.org/x/net v0.0.0-20181114220301-adae6a3d119a
  • golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3
  • golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f
  • golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e
  • golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a
  • golang.org/x/sys v0.0.0-20190219092855-153ac476189d
  • golang.org/x/sys v0.0.0-20190302025703-b6889370fb10
  • golang.org/x/sys v0.0.0-20190412213103-97732733099d
  • golang.org/x/text v0.3.0
  • golang.org/x/tools v0.0.0-20180221164845-07fd8470d635
  • gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405
  • gopkg.in/fsnotify.v1 v1.4.7
  • gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7
  • gopkg.in/yaml.v2 v2.2.1