File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11#! /bin/bash
22#
3- # Copyright 2014-2015 Range Networks, Inc.
3+ # Copyright 2014-2016 Range Networks, Inc.
44#
55# This program is free software: you can redistribute it and/or modify
66# it under the terms of the GNU Affero General Public License as published by
3131 done
3232 sayAndDo git checkout master
3333 sayAndDo git submodule update --init --recursive --remote
34- # sayAndDo doesn't like this string at all, can't seem to get the quoting right
35- git submodule foreach ' git checkout `git config -f $toplevel/.gitmodules submodule.$name.branch`'
3634 cd ..
3735 echo
3836 fi
Original file line number Diff line number Diff line change 11#! /bin/bash
22#
3- # Copyright 2014 Range Networks, Inc.
3+ # Copyright 2014-2016 Range Networks, Inc.
44#
55# This program is free software: you can redistribute it and/or modify
66# it under the terms of the GNU Affero General Public License as published by
3737 git checkout $1
3838 git submodule init
3939 git submodule update --recursive
40- git submodule foreach ' git checkout `git config -f $toplevel/.gitmodules submodule.$name.branch`'
4140 cd ..
4241 echo
4342 fi
You can’t perform that action at this time.
0 commit comments