We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd21c96 commit 60b10deCopy full SHA for 60b10de
contrib/excise_stdlib.sh
@@ -19,8 +19,8 @@ pushd $STDLIB
19
20
echo "Filtering repo"
21
git filter-repo --subdirectory-filter stdlib/$STDLIB --path LICENSE.md \
22
- --message-callback 'return re.sub(b"(\W)(#\d+)", lambda m: m.group(1) + b"JuliaLang/julia" + m.group(2), message)'
23
-
+ --message-callback 'return re.sub(b"(\W)(#\d+)", lambda m: m.group(1) + b"JuliaLang/julia" + m.group(2), message)'
+
24
25
echo "Deleting branches"
26
git branch -l | grep -v release- | grep -v master | xargs git branch -v -D
0 commit comments