coreboot-kgpe-d16/util/gitconfig
Alex Thiessen 7459eeb18a util/gitconfig: Update `sup-destroy` git alias
The `git sup-destroy` alias uses a subshell in order to make `git
submodule deinit` deinitialize all submodules. This isn't necessary as
the `--all` switch does the same.

Furthermore, `git submodule init && git submodule update` equals to `git
submodule --init`.

Change-Id: Ib690d66795da4049bb0bb350a0609cf2e6b5c4c4
Signed-off-by: Alex Thiessen <alex.thiessen.de+coreboot@gmail.com>
Reviewed-on: https://review.coreboot.org/23249
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
2018-01-22 12:33:41 +00:00
..
commit-msg lint: update signed-off-by check 2017-08-17 11:26:31 +00:00
gitconfig.sh util/gitconfig: Update `sup-destroy` git alias 2018-01-22 12:33:41 +00:00
pre-commit util/gitconfig: Refuse to commit on lint failure 2018-01-11 22:09:33 +00:00