From patchwork Mon Jun 3 14:25:23 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Drew DeVault X-Patchwork-Id: 10972957 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 44A5B14C0 for ; Mon, 3 Jun 2019 14:25:29 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 3387B20564 for ; Mon, 3 Jun 2019 14:25:29 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 27F7327F88; Mon, 3 Jun 2019 14:25:29 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.7 required=2.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 17A5927C05 for ; Mon, 3 Jun 2019 14:25:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729058AbfFCOZ0 (ORCPT ); Mon, 3 Jun 2019 10:25:26 -0400 Received: from mail.cmpwn.com ([45.56.77.53]:58018 "EHLO mail.cmpwn.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727650AbfFCOZZ (ORCPT ); Mon, 3 Jun 2019 10:25:25 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=cmpwn.com; s=cmpwn; t=1559572108; bh=81c1dRjamg+ZEJv0kg+hDEkhOFmUHVfFsJrUYuU/46E=; h=From:To:Cc:Subject:Date; b=JpUVTx6Z8K3v+8xpGqkxiUpCkwLMWBkef7PPA5mZtg2Yml9awbkSeyfssx77yOH6a PTlf+NA3yZA5uaDb1tlsslafet2SvraTsxs76ky33lgSwMdwdJilucPphj5un/GFhO /pDb8j64+cMC4E4T9/QjjPHQcrkGXND23D7T8+Ww= From: Drew DeVault To: git@vger.kernel.org Cc: Drew DeVault Subject: [PATCH] am: add --check option Date: Mon, 3 Jun 2019 10:25:23 -0400 Message-Id: <20190603142523.3826-1-sir@cmpwn.com> X-Mailer: git-send-email 2.21.0 MIME-Version: 1.0 Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP --- Documentation/git-am.txt | 7 ++++++- builtin/am.c | 13 +++++++++++++ 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/Documentation/git-am.txt b/Documentation/git-am.txt index fc3b993c33..bc01e87d85 100644 --- a/Documentation/git-am.txt +++ b/Documentation/git-am.txt @@ -9,7 +9,7 @@ git-am - Apply a series of patches from a mailbox SYNOPSIS -------- [verse] -'git am' [--signoff] [--keep] [--[no-]keep-cr] [--[no-]utf8] +'git am' [--signoff] [--keep] [--check] [--[no-]keep-cr] [--[no-]utf8] [--[no-]3way] [--interactive] [--committer-date-is-author-date] [--ignore-date] [--ignore-space-change | --ignore-whitespace] [--whitespace=