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