This is an automated email from the git hooks/post-receive script. osamu pushed a commit to branch master in repository devscripts.
commit 0c5ed9d665520a6407c871f6fa70e534ec323fc9 Author: Osamu Aoki <[email protected]> Date: Tue Nov 17 23:22:21 2015 +0900 uupdate.bash_completion: update for -b --- scripts/uupdate.bash_completion | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/uupdate.bash_completion b/scripts/uupdate.bash_completion index 88e6d21..de94988 100644 --- a/scripts/uupdate.bash_completion +++ b/scripts/uupdate.bash_completion @@ -6,7 +6,8 @@ _uupdate() cur=${COMP_WORDS[COMP_CWORD]} prev=${COMP_WORDS[COMP_CWORD-1]} options='--upstream-version -v --rootcmd -r --pristine -u --no-pristine\ - --symlink -s --no-symlink --no-conf --noconf --help -h --version' + --symlink -s --no-symlink --no-conf --noconf --help -h --version\ + --force-bad-version -b' case $prev in --pristine | -u) -- 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
