Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: [PATCH] vcs_info: use `--ignore-submodules=dirty` with diff/diff-index



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