Allow to have case insensitive overlay icons
commitcea4bf41109e19017d98f6f353ad7336c13eb938
authorSven Strickroth <email@cs-ware.de>
Sat, 15 Jul 2017 20:10:46 +0000 (15 22:10 +0200)
committerSven Strickroth <email@cs-ware.de>
Sun, 16 Jul 2017 10:35:55 +0000 (16 12:35 +0200)
tree4e48486bc087a6769060e7148a7abd071c270562
parentff90ffeaa66efd2772b7c692a84217e45ba1a6ff
Allow to have case insensitive overlay icons

This is not recommended as commands such as "git log" are still case sensitive and, therefore, it needs to be additionally enabled.

(fixes issue #2980)

Signed-off-by: Sven Strickroth <email@cs-ware.de>
doc/source/en/TortoiseGit/tgit_dug/dug_settings_advanced.xml
src/Changelog.txt
src/Git/GitIndex.cpp
src/Git/GitStatus.cpp
src/Git/GitStatus.h
src/Git/gitindex.h
src/TortoiseProc/Settings/SettingsAdvanced.cpp
test/UnitTests/GitIndexTest.cpp