Commit 10a623dfc23b47f494941e0eac741420c08372a3

Stefan Sperling 2021-10-11T18:38:33

sort and de-duplicate work tree path command line arguments This is important in cases like 'got diff file.txt file.txt' which should only show the diff for file.txt once. suggested by kn@