This is an automated email from the git hooks/post-receive script. osamu pushed a commit to branch master in repository devscripts.
commit b0da1e38d1f559503d3abcae77dc577a64e79280 Author: Osamu Aoki <[email protected]> Date: Mon Nov 16 23:43:05 2015 +0900 ucan.bash_completion: add new option --- scripts/uscan.bash_completion | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/scripts/uscan.bash_completion b/scripts/uscan.bash_completion index f102b34..a609153 100644 --- a/scripts/uscan.bash_completion +++ b/scripts/uscan.bash_completion @@ -9,13 +9,15 @@ _uscan_completion () { local cur="${COMP_WORDS[COMP_CWORD]}" local prev="${COMP_WORDS[COMP_CWORD-1]}" - local opts="--help --verbose" - opts+=" --download --report --report-status" - opts+=" --no-download --force-download" - opts+=" --upstream-version --download-version --download-current-version" + local opts="--help --verbose -v" + opts+=" --download --safe --report --report-status" + opts+=" --signature --no-signature --skip-signature" + opts+=" --no-download --force-download -dd --overwrite-download -ddd" + opts+=" --upstream-version --download-version --download-debversion" + opts+=" --download-current-version --bare" opts+=" --check-dirname-level --check-dirname-regex" opts+=" --no-pasv --pasv --timeout --user-agent --useragent" - opts+=" --no-verbose --verbose --debug --no-dehs --dehs" + opts+=" --no-verbose --verbose --debug -vv --no-dehs --dehs" opts+=" --no-conf --noconf --watchfile --destdir" opts+=" --package --no-exclusion" opts+=" --symlink --rename --repack --compression --copyright-file" -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/devscripts.git _______________________________________________ devscripts-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/devscripts-devel
