This is an automated email from the git hooks/post-receive script. mattia pushed a commit to branch master in repository devscripts.
commit 5854dc74c9bacc2dff90d21d8f3cb4c9cb2fa584 Author: Mattia Rizzolo <[email protected]> Date: Sun Nov 12 19:18:30 2017 +0100 debchange: add a vim modeline Signed-off-by: Mattia Rizzolo <[email protected]> --- scripts/debchange.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/debchange.pl b/scripts/debchange.pl index 52f547f..e4a6c2c 100755 --- a/scripts/debchange.pl +++ b/scripts/debchange.pl @@ -1,4 +1,5 @@ #!/usr/bin/perl +# vim: set shiftwidth=4 tabstop=8 noexpandtab: # debchange: update the debian changelog using your favorite visual editor # For options, see the usage message below. -- 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
