index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-01-19 | contrib/bash_completion: don't print stderr messages | Dan McGee | |
If you are a crazy developer like me and have bogus options in your pacman.conf file, the tab completion gets messed up by the output on stderr. Suppress it. Fix the same basic issue in zsh_completion, thanks to the work by Florian Pritz <bluewind@xinu.at>. Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2012-01-08 | Fix zsh completion for *.pkg.tar | canyonknight | |
Signed-off-by: canyonknight <canyonknight@gmail.com> Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2011-08-17 | Fix trailing whitespace in whole codebase | Dan McGee | |
Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2011-08-11 | Attempt to update zsh_completion | Dan McGee | |
Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2011-03-21 | Some more zsh completion tidy up | Allan McRae | |
Changes for consistency across functions Signed-off-by: Allan McRae <allan@archlinux.org> Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2011-03-21 | Fix zsh completion | Allan McRae | |
Fixes completion for "pacman -S <tab>" and "pacman -S repo/<tab>" Signed-off-by: Allan McRae <allan@archlinux.org> Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de> Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2010-10-11 | Use sysconfdir, localstatedir, BASH instead of hardcoded values | Nezmer | |
This applies to contrib/ files, our scripts, and the documentation. Dan: fix 'make clean' in contrib/ directory. Signed-off-by: Nezmer <git@nezmer.info> Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2010-10-11 | Add .in extension to files in contrib | Nezmer | |
This is needed If we want to use sysconfdir,localstatedir and other variables. Signed-off-by: Nezmer <git@nezmer.info> Signed-off-by: Dan McGee <dan@archlinux.org> |