We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0ee583 commit c7923adCopy full SHA for c7923ad
lib/gitWorkflow.js
@@ -53,6 +53,7 @@ const GIT_DIFF_ARGS = [
53
'--src-prefix=a/', // force prefix for consistent behaviour
54
'--dst-prefix=b/', // force prefix for consistent behaviour
55
'--patch', // output a patch that can be applied
56
+ '--submodule=short', // always use the default short format for submodules
57
]
58
const GIT_APPLY_ARGS = ['-v', '--whitespace=nowarn', '--recount', '--unidiff-zero']
59
0 commit comments