-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for yaourt's -C? #23
Comments
Actually I even thought about createing a merger tool for |
Awesome, thanks! What did you have in mind for a merging tool? Launching, eg, vimdiff seems like the best case; I doubt things can be automatically merged well in general.
…--
Sent from my phoneamajig
On Jul 8, 2018, at 01:10, kitsunyan ***@***.***> wrote:
Actually I even thought about createing a merger tool for *.pacnew files. I think I'll do something like that.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Yes, it won't be an auto merger. I'm thinking about implementing it via |
Oh that's a very good idea! Look forward to it.
…--
Sent from my phoneamajig
On Jul 8, 2018, at 14:16, kitsunyan ***@***.***> wrote:
Yes, it won't be an auto merger. I'm thinking about implementing it via git add -p, so user could inspect each diff and edit it. I found this thing quite convenient when I worked with git.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
@wilbowma for now you could try |
What about |
@mrvik |
I'm trying to switch from
yaourt
, but I miss the-C
feature that lets me quickly clean up any*.pacnew
, etc, files.The text was updated successfully, but these errors were encountered: