1
0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2025-02-21 17:19:38 +08:00
Wang Guan 7cc3a32bff Add an option about git submodules to ignore
$GIT_STATUS_IGNORE_SUBMODULES can be used to specify handling of
submodules. It can be:
not set : ignore dirty submodules (this was default zsh behavior)
"git"   : do not use "--ignore-submodules" and let git choose,
          this obeys setting in .gitmodules
other   : comes into "--ignore-submodules=$GIT_STATUS_IGNORE_SUBMODULES"
2019-11-06 19:39:17 +01:00
..
2015-09-23 18:47:09 -04:00
2016-08-07 19:36:44 +02:00
2018-08-07 20:42:01 +02:00