Skip to content

Commit 0bfba30

Browse files
rajingtonhwillson
authored andcommitted
Revert LF fix to uncorrupt images in documentation (apollographql#4438)
* undo lf fix for pngs the fix in apollographql#4232 accidentally corrupted the pngs, this reverts them it ignores one that was deleted * Add missing `text=auto` Without this, git tries to adjust the line feed for binary files as well. * Changelog update
1 parent 098ee6b commit 0bfba30

22 files changed

+5
-1
lines changed

.gitattributes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
* text eol=lf
1+
* text=auto eol=lf

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77
- Fixes an issue where the `QueryManager` was accidentally returning cached
88
data for `network-only` queries. <br/>
99
[@danilobuerger](https://github.com/danilobuerger) in [#4352](https://github.com/apollographql/apollo-client/pull/4352)
10+
- Fixed an issue in the repo `.gitattributes` that was causing binary files
11+
to have their line endings adjusted, and cleaned up corrupted documentation
12+
images (ref: https://github.com/apollographql/apollo-client/pull/4232). <br/>
13+
[@rajington](https://github.com/rajington) in [#4438](https://github.com/apollographql/apollo-client/pull/4438)
1014

1115

1216
## Apollo Client (2.4.13)
1 Byte
Loading
3 Bytes
Loading
1 Byte
Loading
3 Bytes
Loading
3 Bytes
Loading
8 Bytes
Loading
5 Bytes
Loading
5 Bytes
Loading

0 commit comments

Comments
 (0)