これを複製しただけで、ディレクトリはすぐに変更されますか?
このようなことに遭遇したことはありませんが、なぜこれが起こっているのか興味がありますか? そして、これはどのように可能ですか?
アップデート:
git clone git://github.com/horndude77/open-scores.git
git status を実行した直後に、リポジトリを複製しました。
git status
# Not currently on any branch.
# Changes not staged for commit:
# (use "git add <file>..." to update what will be committed)
# (use "git checkout -- <file>..." to discard changes in working directory)
#
# modified: SaintSaensRomanceOp36/defs.ily
# modified: SaintSaensRomanceOp36/horn.ily
#
no changes added to commit (use "git add" and/or "git commit -a")
git diff は明らかにします:
warning: CRLF will be replaced by LF in SaintSaensRomanceOp36/defs.ily.
The file will have its original line endings in your working directory.
warning: CRLF will be replaced by LF in SaintSaensRomanceOp36/horn.ily.
The file will have its original line endings in your working directory.
diff --git a/SaintSaensRomanceOp36/defs.ily b/SaintSaensRomanceOp36/defs.ily
index 07e09ac..c7961be 100644
--- a/SaintSaensRomanceOp36/defs.ily
+++ b/SaintSaensRomanceOp36/defs.ily
@@ -1,47 +1,47 @@
-\version "2.13.13"
.
.
.
注: 非常に長いため、差分の上部のみが含まれています。
リポジトリのクローンを作成するときに CRLF 文字を削除していますか?もしそうなら、これらはどのようにコミットに含まれていましたか?