Hello,
When I run:
git diff-tree --cc 511f273b99af4529f6eb30069bb9070dc73fbbb4
As expected, I get the diff for the files that are changed in both parents.
When I run:
git diff-tree --cc --name-only 511f273b99af4529f6eb30069bb9070dc73fbbb4
I get all the files listed including ones that are ch
ot;
warning: LF will be replaced by CRLF in 1.txt.
The file will have its original line endings in your working directory.
diff --git "a/1\261.txt" "b/1\261.txt"
index 281ad6f..9444a66 100644
--- "a/1\261.txt"
+++ "b/1\261.txt"
@@ -1,2 +1,2 @@
aaaa
-bbb
your working directory.
But I expected it to be:
warning: LF will be replaced by CRLF in 1\304\205.txt.
The file will have its original line endings in your working directory.
Best regards,
Janusz Białobrzewski.
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body
3 matches
Mail list logo