From fa3dd57f9f95cb1acc65582bebc9ac3c5858a095 Mon Sep 17 00:00:00 2001 From: Stephen Leake Date: Thu, 3 Nov 2022 07:31:00 -0700 Subject: [PATCH] * README (=:branch BRANCH=): Doc that this is ignored when :url is nil --- README | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README b/README index 2ac0eedde8..b151cf77f3 100644 --- a/README +++ b/README @@ -144,6 +144,8 @@ It can be a single file name or a list of file names. Specifies the branch to follow in the upstream Git repository, in case it should be different from the default branch. +If there is no upstream (=:url= is nil), this is simply ignored. + ** =:lisp-dir= Subdirectory in which the main ELisp found are found. Defaults to the top-level directory. @@ -162,7 +164,7 @@ and only if the version number in the development branch indicates that it contains development code (i.e. a "snapshot" version, according to `version-to-list`). -If there is no upstream (:url is nil), the presence of :release-branch +If there is no upstream (=:url= is nil), the presence of :release-branch just indicates that release and devel branches in elpa.git are desired (the name given in :release-branch is ignored). The release branch is named `externals-release/' for GNU ELPA and