projects
/
grml-infrastructure.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
75e3e77
)
Return empty line
author
Alexander Wirt
<formorer@debian.org>
Sat, 15 Dec 2012 08:40:55 +0000
(09:40 +0100)
committer
Alexander Wirt
<formorer@debian.org>
Sat, 15 Dec 2012 08:40:55 +0000
(09:40 +0100)
tools/github
patch
|
blob
|
history
diff --git
a/tools/github
b/tools/github
index
781c766
..
0232c9f
100755
(executable)
--- a/
tools/github
+++ b/
tools/github
@@
-1,5
+1,4
@@
#!/usr/bin/perl
-
use strict;
use warnings;
use v5.10;
@@
-41,4
+40,5
@@
foreach my $repo (@repos) {
});
say "Hook created" if $rc->{config}->{url} eq "http://git.grml.org/github";
}
+ say;
}