From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=0.2 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED autolearn=no autolearn_force=no version=3.4.4 Received: (qmail 12222 invoked from network); 28 Sep 2023 06:54:52 -0000 Received: from 9front.inri.net (168.235.81.73) by inbox.vuxu.org with ESMTPUTF8; 28 Sep 2023 06:54:52 -0000 Received: from pb-smtp1.pobox.com ([64.147.108.70]) by 9front; Thu Sep 28 02:53:31 -0400 2023 Received: from pb-smtp1.pobox.com (unknown [127.0.0.1]) by pb-smtp1.pobox.com (Postfix) with ESMTP id 18A271ACFF6 for <9front@9front.org>; Thu, 28 Sep 2023 02:53:26 -0400 (EDT) (envelope-from unobe@cpan.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=pobox.com; h=message-id :to:from:date:subject:mime-version:content-type :content-transfer-encoding; s=sasl; bh=BxhujukYl9154mr3ipXTDZfgl Z/h/RvBEbrkndDrR3k=; b=rzTkbv2CJoaXnWhzaDQJaOffry7r4amNLU9yxPXug fTGgj/L1NwextQfkp7YrB61VGfe6XfYm69wl7ZCDg2aPrz+zqQhryKQvxD/70ZjP n8Wl7qggVGkRKWegkTANXb5H5EmfGPKW2bUIbmwvn1stv4C2ijoBMl+OcUuGi96v vI= Received: from pb-smtp1.nyi.icgroup.com (unknown [127.0.0.1]) by pb-smtp1.pobox.com (Postfix) with ESMTP id 103D21ACFF5 for <9front@9front.org>; Thu, 28 Sep 2023 02:53:26 -0400 (EDT) (envelope-from unobe@cpan.org) Received: from strider.localdomain (unknown [75.237.252.53]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pb-smtp1.pobox.com (Postfix) with ESMTPSA id 6C5651ACFE4 for <9front@9front.org>; Thu, 28 Sep 2023 02:53:24 -0400 (EDT) (envelope-from unobe@cpan.org) Message-ID: <795B0BF9C96CAB8918A75C8566FE4B63@smtp.pobox.com> To: 9front@9front.org From: Romano Date: Thu, 28 Sep 2023 06:41:20 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Pobox-Relay-ID: B83AB87C-5DCB-11EE-BA55-78DCEB2EC81B-09620299!pb-smtp1.pobox.com List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: content-addressed enhancement blockchain Subject: [9front] [PATCH 1/6] git: document git/import -n Reply-To: 9front@9front.org Precedence: bulk --- diff f48ee862768b677d0b0fca82a7efecd0b4fb3b06 a125c800817a8356de8580da78b7d9bd0ef95090 --- a/sys/man/1/git +++ b/sys/man/1/git @@ -73,6 +73,9 @@ .PP .B git/import [ +.B -n +] +[ .I commits... ] .PP @@ -432,7 +435,10 @@ .PP .B Git/import imports a commit with message, author, and -date information. +date information. When passed the +.B -n +option, applies the contents of the commit without +committing to the branch. .PP .B Git/merge