From 57b0678590708de081e4498e164b86d5c8c85024 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A1n=20Tomko?= Date: Mon, 9 Jan 2023 18:24:47 +0100 Subject: [PATCH] docs: submitting-patches: remove note about --patience MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Since we don't really say how to send patches using this diff algorithm, it only clutters the document about *submitting* patches. Signed-off-by: Ján Tomko Reviewed-by: Peter Krempa --- docs/submitting-patches.rst | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/submitting-patches.rst b/docs/submitting-patches.rst index be7f6253b6..7a8743b8d0 100644 --- a/docs/submitting-patches.rst +++ b/docs/submitting-patches.rst @@ -10,9 +10,7 @@ subject prefix. Alternatively, you may send patches using ``git send-email``. -Also, for code motion patches, you may find that -``git diff --patience`` provides an easier-to-read -patch. However, the usual workflow of libvirt developer is: +The usual workflow of libvirt developer is: ::