This is an automated email from the git hooks/post-receive script. osamu pushed a commit to branch multitar in repository devscripts.
commit 5dff257b1330cd9a37b43693fa10230adc80d7ea Author: Osamu Aoki <[email protected]> Date: Wed Nov 11 00:50:45 2015 +0900 uscan: print watch line even when no opts=... --- scripts/uscan.pl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/uscan.pl b/scripts/uscan.pl index 41070b8..85c8d6b 100755 --- a/scripts/uscan.pl +++ b/scripts/uscan.pl @@ -2444,6 +2444,8 @@ sub process_watchline ($$$$$$) uscan_warn "unrecognised option $opt\n"; } } + # $line watch line string when no opts=... + uscan_verbose "line: $line\n"; } if ($line eq '') { -- 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
