Refactor and deduplicate code for URL detection in commit messages
commitae74528d399fbec01700b5fcd367493e14811208
authorSven Strickroth <email@cs-ware.de>
Sun, 4 Jun 2023 10:29:34 +0000 (4 12:29 +0200)
committerSven Strickroth <email@cs-ware.de>
Sun, 4 Jun 2023 12:08:11 +0000 (4 14:08 +0200)
tree2123a12c0304f3b12ed98133a7c38803b50966a1
parent4b36379759e70cfd065997d601a6733f6ee45e78
Refactor and deduplicate code for URL detection in commit messages

Signed-off-by: Sven Strickroth <email@cs-ware.de>
src/TortoiseGitBlame/TortoiseGitBlame.vcxproj
src/TortoiseGitBlame/TortoiseGitBlame.vcxproj.filters
src/TortoiseProc/AppUtils.cpp
src/TortoiseProc/TortoiseProc.vcxproj
src/TortoiseProc/TortoiseProc.vcxproj.filters
src/Utils/MiscUI/SciEdit.cpp
src/Utils/MiscUI/SciEdit.h
src/Utils/URLFinder.h [new file with mode: 0644]
test/UnitTests/UnitTests.vcxproj
test/UnitTests/UnitTests.vcxproj.filters