Conversation

The github/git workflow is a bit annoying. Having to fork and push to your own github repo means you have to use two remotes. Then if you use a dev machine that doesn't have github access (for security reasons), now you need three remotes.
2
1
Replying to and
I have an openzfs repo with the old freebsd github remote, from before the switch to openzfs 2.0. Watching git's in-exact rename detection figure out that: module/zfs/arc.c is "mostly" the same file as sys/cddl/contrib/opensolaris/uts/common/fs/zfs/arc.c is fun to watch (once)
1
3