From patchwork Sun May 9 09:09:59 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Martin_=C3=85gren?= X-Patchwork-Id: 12246335 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-15.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 437C8C433ED for ; Sun, 9 May 2021 09:10:48 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 002FE613D9 for ; Sun, 9 May 2021 09:10:47 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229591AbhEIJLo (ORCPT ); Sun, 9 May 2021 05:11:44 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46546 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229555AbhEIJLn (ORCPT ); Sun, 9 May 2021 05:11:43 -0400 Received: from mail-lf1-x133.google.com (mail-lf1-x133.google.com [IPv6:2a00:1450:4864:20::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 99055C061573 for ; Sun, 9 May 2021 02:10:39 -0700 (PDT) Received: by mail-lf1-x133.google.com with SMTP id r5so1813126lfr.5 for ; Sun, 09 May 2021 02:10:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=Pb4rDh+RouQaqWj6ihZcfr14Cpa02a4rHLbaN5PFPEc=; b=iRJlt5pR3H5szPth2ZsGLhDRju/f/2yz/iH2oS6DMxHt+artZbWLNtMarfyU7Ls7q2 GpuvoSec46+WUcVuHribqclGrp3ZTXJRwfaIS7mSaNYfGejqHkWwTw1ZUXtKS7Pz1gCT 5VzjUvfESg9R/O+Lndn6a3fFNPNw6dKO9RnPA8BBWtIEWc6cltZDWXjuOyYnfVoR2ZUC sgcdWFFPMhTVruxfbUumErYynHAOvCcH3hU2lM4I36o8dTJZ86OwxFmrgB84eQi4l7Hx kptKqoTuV+109Df0s1tHT8lPUTGTJDQ+x5CQecuEjdrb7SJymgyWkRlyX/0Y28wR4br9 FiHQ== 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:in-reply-to :references:mime-version:content-transfer-encoding; bh=Pb4rDh+RouQaqWj6ihZcfr14Cpa02a4rHLbaN5PFPEc=; b=GFju/sXmXgWllWkxZxnZ+dftVWoeyj8AY0pFfVKN6lhrcSHj5aQEXCOZRmX1z3Rpav At1LwWGFWSX69K1l+tb6fiB2iR+4S3ZBGDELulHxP3CCBQfT7+r+HMqopdPFaxIwCOqz VRqXhh4+m/UnAoj1FcvNU70dnk5AokmocXJqJpmlBF5/kXiw7CGMsZfGfpcex4NXsINU pWRMA9qretE1yWhJkBmySJuhs/ANCJOsrrbgG5WcGnjiEL7MwUWpAdeIIcH3OzShcSQ6 9IzHgHERvt2cwWHvvFex03Zl5hi13E2F5R1hDJQ83SIG6Rga2Lq54yQoAnlAEA0lCrGy 3fHg== X-Gm-Message-State: AOAM530AIeXZaRqj6QmauUKiDgBUT6EIcA85+dapvpYBgZFwlTSmy/Cd VopJNyLHKgko8NnFNCmmK+ZaY6Abcr8= X-Google-Smtp-Source: ABdhPJwLx6OEqXe8IqxteS/Qu4ye0GFxNEDaZifoHBpzzyzKYIXpfXkN5ldDMxUs3wCn2xeKBpBkBw== X-Received: by 2002:a05:6512:3b21:: with SMTP id f33mr12855247lfv.293.1620551437872; Sun, 09 May 2021 02:10:37 -0700 (PDT) Received: from localhost.localdomain (81-231-136-235-no600.tbcn.telia.com. [81.231.136.235]) by smtp.gmail.com with ESMTPSA id h9sm1839164lfu.305.2021.05.09.02.10.37 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 09 May 2021 02:10:37 -0700 (PDT) From: =?utf-8?q?Martin_=C3=85gren?= To: git@vger.kernel.org Cc: ZheNing Hu , Taylor Blau Subject: [PATCH 1/2] git-repack.txt: remove spurious ")" Date: Sun, 9 May 2021 11:09:59 +0200 Message-Id: <8adf03f456c756188863a8258f3867c389958a52.1620551314.git.martin.agren@gmail.com> X-Mailer: git-send-email 2.31.1.751.gd2f1c929bd In-Reply-To: References: MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Drop the ")" at the end of this paragraph. There's a parenthetical remark in this paragraph, but it's been closed on the line above. Signed-off-by: Martin Ågren --- Documentation/git-repack.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/git-repack.txt b/Documentation/git-repack.txt index 317d63cf0d..ef310f362e 100644 --- a/Documentation/git-repack.txt +++ b/Documentation/git-repack.txt @@ -186,7 +186,7 @@ When `--unpacked` is specified, loose objects are implicitly included in this "roll-up", without respect to their reachability. This is subject to change in the future. This option (implying a drastically different repack mode) is not guaranteed to work with all other combinations of -option to `git repack`). +option to `git repack`. CONFIGURATION ------------- From patchwork Sun May 9 09:10:00 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Martin_=C3=85gren?= X-Patchwork-Id: 12246337 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-15.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 960AFC433B4 for ; Sun, 9 May 2021 09:10:49 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 6E3CD61424 for ; Sun, 9 May 2021 09:10:49 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229603AbhEIJLt (ORCPT ); Sun, 9 May 2021 05:11:49 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46570 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229596AbhEIJLt (ORCPT ); Sun, 9 May 2021 05:11:49 -0400 Received: from mail-lf1-x132.google.com (mail-lf1-x132.google.com [IPv6:2a00:1450:4864:20::132]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9A57EC061573 for ; Sun, 9 May 2021 02:10:45 -0700 (PDT) Received: by mail-lf1-x132.google.com with SMTP id i9so12437733lfe.13 for ; Sun, 09 May 2021 02:10:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=wZEmhHhEATACuRzuGFHB8S3zKcGrgio/GrudcUquYU4=; b=Nbusf4KbaJK+v/6IMhfTjSkPcP8lOvRh2xNvR8SO9c8UwiWgD6iABakxnNDb07gmpH gzoAJU7sAwo/AvAF5n1ht2UHxWnB2cH247eHWGK6Jpx8W2q6VW333zqqfEnMvakSUbcm /Oj2a/iIZRp1+My2q1KwPlWtCnJEum4sOb/gRjTDjPpi3MezisIDYS/zhpPAFTnr6PlT E4x+du0272anz1edeby3IytsEGDTfaw7Owt6JWndENhH+xxrTwVWZvUzoA9iezoFFv23 7Z55sjkP05dCp4NdZyWAG+HZ9ORPlnr09DFrLIPQ1/NsUPPSfi9NMDPkwJfwjWtPweKZ +XgA== 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:in-reply-to :references:mime-version:content-transfer-encoding; bh=wZEmhHhEATACuRzuGFHB8S3zKcGrgio/GrudcUquYU4=; b=no2NqspO7E085qe0TQxBvLpu0DMILGuLzFMjtIObhDaBjBeB5f7j7Z1RQVOTN5w4Ib nqqyilr/9Rru/a9yHD6AV553MwWXpkyLaKFDiK5x+hoBczM2ToqEXqQrGYTJVHC/ztYE l1Kj7Uu0wOq9w2ZIjwmk6OTYOfUfiPQ+4xd8U83PJrFoLqclByiJ0+WB2WeoD7CMsWab qkoS81Br/CPHKpkvM9oqTkzJRnxDrIljjXqtc/u1KG12Thzifv+Hep2pPpUXyQ+gafDP /R94pF2WffDFkxkNGJRY4P96ydi4+GSX3aexZsdZ7iIn/51C+z9OD50theeC6j6BLJOv e8Dw== X-Gm-Message-State: AOAM530YXg9zFSTZskJV6Kiu0F/X+nGV0xet7LQrEbdspfLGG7H1KR3y Ha1XBcnu9b/qAQKEtLvU1cRfwu/aFjg= X-Google-Smtp-Source: ABdhPJybM/rD2iHFW0HIOT7GxE06qmj44SCZWXbYotRFThpL3u8QNo2BaL4W6lWxdjxN6JdTgKrggw== X-Received: by 2002:a19:c143:: with SMTP id r64mr13214136lff.563.1620551443720; Sun, 09 May 2021 02:10:43 -0700 (PDT) Received: from localhost.localdomain (81-231-136-235-no600.tbcn.telia.com. [81.231.136.235]) by smtp.gmail.com with ESMTPSA id h9sm1839164lfu.305.2021.05.09.02.10.42 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 09 May 2021 02:10:43 -0700 (PDT) From: =?utf-8?q?Martin_=C3=85gren?= To: git@vger.kernel.org Cc: ZheNing Hu , Taylor Blau Subject: [PATCH 2/2] pretty-formats.txt: add missing space Date: Sun, 9 May 2021 11:10:00 +0200 Message-Id: <3d06c3beee0299db369f1dd859b092d529bd6846.1620551314.git.martin.agren@gmail.com> X-Mailer: git-send-email 2.31.1.751.gd2f1c929bd In-Reply-To: References: MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org The description of "%ch" is missing a space after "human style", before the parenthetical remark. This description was introduced in b722d4560e ("pretty: provide human date format", 2021-04-25). That commit also added "%ah", which does have the space already. Signed-off-by: Martin Ågren --- Documentation/pretty-formats.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/pretty-formats.txt b/Documentation/pretty-formats.txt index cd697f508c..58bb279528 100644 --- a/Documentation/pretty-formats.txt +++ b/Documentation/pretty-formats.txt @@ -208,7 +208,7 @@ The placeholders are: '%ci':: committer date, ISO 8601-like format '%cI':: committer date, strict ISO 8601 format '%cs':: committer date, short format (`YYYY-MM-DD`) -'%ch':: committer date, human style(like the `--date=human` option of +'%ch':: committer date, human style (like the `--date=human` option of linkgit:git-rev-list[1]) '%d':: ref names, like the --decorate option of linkgit:git-log[1] '%D':: ref names without the " (", ")" wrapping.