From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13585 invoked by alias); 30 Jul 2013 15:48:09 -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: 31618 Received: (qmail 12184 invoked from network); 30 Jul 2013 15:47:54 -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=-1.9 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.2 Received-SPF: pass (ns1.primenet.com.au: SPF record at _netblocks.google.com designates 209.85.192.179 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type :content-transfer-encoding; bh=hbzBIw6dl0nT3+0uaJ8eZTU9pUJUG92vNHHikpg+Rzg=; b=SoxMwHIP//r7mPPc0to0ym/5iRKezMiI+Ia6VHyxHK6a5HYOd/Nho2Q3KukHDRpzer qDV6PzbukmVUicavN3SHJRjFtLKHIMD1ScKZLyGQtU3KxJe18jz3+wm+OTOy3taAGgj3 d24ZyZwXgl7/kO1QiufY43bslEfHkFe17zmoWytidhx37x8H351/wEHCNlmPKmvyEv3X 49evADLW/RqWyebZgOX7EFABjR4fpW4UgwcCU+ZfJMZsj6kVhRw2h5F5dCy/9R6GMhy0 t9xsddmM64NfKFtGLOF8x1jwVRT+Gt/18S78pCkQ7KCT9l/ju9BpqhHb69SUnolvsa2p ycZg== MIME-Version: 1.0 X-Received: by 10.68.169.161 with SMTP id af1mr19547930pbc.22.1375199268297; Tue, 30 Jul 2013 08:47:48 -0700 (PDT) Sender: nikolai.weibull@gmail.com In-Reply-To: <20130730150446.GE13852@pug.qqx.org> References: <3debebad8c56f7f8ad681b7c0b4d226e33e5e011.1375006129.git.oystwa@gmail.com> <20130730150446.GE13852@pug.qqx.org> Date: Tue, 30 Jul 2013 17:47:48 +0200 X-Google-Sender-Auth: otiXjoy-Ec4zSXVY6Q8XhdfGo4g Message-ID: Subject: Re: [PATCH 15/16] _git: git rm: make git rm --cached work as intended From: Nikolai Weibull To: Nikolai Weibull , =?UTF-8?Q?=C3=98ystein_Walle?= , zsh-workers@zsh.org, m0viefreak.cm@googlemail.com Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Tue, Jul 30, 2013 at 5:04 PM, Aaron Schrab wrote: > At 16:37 +0200 30 Jul 2013, Nikolai Weibull wrote: >> >> If I understand --cached, it=E2=80=99s exactly like you described, and i= f you >> specify --cached, you only want files actually modified in the index >> to be completed. I may be wrong, but please clarify, as you seem to >> be stating a tautology. > > > No, all files in the index should be available for completion with `git r= m > --cached`, not just ones which have been modified. The original commit > message reads fine to me, I don't see anything tautological about it. I see now where I saw wrong. Thanks!