summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoine Musso <hashar@free.fr>2014-11-16 22:10:26 +0100
committerAntoine Musso <hashar@free.fr>2014-11-16 22:10:26 +0100
commit3eee7af0e69a39da2dc6c5f109c10975fae5a93e (patch)
treec6c486f41b49e52c8fea8f5b7bc20ca2619ee6e4
parent7aba59a2609ec768d5d495dafd23a4bce8179741 (diff)
downloadgitpython-3eee7af0e69a39da2dc6c5f109c10975fae5a93e.tar.gz
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 cf37099e, 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
-rw-r--r--git/cmd.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/git/cmd.py b/git/cmd.py
index a1780de7..991b4211 100644
--- a/git/cmd.py
+++ b/git/cmd.py
@@ -1,4 +1,4 @@
-# cmd.py
+# cmd.py
# Copyright (C) 2008, 2009 Michael Trier (mtrier@gmail.com) and contributors
#
# This module is part of GitPython and is released under