githooks: ignore unstaged hunks of APKBUILD
1 unresolved thread
1 unresolved thread
Compare changes
+ 12
− 2
@@ -65,7 +65,7 @@ is_symlink() {
@@ -109,11 +109,21 @@ check_file_size() {
Check only staged hunks in the APKBUILD in the pre-commit hook so we don't complain about files added to sources that aren't actually staged
Fixes #2193 (closed)