Skip to content

Commit 0bfba30

Browse files
rajingtonhwillson
authored andcommitted
Revert LF fix to uncorrupt images in documentation (#4438)
* undo lf fix for pngs the fix in #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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
* text eol=lf
1+
* text=auto eol=lf

CHANGELOG.md

+4
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)
Loading
3 Bytes
Loading
Loading
Loading

docs/source/assets/client-schema.png

3 Bytes
Loading
Loading
Loading
Loading
2 Bytes
Loading
1 Byte
Loading
Loading
Loading
Loading
3 Bytes
Loading
4 Bytes
Loading

docs/source/img/githunt.png

5 Bytes
Loading

docs/source/logo/favicon.png

1 Byte
Loading
1 Byte
Loading

docs/source/logo/large.png

1 Byte
Loading

docs/source/logo/square.png

2 Bytes
Loading

0 commit comments

Comments
 (0)