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 7449d46 commit f35b14aCopy full SHA for f35b14a
cmake/update-sanitizers-cmake.sh
@@ -0,0 +1,8 @@
1
+#!/usr/bin/env bash
2
+# first version pulled from commit 3f0542e on April 19
3
+# add command: git subtree add --prefix=cmake/sanitizers-cmake --squash https://github.com/arsenm/sanitizers-cmake master
4
+#
5
+# To rebase across an update, use `git rebase --rebase-merges --strategy subtree
6
+# if the rebase stops and says "refusing to merge unrelated histories" then use
7
+# the add command above or pull or similar to re-create the merge commit
8
+git subtree pull --prefix cmake/sanitizers-cmake https://github.com/arsenm/sanitizers-cmake master --squash
0 commit comments