Documentation/Makefile add optional targets for l10n
[gitweb.git] / object-store.h
index bf1e0cb7610d51054450eb522cb8a3b3f2117f91..60758efad89d1a09959ba9850cb3c7445861aabe 100644 (file)
@@ -13,6 +13,7 @@ struct object_directory {
        /*
         * Used to store the results of readdir(3) calls when we are OK
         * sacrificing accuracy due to races for speed. That includes
+        * object existence with OBJECT_INFO_QUICK, as well as
         * our search for unique abbreviated hashes. Don't use it for tasks
         * requiring greater accuracy!
         *