Age | Commit message (Expand) | Author | Files | Lines |
2016-02-26 | makepkg: Remove upx and optipng support | Allan McRae | 1 | -1/+1 |
2016-02-20 | Bring makepkg zsh completions up to date | Doug Newgard | 1 | -8/+13 |
2016-01-29 | Update zsh completion for pacman 5 | Daniel Wallace | 1 | -2/+39 |
2016-01-29 | bash_completion: update pacman completion | Allan McRae | 1 | -5/+9 |
2016-01-27 | bash_completion: update makepkg completion | Allan McRae | 1 | -6/+7 |
2016-01-04 | Update copyright years for 2016 | Allan McRae | 3 | -5/+5 |
2016-01-04 | zsh_completion: add -q/--quiet for -Q/-S | Daniel Hahler | 1 | -0/+2 |
2016-01-04 | Replace mktemp's --tmpdir option with shell code. | Alastair Hughes | 2 | -3/+3 |
2015-11-28 | pacdiff: do not require DIFFPROG for -o/--output | Evangelos Foutras | 1 | -1/+1 |
2015-11-03 | zsh_completion: Handle --ignore/--ignoregroup correctly | Mohammad Alsaleh | 1 | -4/+17 |
2015-10-27 | zsh_completion: Add --asdeps/--asexplicit to -U options | Mohammad Alsaleh | 1 | -0/+2 |
2015-10-18 | contrib/checkupdates: separate fakeroot call and command | Allan McRae | 1 | -1/+1 |
2015-02-12 | paccache: added --quiet option | Maxim Andersson | 1 | -4/+10 |
2015-02-01 | add option to optimize PNG images with optipng | Christian Hesse | 1 | -1/+1 |
2015-02-01 | Update copyright notices for 2015 | Allan McRae | 3 | -5/+5 |
2015-02-01 | Merge branch 'maint' | Allan McRae | 3 | -6/+6 |
2015-02-01 | contrib: remove fakeroot option from PKGBUILD.vim | Allan McRae | 1 | -1/+1 |
2015-02-01 | Add --noarchive to makepkg's zsh completion | Jeffrey Tolar | 1 | -0/+1 |
2015-02-01 | Remove --asroot from makepkg's completions | Jeffrey Tolar | 2 | -5/+4 |
2015-01-21 | remove support for .pacorig files | Andrew Gregory | 2 | -3/+3 |
2015-01-11 | Merge branch 'maint' | Allan McRae | 1 | -0/+2 |
2015-01-11 | paccache: exit in case of pacman error when -u flag is used | Dario Giovannetti | 1 | -0/+2 |
2015-01-02 | Merge branch 'maint' | Allan McRae | 1 | -5/+3 |
2015-01-02 | updpkgsums: retain permissions on rewritten PKGBUILD | Dave Reisner | 1 | -5/+3 |
2014-12-24 | checkupdates: include package versions in output | Evangelos Foutras | 1 | -1/+1 |
2014-12-24 | checkupdates: show error when fakeroot is missing | Evangelos Foutras | 1 | -0/+8 |
2014-12-21 | paclist: fix myver in usage() | Evangelos Foutras | 1 | -1/+1 |
2014-12-19 | updpkgsums: add more error checking before replacementv4.2.0 | Dave Reisner | 1 | -2/+2 |
2014-12-18 | updpkgsums: drop in-place rewrite hack, use a tempfile | Dave Reisner | 1 | -14/+23 |
2014-11-21 | Remove pacsysclean | Allan McRae | 4 | -72/+0 |
2014-11-19 | checkupdates: do not print ignored packages | Allan McRae | 1 | -1/+1 |
2014-11-09 | Add --assume-installed to shell completion | Florian Pritz | 2 | -3/+6 |
2014-11-05 | bash_completion: add --noarchive to makepkg's completions | Dave Reisner | 1 | -1/+1 |
2014-11-05 | updpkgsums: avoid exec'ing awk, so the trap actually works | Dave Reisner | 1 | -1/+1 |
2014-11-04 | Exit with 0/SUCCESS if there are no packages to remove | Eric Schultz | 1 | -1/+1 |
2014-10-19 | paccache: avoid spurious blank line written to stderr | Dave Reisner | 1 | -1/+1 |
2014-09-30 | paccache: parse_filename bug fix | Maxim Andersson | 1 | -1/+6 |
2014-09-30 | updpkgsums: update to recognize arch-specific sources | Dave Reisner | 1 | -1/+1 |
2014-09-15 | updpkgsums: use a throwaway build dir | Dave Reisner | 1 | -0/+2 |
2014-09-15 | paccache: read default cachedir from pacman.conf | Dave Reisner | 1 | -2/+21 |
2014-09-15 | paccache: add support for multiple cachedirs | Maxim Andersson | 1 | -23/+37 |
2014-08-03 | pacdiff: allow DIFFPROG to contain commandline options | Allan McRae | 1 | -3/+3 |
2014-03-03 | pacsearch: factored -Ss and -Qs parts into one single function | Pierre Neidhardt | 1 | -35/+20 |
2014-03-03 | pacsearch: pattern arguments work as for pacman | Pierre Neidhardt | 1 | -28/+13 |
2014-03-03 | pacsearch: fields are treated uniformly when printing | Pierre Neidhardt | 1 | -10/+10 |
2014-03-03 | pacsearch: removed redundant sorting | Pierre Neidhardt | 1 | -28/+19 |
2014-03-03 | pacsearch: indexing by 'name version' instead of 'name' | Pierre Neidhardt | 1 | -3/+3 |
2014-03-03 | pacsearch: removed useless comment | Pierre Neidhardt | 1 | -1/+0 |
2014-02-02 | pacsearch: CLI option to turn off colors | Pierre Neidhardt | 1 | -12/+24 |
2014-02-02 | pacsearch: using pacman color theme | Pierre Neidhardt | 1 | -18/+14 |