summaryrefslogtreecommitdiffstats
path: root/getcb
diff options
context:
space:
mode:
Diffstat (limited to 'getcb')
-rwxr-xr-xgetcb7
1 files changed, 7 insertions, 0 deletions
diff --git a/getcb b/getcb
index 57c38c6..b1e8e3d 100755
--- a/getcb
+++ b/getcb
@@ -144,6 +144,13 @@ rm -rf gitdiff
cd ../
echo "deblobbing coreboot"
./DEBLOB
+# The git history (git diff command) shows what blobs were deleted (including the blobs themselves) which is a freedom issue. Just delete .git altogether:
+cd coreboot
+rm -rf .git
+rm -rf .gitreview
+rm -rf .gitmodules
+rm -rf .gitignore
+cd ../
echo "finished deblobbing coreboot"
# we're done