Merge branch 'ls/filter-process'
Test portability improvements and optimization for an already-graduated topic. * ls/filter-process: t0021: remove debugging cruft
This commit is contained in:
commit
b18f6a0066
@ -29,8 +29,7 @@ file_size () {
|
||||
|
||||
filter_git () {
|
||||
rm -f rot13-filter.log &&
|
||||
git "$@" 2>git-stderr.log &&
|
||||
rm -f git-stderr.log
|
||||
git "$@"
|
||||
}
|
||||
|
||||
# Compare two files and ensure that `clean` and `smudge` respectively are
|
||||
|
Loading…
Reference in New Issue
Block a user