Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: [PATCH 15/16] _git: git rm: make git rm --cached work as intended
- X-seq: zsh-workers 31618
- From: Nikolai Weibull <now@xxxxxxx>
- To: Nikolai Weibull <now@xxxxxxx>, Øystein Walle <oystwa@xxxxxxxxx>, zsh-workers@xxxxxxx, m0viefreak.cm@xxxxxxxxxxxxxx
- Subject: Re: [PATCH 15/16] _git: git rm: make git rm --cached work as intended
- Date: Tue, 30 Jul 2013 17:47:48 +0200
- 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==
- In-reply-to: <20130730150446.GE13852@pug.qqx.org>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <cover.1375006129.git.oystwa@gmail.com> <3debebad8c56f7f8ad681b7c0b4d226e33e5e011.1375006129.git.oystwa@gmail.com> <CADdV=MsWNDgquUrZ_4_DLVAcqaY_=u0jvbR+n-vCx=XjzSTaMg@mail.gmail.com> <20130730150446.GE13852@pug.qqx.org>
- Sender: nikolai.weibull@xxxxxxxxx
On Tue, Jul 30, 2013 at 5:04 PM, Aaron Schrab <aaron@xxxxxxxxxx> wrote:
> At 16:37 +0200 30 Jul 2013, Nikolai Weibull <now@xxxxxxx> wrote:
>>
>> If I understand --cached, it’s exactly like you described, and if 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 rm
> --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!
Messages sorted by:
Reverse Date,
Date,
Thread,
Author