Is it possible to get git add -p alike functionality to this tools, so that i can just answer y, n, etc just like git does, but without having to use git.
Common usecase, apt updates something, I say no during the upgrade so i get a .ucf-dist copy of the file and need to pick what to apply or not...
Is it possible to get
git add -palike functionality to this tools, so that i can just answer y, n, etc just like git does, but without having to use git.Common usecase, apt updates something, I say no during the upgrade so i get a
.ucf-distcopy of the file and need to pick what to apply or not...