summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorDaniel Hahler <dhahler@gmail.com>2014-09-22 16:37:23 +0200
committerFrank Terbeck <ft@bewatermyfriend.org>2014-09-22 23:23:03 +0200
commit64e2b4426e72e0359cd4c621ab2e2f521050e620 (patch)
treed5d9fa2919aa8dae46393027ab4faeecc938b062 /ChangeLog
parent33208: improve report on paths at end of configuration (diff)
downloadzsh-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).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f32094f21..faa3f8731 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2014-09-22 Daniel Hahler <dhahler@gmail.com>
+
+ * 33217: Functions/VCS_Info/Backends/VCS_INFO_get_data_git:
+ vcs_info: use `--ignore-submodules=dirty` with diff/diff-index
+
2014-09-22 Peter Stephenson <p.stephenson@samsung.com>
* 33208: Tanu Kaskinen: