forked fromgitpython-developers/GitPython
- Notifications
You must be signed in to change notification settings - Fork0
Commit3eee7af
committed
Remove Byte Order Mark from git/cmd.py
The Unicode Byte Order Mark is usually unwanted. git/cmd.py had oneinserted in 2008 bycf37099, a commit that fix a Windows related issuewhich indicate the file has most probably be edited with a text editorthat automatically insert the Byte Order Mark.Remove the BOM from git/cmd.pyFor details aboute the BOM:https://en.wikipedia.org/wiki/Byte_order_mark1 parent7aba59a commit3eee7af
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
0 commit comments
Comments
(0)