GIT Your commit has trailing white space, please fix it.



-e ERROR: Your commit has trailing white space, please fix it.
-e You can use the follow command to do the check.
-e git diff --cached --check --no-ext-diff
andrew.wang@szpc00355:~/android5.1/device/mstar/common/apps/MLocalMM3$ git diff --cached --check --no-ext-diff
src/com/mstar/localmm/common/adapter/ListDataListAdapter.java:127: trailing whitespace.
+        holder.settingOptionTextView.setSelected(true);^M

src/com/mstar/localmm/video/adapter/ListDataAdapter.java:53:


JUST DO:dos2unix filename

and git add and commit again

你可能感兴趣的:(GIT Your commit has trailing white space, please fix it.)