From: jlehmann Date: Mon, 13 Sep 2010 16:57:46 +0000 (-0700) Subject: Migrated from home v26 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=0283f984c8724922c87708bd8d80c5ee948a83f0;p=git-submod-enhancements.wiki.git Migrated from home v26 --- diff --git a/Home.textile b/Home.textile index bab848c..a7a7b21 100644 --- a/Home.textile +++ b/Home.textile @@ -27,4 +27,5 @@ As Dscho put it, submodules are the "neglected ugly duckling" of git. Time to ch * Since git 1.7.1: ** Show the reason why working directories of submodules are dirty (untracked content and/or modified content) in superproject * Expected in git 1.7.2: -** Add parameters to the "--ignore-submodules" option for "git diff" and "git status" to control when a submodule is considered dirty \ No newline at end of file +** Add parameters to the "--ignore-submodules" option for "git diff" and "git status" to control when a submodule is considered dirty +** Add the "ignore" config option for the default behaviour of "--ignore-submodules". Both .git/config and .gitmodules are parsed for this option, the value set in .git/config. will override that from .gitmodules. \ No newline at end of file