Module: tools Branch: master Commit: 7cb76de366bd8d524ca5a4e828586e4619c26cae URL: http://source.winehq.org/git/tools.git/?a=commit;h=7cb76de366bd8d524ca5a4e82...
Author: Alexandre Julliard julliard@winehq.org Date: Fri Oct 30 22:39:00 2015 +0900
update-winehq: Add sign-off on website commit.
Signed-off-by: Alexandre Julliard julliard@winehq.org
---
update-winehq | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/update-winehq b/update-winehq index 79e08c7..bfabc81 100755 --- a/update-winehq +++ b/update-winehq @@ -131,7 +131,7 @@ if (system("git", "add", $newsfile)) die "git add $newsfile failed"; }
-if (system("git", "commit", "-m", "Wine release $rel", $newsfile)) +if (system("git", "commit", "-s", "-m", "Wine release $rel", $newsfile)) { system("git", "rm", "-f", $newsfile); die "git commit failed";