@neauoire
At what point (commit hash?) did it get to where new commits are written in it?
@neauoire
e.g. after I added scroll wheel support (https://lists.sr.ht/~rabbits/public-inbox/patches/16432), I've been able to use left for general purpose editing, rather than another editor.
@zachdecook @neauoire Ooh, https://lists.sr.ht/~rabbits/public-inbox/patches was the sort of thing I was looking for when I asked https://merveilles.town/@akkartik/105513184288198266
@akkartik @zachdecook I'm not very familiar with that stuff tho, if I try to merge them with the command that the site displays, I get:
curl -s https://lists.sr.ht/~rabbits/public-inbox/patches/16432/mbox | git am -3
fatal: previous rebase directory .git/rebase-apply still exists but mbox given.
(23) Failed writing body
@akkartik
Though `git remote add akkartik https://git.sr.ht/~akkartik/left; git remote add zach https://git.sr.ht/~earboxer/left` is still decentralized, has fewer context switches, cuts out email *and* code review. The only issue is scaling for many contributors :P
@neauoire