Please describe the problem.
It's unclear how to use git union-merge
as described here.
What steps will reproduce the problem?
Run git union-merge
, yields git: 'union-merge' is not a git command. See 'git --help'.
No binary git-union-merge
is shipped in the standalone tarball and distros also don't seem to ship it.
What version of git-annex are you using? On what operating system?
Tried with (on a Manjaro box):
- git-annex-standalone-amd64.tar.gz 2023-10-09 14:21 51M from here (the build is a month old, is that right?)
git-annex
in Manjaro reposgit-annex-standalone-nightly-bin
from AURnix-shell -p git-annex
(10.20230926 in nixos-unstable)
Have you had any luck using git-annex before? (Sometimes we get tired of reading bug reports all day and a lil' positive end note does wonders)
git-annex rules and is a marvelous tool.
I wanted to try the union merging to resolve merge conflicts on non-annexed files. It's not ideal, but might be better than repeated git annex assist|sync
eventually adding the merge conflict markers <<<<<<<<<
and the like to the files, breaking things like .gitattributes
syntax which in turn has more devastating lockup consequences...
I think I should probably just remove that. It's not being maintained.
Adding it to the cabal file so it gets built would slow down builds producing this extra binary. It would need to be handled as a multicall program in git-annex the way git-annex-shell and git-remote-tor-annex are.
Do you have a reason to want to use it?