Merge commit 'refs/top-bases/t/misc/no-git-svn-links' into t/misc/no-git-svn-links
[git/gitweb.git] / .topmsg
blobfdb416c41c19af04ec55f50e693cf74b0ed8d85c
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
8 it into links.
10 Signed-off-by: Kyle J. McKay <mackyle@gmail.com>