Commit 391c1a4
committed
Check commits for binary data
While some binary data is acceptable, excessive binary files can slow
down repository operations and impact performance. This commit adds a
check to detect and flag binary data in commits, ensuring the
repository remains lean and efficient.
Reference: https://www.redhat.com/en/blog/git-hooks
Change-Id: I39100df9317c32b58a1877a945314d5773bda0ae1 parent 082cb08 commit 391c1a4
1 file changed
+20
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
120 | 140 | | |
121 | 141 | | |
122 | 142 | | |
| |||
0 commit comments