Commit 3196870becf9d0df9af4a96c30ad3886f19badd1:
Typically documents in documents/received don't yet have much of revision
history, but limit the number of log entries anyway... (per danielsh's
suggestion)
git-svn-id:
https://svn.apache.org/repos/infra/infrastructure/trunk/projects/whimsy@819420
90ea9780-b833-de11-8433-001ec94261de
Branch: refs/heads/master
Author: Sam Ruby <[email protected]>
Committer: Sam Ruby <[email protected]>
Pusher: rubys <[email protected]>
------------------------------------------------------------
www/secretary/workbench/file.cgi | + -
------------------------------------------------------------
2 changes: 1 additions, 1 deletions.
------------------------------------------------------------
diff --git a/www/secretary/workbench/file.cgi b/www/secretary/workbench/file.cgi
index 5a8c076..0823406 100755
--- a/www/secretary/workbench/file.cgi
+++ b/www/secretary/workbench/file.cgi
@@ -211,7 +211,7 @@ def svn_info(source)
}
if info['from'].empty? and info['email'].empty?
- log=`svn log #{source}`
+ log=`svn log -l 9 #{source}`
from=log.scan(/\nFrom: (.*)/).flatten.first
if from and from !~ /"eFax"/