This is an automated email from the git hooks/post-receive script. guillem pushed a commit to branch main in repository dpkg.
View the commit online: https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=d45a0d5cc4fccd7b731a836d59b633f896b8ab33 commit d45a0d5cc4fccd7b731a836d59b633f896b8ab33 Author: Guillem Jover <[email protected]> AuthorDate: Mon Sep 4 21:00:36 2023 +0200 man: Document the list of editors tried on dpkg-source --commit Closes: #1051209 --- man/dpkg-source.pod | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/man/dpkg-source.pod b/man/dpkg-source.pod index 0ec1e97cb..2997c0d66 100644 --- a/man/dpkg-source.pod +++ b/man/dpkg-source.pod @@ -657,7 +657,8 @@ by the B<quilt> patch system and integrates it in the patch system under the name I<patch-name>. If the name is missing, it will be asked interactively. If I<patch-file> is given, it is used as the patch corresponding to the local changes to integrate. Once integrated, an -editor is launched so that you can edit the meta-information in the patch +editor (the first one found from B<sensible-editor>, C<$VISUAL>, C<$EDITOR>, +B<vi>) is launched so that you can edit the meta-information in the patch header. Passing I<patch-file> is mainly useful after a build failure that -- Dpkg.Org's dpkg

