[pacman-dev] [PATCH v3 1/2] pacman: refactor file match printing to their own functions

2019-05-28 Thread morganamilo
--- src/pacman/files.c | 71 ++ 1 file changed, 41 insertions(+), 30 deletions(-) diff --git a/src/pacman/files.c b/src/pacman/files.c index fa4170bd..26f96a67 100644 --- a/src/pacman/files.c +++ b/src/pacman/files.c @@ -49,6 +49,15 @@ static void

[pacman-dev] [PATCH v3 2/2] wip: pacman: rework the UI of -F

2019-05-28 Thread morganamilo
Reworks the UI of -F according to FS#47949 In short -F replaces both -Fs and -Fo. Searching for an exact path (target contains "/"), causes the output to switch to the old -Fo output. Otherwise the old -Fs output is used. Also strip the leading "/" from targets like how -Qo does. TODO: docs