Hide more (totally expectable) notices.
diff --git a/commits/common/git-logcache.inc b/commits/common/git-logcache.inc
index 64eef33..e3e7d86 100644
--- a/commits/common/git-logcache.inc
+++ b/commits/common/git-logcache.inc
@@ -37,9 +37,9 @@
 		if (!isset($this->record['files'])) return;
 		
 		
-		$committer = $this->record['committer'];
-		$author = $this->record['author'];		
-		$authorName = mysql_real_escape_string($this->record['authorName']);
+		@$committer = $this->record['committer'];
+		@$author = $this->record['author'];		
+		@$authorName = mysql_real_escape_string($this->record['authorName']);
 		$size = $this->record['size'];
 		@$comment = mysql_real_escape_string($this->record['comment']);
 		$changeId = $this->getChangeId($comment);