diff options
| author | Daniel Hahler <dhahler@gmail.com> | 2014-09-22 16:37:23 +0200 |
|---|---|---|
| committer | Frank Terbeck <ft@bewatermyfriend.org> | 2014-09-22 23:23:03 +0200 |
| commit | 64e2b4426e72e0359cd4c621ab2e2f521050e620 (patch) | |
| tree | d5d9fa2919aa8dae46393027ab4faeecc938b062 /Functions/Example/pushd | |
| parent | 33208: improve report on paths at end of configuration (diff) | |
| download | zsh-64e2b4426e72e0359cd4c621ab2e2f521050e620.tar zsh-64e2b4426e72e0359cd4c621ab2e2f521050e620.tar.gz zsh-64e2b4426e72e0359cd4c621ab2e2f521050e620.tar.bz2 zsh-64e2b4426e72e0359cd4c621ab2e2f521050e620.tar.lz zsh-64e2b4426e72e0359cd4c621ab2e2f521050e620.tar.xz zsh-64e2b4426e72e0359cd4c621ab2e2f521050e620.tar.zst zsh-64e2b4426e72e0359cd4c621ab2e2f521050e620.zip | |
33217: vcs_info: use `--ignore-submodules=dirty` with diff/diff-index
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).
