summaryrefslogtreecommitdiffstats
path: root/scripts/git-submodule.sh
Commit message (Expand)AuthorAgeFilesLines
* scripts: check if .git exists before checking submodule statusDaniel P. Berrangé2022-10-271-6/+6
* configure: replace --enable/disable-git-update with --with-git-submodulesDan Streetman2021-01-291-8/+26
* git: Make submodule check only needed modulesJuan Quintela2020-02-131-4/+8
* git-submodule.sh: Modern shell scripting (use $() instead of ``)Mao Zhongyi2018-10-161-2/+2
* build: fix typo in error messageLaurent Vivier2018-02-101-1/+1
* build: fix typo in error messageMike Frysinger2017-12-181-1/+1
* build: delay check for empty git submodule listDaniel P. Berrange2017-11-061-7/+12
* build: don't fail if given a git submodule which does not existDaniel P. Berrange2017-11-061-2/+14
* build: allow automatic git submodule updates to be disabledDaniel P. Berrange2017-11-061-0/+9
* build: don't create temporary files in source dirDaniel P. Berrange2017-11-061-4/+3Star
* build: allow setting a custom GIT binary for transparent proxyingDaniel P. Berrange2017-11-061-5/+24
* scripts: don't throw away stderr when checking out git submodulesDaniel P. Berrange2017-10-231-1/+1
* build: automatically handle GIT submodule checkout for dtcDaniel P. Berrange2017-10-161-0/+38