[Bash-completion-commits] [bash-completion] branch master updated (23bf3bd -> 3cf50a1)

Ville Skyttä scop-guest at moszumanska.debian.org
Sun Jan 18 20:15:47 UTC 2015


This is an automated email from the git hooks/post-receive script.

scop-guest pushed a change to branch master
in repository bash-completion.

      from  23bf3bd   tshark: Simplify cut usage
       new  e71b452   createdb, dropdb: Drop -o default, it does not appear to do anything good here
       new  7999f28   createuser: New completion
       new  3cf50a1   dropuser: New completion

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 completions/.gitignore                             |  2 +
 completions/Makefile.am                            |  4 +-
 completions/psql                                   | 66 +++++++++++++++++++++-
 test/completion/createuser.exp                     |  1 +
 test/completion/dropuser.exp                       |  1 +
 test/lib/completions/createdb.exp                  |  4 +-
 test/lib/completions/{abook.exp => createuser.exp} |  4 +-
 test/lib/completions/dropdb.exp                    |  4 +-
 test/lib/completions/{abook.exp => dropuser.exp}   |  4 +-
 9 files changed, 75 insertions(+), 15 deletions(-)
 create mode 100644 test/completion/createuser.exp
 create mode 100644 test/completion/dropuser.exp
 copy test/lib/completions/{abook.exp => createuser.exp} (76%)
 copy test/lib/completions/{abook.exp => dropuser.exp} (78%)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/bash-completion/bash-completion.git



More information about the Bash-completion-commits mailing list