Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit3eee7af

Browse files
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_mark
1 parent7aba59a commit3eee7af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎git/cmd.py

Lines changed: 1 addition & 1 deletion
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)

[8]ページ先頭

©2009-2025 Movatter.jp