TGitCache: fix overlays of versioned folders
commit2b6762df8d0e324a91d8b99373e97fe98b47998e
authorSven Strickroth <email@cs-ware.de>
Sun, 22 Jan 2012 02:24:39 +0000 (22 03:24 +0100)
committerSven Strickroth <email@cs-ware.de>
Sun, 22 Jan 2012 02:24:39 +0000 (22 03:24 +0100)
tree2d9e1d1a12c1e5e53735fb6fe780e4b8617205ca
parentefaddd850db7633dae10f726e09d1b28dcc698bc
TGitCache: fix overlays of versioned folders

For some repositories no overlay was shown on the working copy root folder. "m_ownStatus = git_wc_status_normal" fixes this. For new repositories (w/o .git/index) "m_mostImportantFileStatus = git_wc_status_normal" is needed.

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