Use string_view to reduce memory usage
commit46a74e94f687b4e8a16a8502120d6e196749af34
authorSven Strickroth <email@cs-ware.de>
Sun, 18 Jul 2021 06:31:29 +0000 (18 08:31 +0200)
committerSven Strickroth <email@cs-ware.de>
Mon, 19 Jul 2021 07:39:07 +0000 (19 09:39 +0200)
treef0bde4c14f0f99f850f9e2c21b0dfb2b6c7a624b
parentf3f18ab69cf1b23dec926850f7d1808eab3a47e8
Use string_view to reduce memory usage

Signed-off-by: Sven Strickroth <email@cs-ware.de>
src/TortoiseProc/DiffLinesForStaging.cpp
src/TortoiseProc/DiffLinesForStaging.h
src/TortoiseProc/StagingOperations.cpp
test/UnitTests/StagingTest.cpp