mirror of
https://github.com/docker/cli.git
synced 2026-01-13 18:22:35 +03:00
Commit 8d1ae76dcbbb73d8e20c6a14a7d3fe2410b95f55 added deprecation warnings for empty continuation lines, but also treated comment-only lines as empty. This patch distinguishes empty continuation lines from comment-only lines, and only outputs warnings for the former. Signed-off-by: Sebastiaan van Stijn <github@gone.nl> Upstream-commit: 2fd736ac10c1c46d1001373d887cb99b3d8ee824 Component: engine