Skip to content

Commit 3eee7af

Browse files
committed
Remove Byte Order Mark from git/cmd.py
The Unicode Byte Order Mark is usually unwanted. git/cmd.py had one inserted in 2008 by cf37099, a commit that fix a Windows related issue which indicate the file has most probably be edited with a text editor that automatically insert the Byte Order Mark. Remove the BOM from git/cmd.py For details aboute the BOM: https://en.wikipedia.org/wiki/Byte_order_mark
1 parent 7aba59a commit 3eee7af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎git/cmd.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# cmd.py
1+
# cmd.py
22
# Copyright (C) 2008, 2009 Michael Trier (mtrier@gmail.com) and contributors
33
#
44
# This module is part of GitPython and is released under

0 commit comments

Comments
 (0)