From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10440 invoked by alias); 5 Apr 2014 09:21:08 -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: 32529 Received: (qmail 5607 invoked from network); 5 Apr 2014 09:21:02 -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,RCVD_IN_DNSWL_NONE, SPF_HELO_PASS autolearn=ham version=3.3.2 From: Frank Terbeck To: Daniel Shahaf Cc: zsh-workers@zsh.org Subject: Re: [PATCH] vcs_info: git: Support stagedstr(%c) without unstagedstr(%u) In-Reply-To: <20140405064707.GB25618@tarsus.local2> (Daniel Shahaf's message of "Sat, 5 Apr 2014 06:47:07 +0000") References: <20140329094949.GB11569@tarsus.local2> <87fvlte7zs.fsf@ft.bewatermyfriend.org> <20140405064707.GB25618@tarsus.local2> User-Agent: Gnus/5.130008 (Ma Gnus v0.8) Emacs/24.3.50 (gnu/linux) Date: Sat, 05 Apr 2014 11:01:15 +0200 Message-ID: <87bnwgduas.fsf@ft.bewatermyfriend.org> MIME-Version: 1.0 Content-Type: text/plain X-Df-Sender: NDMwNDQ0 Daniel Shahaf wrote: > Frank Terbeck wrote on Fri, Apr 04, 2014 at 11:53:11 +0200: >> Daniel Shahaf wrote: [...] >> > + # TODO: document in zshcontrib that bzr supports check-for-changes >> > + # (also in VCS_INFO_bzr_get_info_restricted) >> >> Sounds like a plan. Do you want the job? :) > > I _was_ trying to outsource it, but... > > Attached. [...] >> If you'd make this "local -i ..." the variables would be integers, >> defaulting to zero. > > Thanks for the tip. Done, new version attached. Great! Thank you! Pushed both to the central repository. Regards, Frank