mirror of https://github.com/MariaDB/server
Browse Source
This reverts commit d78ac04ee6
.
The benefits of `ignore=all` are that submodules are omitted from
`git status` and `git citool`. The drawbacks are - submodules
are not omitted from `git commit -a` *and* they are omitted
from `git diff` and `git show` output.
As a result one can unintentionally commit changes to submodules and not
see it in the history. Thus drawbacks outweigh benefits here.
pull/2512/head
1 changed files with 0 additions and 4 deletions
Loading…
Reference in new issue