Re: [PATCH 01/14] lib-submodule-update.sh: reorder create_lib_submodule_repo

2017-02-14 Thread brian m. carlson
On Tue, Feb 14, 2017 at 04:34:10PM -0800, Stefan Beller wrote: > create_lib_submodule_repo () { > git init submodule_update_repo && > ( > @@ -49,10 +54,11 @@ create_lib_submodule_repo () { > git config submodule.sub1.ignore all && > git add .gitmodules && >

[PATCH 01/14] lib-submodule-update.sh: reorder create_lib_submodule_repo

2017-02-14 Thread Stefan Beller
Redraw the ASCII art describing the setup using more space, such that it is easier to understand. The leaf commits are now ordered the same way the actual code is ordered. Add empty lines to the setup code separating each of the leaf commits, each starting with a "checkout -b". Signed-off-by: St