git-lfs-ipfs icon indicating copy to clipboard operation
git-lfs-ipfs copied to clipboard

Use IPFS as a git-lfs endpoint

Results 9 git-lfs-ipfs issues
Sort by recently updated
recently updated
newest added

Hi! Thanks for developing this! I checked the code but at a glance I couldn't find where the API location is set, I'm assuming it will always look for a...

Currently, the fixed 256 kb chunker [is hard-coded](https://github.com/sameer/git-lfs-ipfs/blob/03db01295d11527424952a5120f7368bcedd0776/git-lfs-ipfs-cli/src/smudge.rs#L13). Switching to the buzhash chunker gives a large advantage if files are modified and data is moved around – like in VM...

Maybe I'm overlooking something, but how do I get the CIDs of the files? The issue is: They are locally added to my IPFS node as pins, but without a...

Instead of changing `~/.gitconfig`, can you apply ipfs settings in repo's `.git/config`?

Currently, the sha2-256 hash [is hardcoded](https://github.com/sameer/git-lfs-ipfs/blob/03db01295d11527424952a5120f7368bcedd0776/git-lfs-ipfs-cli/src/smudge.rs#L21) As the blake2 hash is much faster with enhanced safety comparable to sha3, it would be neat if there's an option to switch to...

IPFS will soon switch to CIDv1 by default (bafy.....) vs the old CIDv0 (Qm.....): > If you can't decide between CIDv0 and CIDv1, consider choosing CIDv1 for your new project...

It would be nice if git-lfs-ipfs could be configured to use IPFS-Cluster to pin the root-CID of [the MFS folder](https://github.com/sameer/git-lfs-ipfs/issues/7) on the first commit, and then update the pin on...

It would also be nice, if the files added to IPFS could be saved in the MFS instead of in pins. For this, a folder-name would need to be specified...

``` % cargo install --git https://github.com/sameer/git-lfs-ipfs Updating git repository `https://github.com/sameer/git-lfs-ipfs` Installing git-lfs-ipfs-cli v0.1.0 (https://github.com/sameer/git-lfs-ipfs#03db0129) Updating crates.io index Updating git repository `https://github.com/ferristseng/rust-ipfs-api.git` error: failed to compile `git-lfs-ipfs-cli v0.1.0 (https://github.com/sameer/git-lfs-ipfs#03db0129)`, intermediate artifacts...