Commits
valgrind
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Commits on Nov 15, 2011
Commits on Nov 14, 2011
Commits on Nov 12, 2011
Commits on Nov 11, 2011
Commits on Nov 10, 2011
-
removepkg: Make it possible to complete filenames.
Reported-by: disturbed1 Tested-by: Sergey V <sftp.mtuci@gmail.com>
-
Commits on Nov 9, 2011
-
-
-
-
-
_services: Split xinetd service completion into _xinetd_services.
Only Mandriva's service operates on xinetd services, chkconfig does it everywhere.
-
-
-
-
Merge completions/service into the bash_completion script.
If completion for a basename foo is already installed, the default completion loader no longer fires for /etc/init.d/foo -- the basename completion is invoked directly instead. This means that we need to load completions for /etc/init.d and friends eagerly at bash_completion load :(
-
Add and use _sysvdirs() function that sets correct SysV init directory.
This function allows distros to fine tune their init directory location, as simple checking for directories presence is not always sufficient.
-
testsuite: Add one more test for _get_comp_words_by_ref()
This test exposes bug in __get_cword_at_cursor_by_ref().
-
Commits on Nov 8, 2011
Commits on Nov 7, 2011
Commits on Nov 6, 2011
Commits on Nov 5, 2011
-
-
_known_hosts_real: Add some quotes (Alioth #313158)
Should fix errors if $HOME contains spaces.
-
Correctly list purgeable packages for dpkg --listfiles and dpkg --pur…
…ge (Debian: #647684)
-