From patchwork Thu Nov 14 17:33:16 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andrei Rybak X-Patchwork-Id: 11244075 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 1887C930 for ; Thu, 14 Nov 2019 17:33:22 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id EBD94206CC for ; Thu, 14 Nov 2019 17:33:21 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=gmail.com header.i=@gmail.com header.b="byu6duxb" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726444AbfKNRdV (ORCPT ); Thu, 14 Nov 2019 12:33:21 -0500 Received: from mail-wm1-f65.google.com ([209.85.128.65]:54849 "EHLO mail-wm1-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725914AbfKNRdU (ORCPT ); Thu, 14 Nov 2019 12:33:20 -0500 Received: by mail-wm1-f65.google.com with SMTP id z26so6535965wmi.4 for ; Thu, 14 Nov 2019 09:33:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=hnpCyF/ZKovEwi8Zu2fc1TEHyc1tfWa0HbOZx4ecdeo=; b=byu6duxbhgVkN/shWgJy3rqF7Z7aCGPfeMJqW++6g/tNXA16+0MlTwNTMRWq/eWlGa uFvVcjli1qgvR9BYdKPMOUQXn27mDY9zBkOaxgXbbIQzGs+TbOF5fDEnu+lMJGtnC/1J e7tS/5VUfmbvz1cxVsfrA5bGTr76UmNCnGqp07pK2XvladQqyQPcfv6ROLGu/avdf9lR /YEl248lZJi/prb/AL8+8QSKd6xZh14WUORaGFT4abKO4rKijzdlFrK5tBvGvBUUExE9 PmwdUNFZys3oiiOfa5tBJcMT6Pd3lyMpkENZDM3NebH9Lkj0I12IO6pRJn2lMOPLdlLh FwoQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=hnpCyF/ZKovEwi8Zu2fc1TEHyc1tfWa0HbOZx4ecdeo=; b=pA/eY1vseqozTt73bwLTA2kLfcIxcKZdYfZJT8lBWCUAlbiaCpfrdA0ouerDF3c04n KQ6nU9tYuqpYV41Ib0aqnWzZZ26Nqp43OircwJR2Zh78QuMvTUkt6xiHpjy6lYLq56dQ P2/7l1UJa3LS9YVM/v44ompLAmlXCw9PEy6+SbE1jktVlxaiyyMSce4ZvolzBEmmxfUg +uj+d7km4khLyF7GODGspy8YiOq+AYNiKkp1pg4e4u+516omZFgO2/t2GQEmXXCd7XN7 FLgWAHCgy0f43uGXS9T6q/zrj0+XOQaNgBryhceXpjE6dGQXW58e3m+vFMf2eCpumGmG onDg== X-Gm-Message-State: APjAAAVKc+RNp9kTwGjb/qH5+Ga/XCan4KL2jbLhwmYES97pYYta2auE FKgm9J26MFTBylMj3OQdkqRM0w2seSUYfg== X-Google-Smtp-Source: APXvYqwNNJsiFolQh4vHDe99c2DE8vEfzH5GGSv7fheautfQAetq6trUYOToZnQphXOFCbwoPW2AIg== X-Received: by 2002:a7b:ce86:: with SMTP id q6mr8717634wmj.20.1573752798433; Thu, 14 Nov 2019 09:33:18 -0800 (PST) Received: from rybak.office.devexperts.com ([185.79.217.61]) by smtp.googlemail.com with ESMTPSA id v128sm8082607wmb.14.2019.11.14.09.33.17 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 14 Nov 2019 09:33:17 -0800 (PST) From: Andrei Rybak To: git@vger.kernel.org Cc: Brian Gernhardt Subject: [PATCH] INSTALL: use existing shell scripts as example Date: Thu, 14 Nov 2019 18:33:16 +0100 Message-Id: <20191114173316.9190-1-rybak.a.v@gmail.com> X-Mailer: git-send-email 2.24.0.windows.2 MIME-Version: 1.0 Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Script git-pull.sh has been removed in commit [1]. Use command "request-pull" as an example of a shell script instead. Recently, many of shell script commands have been re-written in C, so tweak the wording of the sentence, while we're here. [1]: b1456605c2 (pull: remove redirection to git-pull.sh, 2015-06-18) Signed-off-by: Andrei Rybak --- INSTALL | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/INSTALL b/INSTALL index c39006e8e7..e3170b3cee 100644 --- a/INSTALL +++ b/INSTALL @@ -116,8 +116,8 @@ Issues of note: - "ssh" is used to push and pull over the net. - - A POSIX-compliant shell is required to run many scripts needed - for everyday use (e.g. "bisect", "pull"). + - A POSIX-compliant shell is required to run some scripts needed + for everyday use (e.g. "bisect", "request-pull"). - "Perl" version 5.8 or later is needed to use some of the features (e.g. preparing a partial commit using "git add -i/-p",