]> git.ipfire.org Git - thirdparty/git.git/blobdiff - convert.h
checkout: fix two bugs on the final count of updated entries
[thirdparty/git.git] / convert.h
index 5ee1c322058bc4a693c763fad9ce4725ac05c24c..0a6e4086b8f93257df513a20a4cc55062d218212 100644 (file)
--- a/convert.h
+++ b/convert.h
@@ -53,7 +53,11 @@ struct delayed_checkout {
        enum ce_delay_state state;
        /* List of filter drivers that signaled delayed blobs. */
        struct string_list filters;
-       /* List of delayed blobs identified by their path. */
+       /*
+        * List of delayed blobs identified by their path. The `util` member
+        * holds a counter pointer which must be incremented when/if the
+        * associated blob gets checked out.
+        */
        struct string_list paths;
 };