From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 696 invoked by alias); 22 Dec 2014 22:04:29 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 34045 Received: (qmail 26781 invoked from network); 22 Dec 2014 22:04:28 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.7 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.2 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=zwJxtY02deL4BYSe248MbL6q6nCKddQhZ6+v3JpKWow=; b=YggZbzAaZTbVHlKxVVUHsCI3PvL29wJ7MnEt2528R+QUnSOn6Zg0Q/+hsmOLAw+A0q nHPvt4dPavapAK95C792PYCRTuSVhaF90bM/IaAqTTCIFQgLAin14PoDbqqXEAHugkvl WCQFlf+TSm+8+zpvoLpYdpE9ITTP22Q/yGKqu1z0x+A8cBl2bEZXnm9TalFDKt6qFw8e 6eu9VoABupk2D7VWRwAYblrpZ6pqX53qRyhrA5sS+6LBXAve0/ERvd74sbIN6yQeRlWf JSM7z5ckEBxVVcuKMc6WzIte5Qn9EutZQ36WUBrdA4RjrTlXpQyRkVH4GzoQz9Z2IPf6 JoKQ== MIME-Version: 1.0 X-Received: by 10.50.80.36 with SMTP id o4mr18087225igx.37.1419285866515; Mon, 22 Dec 2014 14:04:26 -0800 (PST) In-Reply-To: <20141222204546.GC15399@tarsus.local2> References: <20141222204546.GC15399@tarsus.local2> Date: Mon, 22 Dec 2014 23:04:26 +0100 Message-ID: Subject: Re: [PATCH] _git: Respect tags for subcommand completion. From: Mikael Magnusson To: Daniel Shahaf Cc: zsh workers Content-Type: text/plain; charset=UTF-8 On Mon, Dec 22, 2014 at 9:45 PM, Daniel Shahaf wrote: > Attached a patch to improve the 'git ' user experience. > > Daniel Could you write a few words about what the patch actually does? Eg, what's wrong with the current status quo? % git ---- alias amend -- alias for 'commit --amend' ... ---- main porcelain command add -- add file contents to index am -- apply patches from a mailbox ... ---- ancillary manipulator command config -- get and set repository or global options fast-export -- data exporter ... ---- ancillary interrogator command blame -- show what revision and author last modified each line of a file cherry -- find commits not merged upstream ... etc -- Mikael Magnusson