From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS31976 209.132.180.0/23 X-Spam-Status: No, score=-4.0 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI,RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL,SPF_HELO_NONE,SPF_NONE shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by dcvr.yhbt.net (Postfix) with ESMTP id CDC3D1F46C for ; Tue, 21 Jan 2020 20:29:31 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728899AbgAUU3b (ORCPT ); Tue, 21 Jan 2020 15:29:31 -0500 Received: from pb-smtp2.pobox.com ([64.147.108.71]:53523 "EHLO pb-smtp2.pobox.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727829AbgAUU3a (ORCPT ); Tue, 21 Jan 2020 15:29:30 -0500 Received: from pb-smtp2.pobox.com (unknown [127.0.0.1]) by pb-smtp2.pobox.com (Postfix) with ESMTP id BB31B36D17; Tue, 21 Jan 2020 15:29:28 -0500 (EST) (envelope-from junio@pobox.com) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; s=sasl; bh=oM1mp25JLaCSwctGdYO2otwTivo=; b=snu4Li pz75ANUzAtCz39SKrH1NUSEYAjySnGn+TMeT4tekvMZT10Mp4QWaJZOi30dWXMXP zNDDiPTTGKW6ULyhGmuA/rUg1eap3SNRuZojKSjxXO8A0QasEoo4q1L+AKq2h8CS RGh5H2yVUocWF0HaXjaqL00FydPsd3ZMC/KVY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; q=dns; s=sasl; b=wCJdbZ6e0gGDCYIMyTapgFlxSYR3aZXZ x3RWYRjEt3DB0x+iFKg4cRxEPSyP4FI4tC0djbErhA4I586KUGvO2OpO+IGVhIro QfbjYFX2YTIDcOETBuZNldn4dncQFOd1e60Aj2JUMYSnc+NmWlqrD1OjdXxurLhL RNOLmJPp5TE= Received: from pb-smtp2.nyi.icgroup.com (unknown [127.0.0.1]) by pb-smtp2.pobox.com (Postfix) with ESMTP id A2A7636D16; Tue, 21 Jan 2020 15:29:28 -0500 (EST) (envelope-from junio@pobox.com) Received: from pobox.com (unknown [34.76.80.147]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pb-smtp2.pobox.com (Postfix) with ESMTPSA id 0CAF836D15; Tue, 21 Jan 2020 15:29:27 -0500 (EST) (envelope-from junio@pobox.com) From: Junio C Hamano To: "Alexandr Miloslavskiy via GitGitGadget" Cc: git@vger.kernel.org, Paul-Sebastian Ungureanu , Alexandr Miloslavskiy Subject: Re: [PATCH 5/8] doc: stash: document more options References: <8a5f2dbe9eef0d6fe360a8ac1130b854e73245bf.1579190965.git.gitgitgadget@gmail.com> Date: Tue, 21 Jan 2020 12:29:26 -0800 In-Reply-To: <8a5f2dbe9eef0d6fe360a8ac1130b854e73245bf.1579190965.git.gitgitgadget@gmail.com> (Alexandr Miloslavskiy via GitGitGadget's message of "Thu, 16 Jan 2020 16:09:22 +0000") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Pobox-Relay-ID: B8BD1E48-3C8C-11EA-B98D-D1361DBA3BAF-77302942!pb-smtp2.pobox.com Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org "Alexandr Miloslavskiy via GitGitGadget" writes: > +-q:: > +--quiet:: > + Quiet, suppress feedback messages. > + > +\--:: > + Separates pathspec from options for disambiguation purposes. > + > ...:: > The new stash entry records the modified states only for the files > that match the pathspec. The index entries and working tree files OK. Describing these in the documentation is a good thing. How they should be added depends on in what shape the patch 4/8 should settle, though. Thanks.