Henry

Results 165 comments of Henry

Thanks for the kind suggestion but I haven't touched this in ages nor did I keep up with IPFS development to say if this is still the best approach to...

I started [ipfs-embeddedShell](https://godoc.org/github.com/cryptix/exp/ipfs-embeddedShell) to scratch my own itch. Pull requests welcome, also happy to PR this somewhere, if wanted. note to self: keep an eye on ipfs/go-ipfs#1945

cc @chriscool your insight would be more than welcome here. The 'dumb' remote protocol is only described for fetch/pull in the [git book](https://git-scm.com/book/en/v1/Git-Internals-Transfer-Protocols).

Hey! Thanks for the input but send/receive-pack is modeled around a remote process running on a remote copy. Plus: it's not cleanly separated from the ssh transport. Making it hard...

Usability weirdness: since you can only update the remote location manually with `git remote set-url` git prints the old remote url after a push...: ``` time="2015-10-29T11:49:17+01:00" level=info msg="remote updated -...

I suspect this has the same origin: ``` /tmp/go-stress372474827 --- FAIL: TestPush (13.35s) fetch_test.go:91: tmpDir created: /tmp/git-remote-ipfs-test-ff40ea53b4ba98d6c304089bc8de3a14be150755 fetch_test.go:66: 'git clone ipfs://QmYFpZJs82hLTyEpwkzVpaXGUabVVwiT8yrd6TK81XnoGB/unpackedTest /tmp/git-remote-ipfs-test-ff40ea53b4ba98d6c304089bc8de3a14be150755': Cloning into '/tmp/git-remote-ipfs-test-ff40ea53b4ba98d6c304089bc8de3a14be150755'... push_test.go:21: git add out: push_test.go:28:...

I've also thought about integrating noti into the shells (bash, zsh, ...), I'm just not sure what kind of hooks they offer. Basically I'd like noti to grab every command...

> The implementation adheres to the SSE specs on everything with the exception of supporting the retry field. Great news! I suggest changing the issue title to reflect this new...

I'd like to help with this. Anything low hanging I could tackle?