Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: [PATCH] vcs_info: use `--ignore-submodules=dirty` with diff/diff-index
- X-seq: zsh-workers 33219
- From: Frank Terbeck <ft@xxxxxxxxxxxxxxxxxxx>
- To: Daniel Hahler <dhahler@xxxxxxxxx>
- Subject: Re: [PATCH] vcs_info: use `--ignore-submodules=dirty` with diff/diff-index
- Date: Mon, 22 Sep 2014 23:23:32 +0200
- Cc: Zsh Hackers' List <zsh-workers@xxxxxxx>
- In-reply-to: <54203423.1040500@thequod.de> (Daniel Hahler's message of "Mon, 22 Sep 2014 16:37:23 +0200")
- 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: <54203423.1040500@thequod.de>
Daniel Hahler wrote:
> This will detect changes to submodules from the superproject's
> perspective, e.g. after `git rm submodule`.
>
> From GIT-DIFF-INDEX(1)/GIT-DIFF(1):
>
> Using "dirty" ignores all changes to the work tree of submodules,
> only changes to the commits stored in the superproject are shown
> (this was the behavior until 1.7.0).
> ---
> Functions/VCS_Info/Backends/VCS_INFO_get_data_git | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
Pushed, thanks!
Messages sorted by:
Reverse Date,
Date,
Thread,
Author