Use [] operator instead of at() method in order to speed things up
commit9519c6770d1492f5e126fb61f5a7a711e4b41d5e
authorSven Strickroth <email@cs-ware.de>
Mon, 19 Dec 2016 22:13:33 +0000 (19 23:13 +0100)
committerSven Strickroth <email@cs-ware.de>
Tue, 20 Dec 2016 08:34:29 +0000 (20 09:34 +0100)
tree614d42672082182d31042196193b1b9d9e3529d7
parent5d0adf21954c55a9e0d77889b984b355929bc0c5
Use [] operator instead of at() method in order to speed things up

The [] operator does not perform size() checks.

Signed-off-by: Sven Strickroth <email@cs-ware.de>
src/Git/gittype.h
src/TortoiseGitBlame/TortoiseGitBlameView.cpp
src/TortoiseProc/GitLogListBase.cpp
src/TortoiseShell/ShellCache.cpp
test/UnitTests/GitByteArrayTest.cpp