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 ======= _______________________________________________ Quilt-dev mailing list Quilt-dev@nongnu.org https://lists.nongnu.org/mailman/listinfo/quilt-dev