1 Subject: [PATCH] gitweb: do not turn git-svn-id lines into object links
3 The "git-svn-id:" lines normally added by git-svn include a UUID
4 which typically has portions with a tendency to match the 8-40
5 character hash id and get turned into an object link.
7 If the line starts with "git-svn-id:" disable turning any part of
10 Signed-off-by: Kyle J. McKay <mackyle@gmail.com>