[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Quilt-dev] Keep comments after last chunk?
From: |
Fab Stz |
Subject: |
[Quilt-dev] Keep comments after last chunk? |
Date: |
Mon, 29 Jan 2024 10:08:44 +0100 |
Hello,
Let's consider this simple patch that is wrapped between two tags namely
REUSE-IgnoreStart (before the 1st chunk) & REUSE-IgnoreEnd (after the last
chunk). These tags are used by reuse tool to determine that the code between
them should not be parsed. See https://reuse.software/faq/#exclude-lines for
the rationale.
When I "quilt refresh", REUSE-IgnoreStart is kept, while REUSE-IgnoreEnd is
removed. Is there a way to preserve the comments that are after the last
chunk?
Please, keep me in copy of your reply since I'm not subscribed to the list.
Regards
Fab
=== FILE CONTENT START =======
REUSE-IgnoreStart
--- a/qttools/src/qdoc/qdoc/tests/generatedoutput/testdata/templatedcallables/
templated_callables.cpp
+++ b/qttools/src/qdoc/qdoc/tests/generatedoutput/testdata/templatedcallables/
templated_callables.cpp
@@ -1,5 +1,6 @@
// Copyright (C) 2023 The Qt Company Ltd.
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-
invariants-only#pragma once
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-
invariants-only
+#pragma once
#include "templated_callables.h"
REUSE-IgnoreEnd
=== FILE CONTENT END =======
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Quilt-dev] Keep comments after last chunk?,
Fab Stz <=