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 c1e039c commit b2998f5Copy full SHA for b2998f5
README.md
@@ -81,6 +81,8 @@ while you can still use the same familiar Git tools to manipulate them.
81
pushd $(cargo patchable checkout druid 26.0.0)
82
83
# Commit to add new patches
84
+# NOTE: the commit message will be used to construct the patch filename. Spaces
85
+# will be converted to hyphens automatically.
86
git commit
87
88
# Rebase against the base commit to edit or remove patches
0 commit comments