Message ID | 20250326-toon-blame-tree-v1-2-4173133f3786@iotcl.com (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | Introduce git-blame-tree(1) command | expand |
diff --git a/dir.c b/dir.c index cbd82be6c9..3aead2a599 100644 --- a/dir.c +++ b/dir.c @@ -278,7 +278,7 @@ int within_depth(const char *name, int namelen, if (depth > max_depth) return 0; } - return 1; + return depth <= max_depth; } /*