aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbibisect_build.py11
1 files changed, 10 insertions, 1 deletions
diff --git a/bibisect_build.py b/bibisect_build.py
index 0208f72..5758cfb 100755
--- a/bibisect_build.py
+++ b/bibisect_build.py
@@ -110,11 +110,20 @@ def generate_range_list(range_text):
"drop unneeded include",
"Update git submodules",
"Unit test",
+ "unittest",
"UItest",
"UI Test",
+ "cppcheck",
"macos",
"mac os",
- "android"]
+ "MAC_OS",
+ "android",
+ "mobile",
+ "update credits",
+ "autocorrect",
+ "Fix typo",
+ "pragma once",
+ "executable permission",]
for range_item in range_list:
commit_date, commit_time, commit_zone, commit_hash, commit_msg = \
range_item.split(b" ", maxsplit=4)