git - Commit encoding change -
i have files us-ascii
encoding committed repository. when change encoding utf-8
cannot commit, because get:
$ git status # on branch master nothing commit (working directory clean)
how can commit such changes?
us-ascii
, utf-8
same in lower 7 bits (0-127), aka of english characters. there no difference.
Comments
Post a Comment