Commit Graph

4 Commits

Author SHA1 Message Date
brian m. carlson
6098b81dfc
walker: don't recurse into submodules
When we're walking the tree to select objects which need permissions
adjusted, don't recurse into any submodules that exist. This is not only
slow, but the submodules may have their own gitattributes files which we
wouldn't have honored.
2019-06-14 17:26:29 +00:00
brian m. carlson
b0e5bac13f
Remove trailing whitespace
Trailing whitespace is generally considered harmful and untidy in both
code and text-based documentation.  Remove the instances of it in our
codebase.
2018-10-03 20:34:13 +00:00
Taylor Blau
de9152049c t: load shell scripts from $(dirname) instead of 't' 2018-07-10 13:51:40 -05:00
Taylor Blau
219b7e0a3d t: prefix all existing tests with t- 2018-07-09 16:24:25 -05:00