This is an automated email from the git hooks/post-receive script. gwolf pushed a commit to branch master in repository devscripts.
commit b270b7d0a701a0f675afd4d6294567ebdd693930 Author: Gunnar Wolf <[email protected]> Date: Fri Mar 7 13:16:31 2014 -0600 Oops, typo in my previous commit. Fixed. --- scripts/debcommit.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/debcommit.pl b/scripts/debcommit.pl index 020fdb7..e6ebe83 100755 --- a/scripts/debcommit.pl +++ b/scripts/debcommit.pl @@ -554,7 +554,7 @@ sub commit { @extra_args = ("--author=$maintainer", "--date=$date"); } if ($signcommit) { - my $sign = '-gpg--sign'; + my $sign = '--gpg-sign'; $sign .= "=$keyid" if $keyid; push(@extra_args, $sign); } -- 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
