From a853e6572aa711dc994725927ab8d3b3303ed7b4 Mon Sep 17 00:00:00 2001 From: Sven Strickroth Date: Sat, 17 Sep 2011 04:59:15 +0200 Subject: [PATCH] update docs Signed-off-by: Sven Strickroth --- .../TortoiseGit/tsvn_dug/dug_settings_overlays.xml | 27 +++++++++++++++++++--- 1 file changed, 24 insertions(+), 3 deletions(-) diff --git a/doc/source/en/TortoiseGit/tsvn_dug/dug_settings_overlays.xml b/doc/source/en/TortoiseGit/tsvn_dug/dug_settings_overlays.xml index ebd28c746..7590f6339 100644 --- a/doc/source/en/TortoiseGit/tsvn_dug/dug_settings_overlays.xml +++ b/doc/source/en/TortoiseGit/tsvn_dug/dug_settings_overlays.xml @@ -60,7 +60,29 @@ Disadvantage: the process runs constantly, even if you're not working on your projects. It also uses around 10-50 MB of RAM - depending on number and size of your working copies. + depending on number and size of your working copies. In the + current implementation it doesn't check the contents of the files, + it just checks the last modification time against the time stored + in the git index file. + + + + + Shell Extended + + + Caching is done directly inside the shell extension + dll. + Each time you navigate to another folder, the status + information is fetched again (recursively). + + + Advantage: can show the status in real time. + + + Disadvantage: only one folder is cached and for big working copies, + it can take much more time to show a folder in explorer than + with the default cache or with shell mode. @@ -81,8 +103,7 @@ Disadvantage: Since only one folder is cached, the overlays don't show the status recursively. For big working copies, it can take more time to show a folder in explorer than - with the default cache. Also the mime-type column is not - available. + with the default cache. -- 2.11.4.GIT