projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5148805
)
Warnung unterdrücken die den Test fehlschlagen lässt.
author
Sven Schöling
<s.schoeling@linet-services.de>
Thu, 14 Mar 2013 17:03:40 +0000
(18:03 +0100)
committer
Sven Schöling
<s.schoeling@linet-services.de>
Thu, 14 Mar 2013 17:03:40 +0000
(18:03 +0100)
SL/Git.pm
patch
|
blob
|
history
diff --git
a/SL/Git.pm
b/SL/Git.pm
index
a292a78
..
76fd8e6
100644
(file)
--- a/
SL/Git.pm
+++ b/
SL/Git.pm
@@
-34,6
+34,7
@@
sub get_log {
my $in = IO::File->new($self->git_exe . qq! log --format='tformat:\%H|\%an|\%ae|\%ai|\%s' ${since_until} |!);
if (!$in) {
+ no warnings 'once';
$::lxdebug->message(LXDebug::WARN(), "Error spawning git: $!");
return ();
}