Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix: always use the default short diff format for submodules #902
  • Loading branch information
iiroj committed Aug 24, 2020
1 parent e0ee583 commit c7923ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/gitWorkflow.js
Expand Up @@ -53,6 +53,7 @@ const GIT_DIFF_ARGS = [
'--src-prefix=a/', // force prefix for consistent behaviour
'--dst-prefix=b/', // force prefix for consistent behaviour
'--patch', // output a patch that can be applied
'--submodule=short', // always use the default short format for submodules
]
const GIT_APPLY_ARGS = ['-v', '--whitespace=nowarn', '--recount', '--unidiff-zero']

Expand Down

0 comments on commit c7923ad

Please sign in to comment.