This is an automated email from the git hooks/post-receive script. periapt pushed a commit to branch master in repository devscripts.
commit 193e2ef904f7e3867616dac4f146273ed5e0f22c Author: Nicholas Bamber <[email protected]> Date: Mon Nov 30 16:43:19 2015 +0000 Added custom bash completion support for debuild, checkbashisms, list-unreleased and licensecheck --- debian/changelog | 4 ++-- scripts/list-unreleased.bash_completion | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 962451f..8093452 100644 --- a/debian/changelog +++ b/debian/changelog @@ -19,8 +19,8 @@ devscripts (2.15.10) UNRELEASED; urgency=medium - Added --soap-timeout option to bts - Added listcachedbugs command to bts - Split out bts bash completion handling into its own script - * Added custom bash completion support for debuild, checkbashisms - and licensecheck + * Added custom bash completion support for debuild, checkbashisms, + list-unreleased and licensecheck * licensecheck: - Tweaked parselicense to capture 'and or' as well as 'and/or' in GPL licenses (Closes: #559429) diff --git a/scripts/list-unreleased.bash_completion b/scripts/list-unreleased.bash_completion new file mode 100644 index 0000000..3b38154 --- /dev/null +++ b/scripts/list-unreleased.bash_completion @@ -0,0 +1 @@ +complete -W '-c -R' -o filenames -d list-unreleased -- 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
