From patchwork Mon Nov 20 21:02:15 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sven Eckelmann X-Patchwork-Id: 17142 X-Patchwork-Delegate: sven@narfation.org Return-Path: X-Original-To: patchwork@open-mesh.org Delivered-To: patchwork@open-mesh.org Received: from open-mesh.org (localhost [IPv6:::1]) by open-mesh.org (Postfix) with ESMTP id 19C8B82B59; Mon, 20 Nov 2017 22:02:46 +0100 (CET) Authentication-Results: open-mesh.org; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=narfation.org header.i=@narfation.org header.b="ilA1k+2N"; dkim-atps=neutral Received-SPF: Pass (mailfrom) identity=mailfrom; client-ip=79.140.41.39; helo=v3-1039.vlinux.de; envelope-from=sven@narfation.org; receiver= Received: from v3-1039.vlinux.de (narfation.org [79.140.41.39]) by open-mesh.org (Postfix) with ESMTPS id F02018029D for ; Mon, 20 Nov 2017 22:02:21 +0100 (CET) Received: from sven-desktop.home.narfation.org (p200300C593C2BCF90000000000004065.dip0.t-ipconnect.de [IPv6:2003:c5:93c2:bcf9::4065]) by v3-1039.vlinux.de (Postfix) with ESMTPSA id B241B1100F6; Mon, 20 Nov 2017 22:02:19 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=narfation.org; s=20121; t=1511211739; bh=e5Xu7HdNCxgE8VSmxEj09aZLHKCEXe4ldoUuVNE2sAs=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=ilA1k+2NI9hFRX+yNcCu3Cox9IGWKCfSgH8F0ALbLzL98YMCkeRLVu7b6AOZXynpp rOH/hJp+q6XdoKc3cJy7Bz/SkA4ZRvi4lNA8pC7AEW9a4Dr8JJZBJbKGSh5+WcA3dG wbTwKEhB+CGwQSESLvZPMYFbQMtBZMc+NwJtwQ1s= From: Sven Eckelmann To: b.a.t.m.a.n@lists.open-mesh.org Date: Mon, 20 Nov 2017 22:02:15 +0100 Message-Id: <20171120210217.8941-2-sven@narfation.org> X-Mailer: git-send-email 2.11.0 In-Reply-To: <20171120210217.8941-1-sven@narfation.org> References: <20171120210217.8941-1-sven@narfation.org> Subject: [B.A.T.M.A.N.] [PATCH 1/3] batman-adv: Add .rst to README symlink X-BeenThere: b.a.t.m.a.n@lists.open-mesh.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: The list for a Better Approach To Mobile Ad-hoc Networking List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: The list for a Better Approach To Mobile Ad-hoc Networking Errors-To: b.a.t.m.a.n-bounces@lists.open-mesh.org Sender: "B.A.T.M.A.N" Web-based management software for git and editors usually only enable the parsing of reStructuredText files when they detect the file ending .rst. Signed-off-by: Sven Eckelmann --- README => README.rst | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename README => README.rst (100%) diff --git a/README b/README.rst similarity index 100% rename from README rename to README.rst