Performance optimization: Do not search whole vector if we know we need all
commit87967cc8d97c89b8a82fa453735991a040a9c865
authorSven Strickroth <email@cs-ware.de>
Mon, 10 Aug 2015 08:45:49 +0000 (10 10:45 +0200)
committerSven Strickroth <email@cs-ware.de>
Mon, 10 Aug 2015 11:10:58 +0000 (10 13:10 +0200)
tree7465dfd21a59943d5315b5c210037655d34cde5c
parent77c07eb0228ffe50790754e9368eba5c66b4405a
Performance optimization: Do not search whole vector if we know we need all

Signed-off-by: Sven Strickroth <email@cs-ware.de>
src/Git/GitStatus.cpp
src/Git/gitindex.h
test/UnitTests/GitIndexTest.cpp