Drop never matching if clause
commit1fe03c3c7f73276003b5db7e7d9160c99a2913ab
authorSven Strickroth <email@cs-ware.de>
Sun, 18 May 2014 10:20:20 +0000 (18 12:20 +0200)
committerSven Strickroth <email@cs-ware.de>
Sun, 18 May 2014 10:20:20 +0000 (18 12:20 +0200)
tree84b873ec03d27886c007f3430070fa7011f26ced
parentf730cbbf66278a90439f6ded1999aaa73d81122f
Drop never matching if clause

gitdir does not end with a slash and casepath does not start with a slash, thus this check never evaluates positively.

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