summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Thiel <byronimo@gmail.com>2014-11-17 10:18:48 +0100
committerSebastian Thiel <byronimo@gmail.com>2014-11-17 10:18:48 +0100
commit322db077a693a513e79577a0adf94c97fc2be347 (patch)
treed8ba1f2df948602ed59760d7e23e0e0e1874f206
parente4d8fb73daa82420bdc69c37f0d58f7cb4cd505a (diff)
parent3eee7af0e69a39da2dc6c5f109c10975fae5a93e (diff)
downloadgitpython-322db077a693a513e79577a0adf94c97fc2be347.tar.gz
Merge pull request #205 from hashar/rm-unicode-bom
Remove Byte Order Mark from git/cmd.py
-rw-r--r--git/cmd.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/git/cmd.py b/git/cmd.py
index 042a528d..0f1a892d 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