Use [] operator instead of at() method in order to speed things up
commitc949e138bce34af1147f5e6b292e6ab12808cbbd
authorSven Strickroth <email@cs-ware.de>
Sun, 18 Dec 2016 19:31:39 +0000 (18 20:31 +0100)
committerSven Strickroth <email@cs-ware.de>
Sun, 18 Dec 2016 19:31:39 +0000 (18 20:31 +0100)
treedace6a60064d925b2bcb813f1fb3c585fbfbeea2
parent87f20c873b1ad28b7d8171de679cacba8d866412
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/GitIndex.cpp
src/Git/GitStatus.cpp