From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS31976 209.132.180.0/23 X-Spam-Status: No, score=-4.2 required=3.0 tests=AWL,BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,RCVD_IN_DNSWL_HI,RP_MATCHES_RCVD shortcircuit=no autolearn=ham autolearn_force=no version=3.4.0 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by dcvr.yhbt.net (Postfix) with ESMTP id 5AFE01FC44 for ; Tue, 14 Feb 2017 00:37:35 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751507AbdBNAhd (ORCPT ); Mon, 13 Feb 2017 19:37:33 -0500 Received: from cloud.peff.net ([104.130.231.41]:54663 "EHLO cloud.peff.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751452AbdBNAhc (ORCPT ); Mon, 13 Feb 2017 19:37:32 -0500 Received: (qmail 20411 invoked by uid 109); 14 Feb 2017 00:37:32 -0000 Received: from Unknown (HELO peff.net) (10.0.1.2) by cloud.peff.net (qpsmtpd/0.84) with SMTP; Tue, 14 Feb 2017 00:37:32 +0000 Received: (qmail 30549 invoked by uid 111); 14 Feb 2017 00:37:32 -0000 Received: from sigill.intra.peff.net (HELO sigill.intra.peff.net) (10.0.0.7) by peff.net (qpsmtpd/0.84) with SMTP; Mon, 13 Feb 2017 19:37:32 -0500 Received: by sigill.intra.peff.net (sSMTP sendmail emulation); Mon, 13 Feb 2017 19:37:29 -0500 Date: Mon, 13 Feb 2017 19:37:29 -0500 From: Jeff King To: Junio C Hamano Cc: Thomas Gummerer , Matthieu Moy , git@vger.kernel.org, Stephan Beyer , Marc Strapetz , Johannes Schindelin , =?utf-8?B?w5h5dmluZCBBIC4=?= Holm , Jakub =?utf-8?B?TmFyxJlic2tp?= Subject: Re: [PATCH v3 0/5] stash: support pathspec argument Message-ID: <20170214003729.gnf3cszgeumbnlny@sigill.intra.peff.net> References: <20170206161432.zvpsqegjspaa2l5l@sigill.intra.peff.net> <20170212193050.GA652@hank> <20170213200950.m3bcyp52wd25p737@sigill.intra.peff.net> <20170213214521.pkjesijdlus36tnp@sigill.intra.peff.net> <20170213223346.GD652@hank> <20170214002753.362zfb75xmvwvz6f@sigill.intra.peff.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org On Mon, Feb 13, 2017 at 04:36:22PM -0800, Junio C Hamano wrote: > Jeff King writes: > > > Maybe it is just me and my muscle memory, but "git stash -p" is quite a > > common command for me[1]. And I have typed "git stash -p foo" many times > > and been annoyed that it didn't work. I was hoping to end that > > annoyance. > > OK, I never run "stash -p" and did not realize people already find > it useful that it becomes "stash save -p". Please ignore me, then. > I agree that breaking the established use is not nice. To be fair, I don't think anybody is proposing breaking the established use of "stash -p". I was just hoping the new pathspec feature could trickle down to it, as well. :) -Peff