atlassian sourcetree - GIT picking up whitespace changes it shouldn't -


after running our build process, files showing in sourcetree whitespace-only changes. leaving aside discussions whether auto-generated files should included in source control, problem this:

files show in uncommitted window. if attempt commit them, error below.

ideally i'd have sourcetree smart enough not display these files modified in first place. there way accomplish this?

git -c diff.mnemonicprefix=false -c core.quotepath=false commit -q -f c:----\fc1hkokv.mod -- ----.js

on branch feature/14006-clinical-notes changes not staged commit: (use "git add ..." update committed) (use "git checkout -- ..." discard changes in working directory)

modified: xxxx.js no changes added commit (use "git add" and/or "git commit -a")

warning: lf replaced crlf in xxx.js. file have original line endings in working directory.


Comments

Popular posts from this blog

python - TypeError: start must be a integer -

c# - DevExpress RepositoryItemComboBox BackColor property ignored -

django - Creating multiple model instances in DRF3 -