index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-12-02 | Add --ignoregroup to completion files | Dan McGee | |
Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2007-12-02 | Add new --needed option for -S. | Chantry Xavier | |
During a pacman operation such as a group install, pacman can ask several questions such as "local version is up to date. Upgrade anyway?". They are usually all answered either by yes or by no: * yes when you want to reinstall all the targets. * no when you only want to install the missing ones (either because you are installing a group, or because you are copying a pacman -S line from wiki or whatever). So instead of asking this question for each target, it is now now configured with a flag. Yes will be the default -S behavior, No will be achieved with the --needed flag. Signed-off-by: Chantry Xavier <shiningxc@gmail.com> Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2007-11-21 | Remove -F/--freshen operation | Dan McGee | |
This operation made sense in the days before sync DBs existed, but it no longer has the same usefulness it once did. Signed-off-by: Dan McGee <dan@archlinux.org> Signed-off-by: Chantry Xavier <shiningxc@gmail.com> Signed-off-by: Nagy Gabor <ngaba@bibl.u-szeged.hu> Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com> | |||
2007-11-11 | Update bash completion | Dan McGee | |
Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2007-09-05 | contrib : update zsh and bash completion to reflect the new sync dbs location. | Chantry Xavier | |
I wonder how many tools / scripts deal directly with the sync databases under /var/lib/pacman/ , I doubt these are the only ones. Signed-off-by: Chantry Xavier <shiningxc@gmail.com> | |||
2007-06-17 | Quick updates to the bash completion script | Dan McGee | |
Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2007-02-19 | * Updated bash_completion script to 3.0 options. | Dan McGee | |
* Changed that removal message again, hopefully it sounds good now. * Shortened a usage option description so it would not wrap at 81 chars. | |||
2007-02-16 | Added a 'contrib' directory for other stuff that might be a good idea to ↵ | Aaron Griffin | |
maintain here. * moved bash_completion from the "archlinux" script in the official bash_completion package * moved zsh_completion from the AUR zsh-pacman package |