From: Johannes Schindelin Date: Wed, 14 May 2008 17:03:31 +0000 (+0100) Subject: diff options: Introduce --ignore-submodules X-Git-Tag: v1.5.6-rc0~12^2~2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/50fd9bd8430a957ea6c6674ce6112f375985abbc?ds=inline;hp=50fd9bd8430a957ea6c6674ce6112f375985abbc diff options: Introduce --ignore-submodules The new option --ignore-submodules can now be used to ignore changes in submodules. Why? Sometimes it is not interesting when a submodule changed. For example, when reordering some commits in the superproject, a dirty submodule is usually totally uninteresting. So we will use this option in git-rebase to test for a dirty working tree. Signed-off-by: Johannes Schindelin Signed-off-by: Junio C Hamano ---