We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e74176a commit e4b7a20Copy full SHA for e4b7a20
src/git-split-file.sh
@@ -371,7 +371,7 @@ mergeSplitBranch() {
371
&& commit "Merging split file '${g_sSourceFileName}'"
372
) || (
373
printStatus 'Merge conflict remains. Attempting to resolve more aggressively.'
374
- git add $(cat git status | grep -o -E 'added by us: .*' | cut -d ':' -f 2) \
+ git add $(git status | grep -o -E 'added by us: .*' | cut -d ':' -f 2) \
375
376
)
377
else
0 commit comments