gitview: Read tag and branch information using git ls-remote
[git.git] / ls-files.c
index df93cf2..27059e2 100644 (file)
@@ -758,6 +758,7 @@ int main(int argc, const char **argv)
                                continue;
                        error("pathspec '%s' did not match any.",
                              pathspec[num] + prefix_offset);
+                       errors++;
                }
                return errors ? 1 : 0;
        }