index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-04-15 | pacman.8: Fix typo | Allan McRae | |
Signed-off-by: Allan McRae <allan@archlinux.org> | |||
2019-06-06 | pacman: rework the UI of -F | 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. Signed-off-by: Allan McRae <allan@archlinux.org> | |||
2019-03-07 | doc: set rootdir correctly in man pages | Jelle van der Waa | |
If an alternative rootdir is specified in either meson or configure it's not respected in the generated man pages. Signed-off-by: Jelle van der Waa <jelle@vdwaa.nl> Signed-off-by: Allan McRae <allan@archlinux.org> | |||
2019-01-21 | Fix typo in pacman man page | Allan McRae | |
Signed-off-by: Allan McRae <allan@archlinux.org> | |||
2018-07-25 | Revert "Deprecate --root in favour of --sysroot" | Allan McRae | |
The use of --sysroot in the real world has flagged some issues that need addressing. Undeprecate --root for now. This reverts commit a278356f75866f89232e3e6230bbf9fb2dc1893c. Signed-off-by: Allan McRae <allan@archlinux.org> | |||
2018-05-14 | Ensure better text editor automatic filetype detection | Eli Schwartz | |
Since we no longer use vim-specific modelines, use the .asciidoc file extension which is, well, reserved for asciidoc formatted files. This should presumably work everywhere without needing editor-specific workarounds and configuration. Also add a shebang to makepkg.conf to indicate it contains bash content. Signed-off-by: Eli Schwartz <eschwartz@archlinux.org> Signed-off-by: Allan McRae <allan@archlinux.org> |