What software are you requesting to be packaged?
weave - a git merge driver website Github repo.
Describe the motivation
Sometimes resolving git merge conflicts is tricky because Git's merge algorithm is not aware of the language. weave solves this problem by generating diff with context of programming language. This tool is available for Homebrew and that's what I use on mac, but Homebrew is not my choice of package manager on linux distros. I tried to find this package on Fedora repo and COPR, but no one has ported this software so far. Thus I think it would be nice to include this package in Terra.
Build instructions (from README.md in weave repo):
$ cargo install --path crates/weave-cli
$ cargo install --path crates/weave-driver
What software are you requesting to be packaged?
weave - a git merge driver website Github repo.
Describe the motivation
Sometimes resolving git merge conflicts is tricky because Git's merge algorithm is not aware of the language. weave solves this problem by generating diff with context of programming language. This tool is available for Homebrew and that's what I use on mac, but Homebrew is not my choice of package manager on linux distros. I tried to find this package on Fedora repo and COPR, but no one has ported this software so far. Thus I think it would be nice to include this package in Terra.
Build instructions (from README.md in weave repo):