From 64e2b4426e72e0359cd4c621ab2e2f521050e620 Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Mon, 22 Sep 2014 16:37:23 +0200 Subject: 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). --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index f32094f21..faa3f8731 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2014-09-22 Daniel Hahler + + * 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 * 33208: Tanu Kaskinen: -- cgit 1.4.1