sm-commit AT lists.ibiblio.org
Subject: Source Mage code commit list
List archive
[SM-Commit] GIT changes to master sorcery by Ismael Luceno (a7718a23dd5e4f6f0f5b16c0e621e85e673e7e07)
- From: Ismael Luceno <scm AT sourcemage.org>
- To: sm-commit AT lists.ibiblio.org
- Subject: [SM-Commit] GIT changes to master sorcery by Ismael Luceno (a7718a23dd5e4f6f0f5b16c0e621e85e673e7e07)
- Date: Wed, 26 Nov 2014 11:57:50 -0600
GIT changes to master sorcery by Ismael Luceno <ismael AT sourcemage.org>:
var/lib/sorcery/modules/dl_handlers/dl_git | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
New commits:
commit a7718a23dd5e4f6f0f5b16c0e621e85e673e7e07
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>
git_dl: Show progress and do not fetch tags
diff --git a/var/lib/sorcery/modules/dl_handlers/dl_git
b/var/lib/sorcery/modules/dl_handlers/dl_git
index b57f553..7c3a7ff 100755
--- a/var/lib/sorcery/modules/dl_handlers/dl_git
+++ b/var/lib/sorcery/modules/dl_handlers/dl_git
@@ -45,7 +45,8 @@ function dl_git_get () {
fi
message "${MESSAGE_COLOR}Fetching...${DEFAULT_COLOR}"
- GIT_DIR="$GIT_DIRECTORY/.git" git fetch "$GIT_ROOT" "$GIT_TAG" ||
continue
+ GIT_DIR="$GIT_DIRECTORY/.git" git fetch -n --progress \
+ "$GIT_ROOT" "$GIT_TAG" || continue
cd "$GIT_DIRECTORY" &&
git reset --hard FETCH_HEAD; rc=$?
- [SM-Commit] GIT changes to master sorcery by Ismael Luceno (a7718a23dd5e4f6f0f5b16c0e621e85e673e7e07), Ismael Luceno, 11/26/2014
Archive powered by MHonArc 2.6.24.