Commit b1fcd8c
authored
Skip files under .git when checking all files
The current 'find $gitroot' solution to check all files examines all the .git meta files as well. These will never match, and on a large repo can be time consuming to skip. This patch excludes them from the find output.1 parent f6c2d84 commit b1fcd8c
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| |||
0 commit comments