build: make build log a bit less verbose

don't show the whole commit patch
This commit is contained in:
Andrew Tridgell 2014-01-22 19:46:04 +11:00
parent 5a16d8067a
commit 89b083dd52
1 changed files with 3 additions and 3 deletions

View File

@ -39,14 +39,14 @@ checkout() {
git checkout "$vtag" || git checkout "$vtag2" || return 1
git show
git log -1
pushd ../../PX4NuttX
git checkout "$vtag" || git checkout "$vtag2" || git checkout master || {
popd
return 1
}
git show
git log -1
popd
pushd ../../PX4Firmware
@ -54,7 +54,7 @@ checkout() {
popd
return 1
}
git show
git log -1
popd
return 0