Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Can vcs_info provide list of unstaged, changed files?
- X-seq: zsh-users 21682
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: Zsh Users <zsh-users@xxxxxxx>
- Subject: Re: Can vcs_info provide list of unstaged, changed files?
- Date: Sun, 19 Jun 2016 20:51:15 -0700
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=brasslantern-com.20150623.gappssmtp.com; s=20150623; h=from:message-id:date:in-reply-to:comments:references:to:subject :mime-version; bh=c3NLGPJBwg+9Q2EOWANXfAB5u3lSqmPyZzKn20VPqwQ=; b=ZMdOObFUZpxitO3Omee/PeMV0//eb7nLjqj0Qm7fit9ftMl0xXLrY9RdKz/syTTwF0 if8ANF6xPq9zTAMyZFQcs1HgoYMsNlIRiQMgjNP2aHpIdPqdK3n1/sKgfKk0Pa8VBNK9 JCY9wHDqNIz/W30ngOktBZtnoPzzbKFnx6Eg93YZ4BacJyqb4eLWTitXc/pjYr3u7usr BPNPxZkpECAAjR3gnTvbmhHdh52JGGL/xhkL7s6ev4Wl1epmWku+Arlut9WNaTuza4AX YidJ2ucZ36mOkwJmpeDFkzWfhleYJRZue3ngYZArXGiy4IZENjH3wjptcY7MHrNVvy7Y qvYQ==
- In-reply-to: <CAKc7PVDJE8+YVMdDY9Hd4dh5DCTSP05PKdPD3ACZ_LMcxyqsLQ@mail.gmail.com>
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- References: <CAKc7PVDJE8+YVMdDY9Hd4dh5DCTSP05PKdPD3ACZ_LMcxyqsLQ@mail.gmail.com>
On Jun 10, 4:14pm, Sebastian Gniazdowski wrote:
}
} is there a hook that can be added to vcs_info that would copy
} hopefully already existing information: list of files that are changed
As far as I can tell, (a) only the "git" backend supports any related
functionality, (b) even that backend only reports whether there is
at least one changed file, not the names of any of them, and (c) it
is not cached, it's recalculated at every prompt.
So the answer appears to be "no."
Messages sorted by:
Reverse Date,
Date,
Thread,
Author