Skip to content

Commit

Permalink
Re-normalize line-endings in git of all files to Linux style ("\n")
Browse files Browse the repository at this point in the history
Some files were checked-in into git having windows style line
endings (\r\n). This is in general not wanted because it can cause
modified files without any difference in git-staging on Windows if
auto-crlf is enabled.

To re-normalize line endings of all files use the following command
(including dot):

git add --renormalize .
  • Loading branch information
HannesWell authored and iloveeclipse committed Nov 30, 2023
1 parent 8a8eef9 commit 66a27ce
Show file tree
Hide file tree
Showing 13 changed files with 2,912 additions and 2,912 deletions.
2 changes: 1 addition & 1 deletion org.eclipse.jdt.bcoview/.options
Original file line number Diff line number Diff line change
@@ -1 +1 @@
org.eclipse.jdt.bcoview/debug=false
org.eclipse.jdt.bcoview/debug=false
4 changes: 2 additions & 2 deletions org.eclipse.jdt.bcoview/forceQualifierUpdate.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# To force a version qualifier update, add the bug here
Bug 527899 [9] Implement JEP 280: Indify String Concatenation
# To force a version qualifier update, add the bug here
Bug 527899 [9] Implement JEP 280: Indify String Concatenation
Bug 527899 [9] Implement JEP 280: Indify String Concatenation
Loading

0 comments on commit 66a27ce

Please sign in to comment.