From 466cc47b694266c585eb819b60aa47f9c2179745 Mon Sep 17 00:00:00 2001 From: Holger Just Date: Fri, 4 Mar 2016 16:04:04 +0100 Subject: [PATCH] git su should update submodules recursively --- .gitconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitconfig b/.gitconfig index 7e8578e..fae1c3a 100644 --- a/.gitconfig +++ b/.gitconfig @@ -9,7 +9,7 @@ p = push pf = push --force fp = push --force - su = submodule update --init + su = submodule update --recursive --init addnw = !sh -c 'git diff -w --no-color "$@" | git apply --cached --ignore-whitespace' - [user] name = Holger Just