Continued:
[jprojects-scripts.git] / cherry-jprojects.sh
index 627d59d5daa7135c18eadb73c29f6cd7ec19d530..c04438e7de0c2b80a15cb98d61333e9423869fd0 100755 (executable)
@@ -25,6 +25,7 @@ for project in ${LIST}; do
        then
                cd "${JPROJECTS_HOME}/${project}"
                echo "$0: Fetching all for project '${project}' ..."
+               git prune
                git fetch --all
        else
                echo "$0: Nothing to cherry-pick for '${project}'."