Merge branch 'js/icase-wt-detection'
[gitweb.git] / ref-filter.c
index fd839ac4b337d3498201a7fdf3b80d0409258c6c..dbd8fcec24da01f682460d42110b06b3c33b599f 100644 (file)
@@ -1331,7 +1331,7 @@ static int ref_filter_handler(const char *refname, const struct object_id *oid,
         * obtain the commit using the 'oid' available and discard all
         * non-commits early. The actual filtering is done later.
         */
-       if (filter->merge_commit || filter->with_commit) {
+       if (filter->merge_commit || filter->with_commit || filter->verbose) {
                commit = lookup_commit_reference_gently(oid->hash, 1);
                if (!commit)
                        return 0;