[Lunar-commits] r19646 - in moonbase/trunk: devel/git/plugin.d zbeta/git-git/plugin.d
Auke Kok
sofar at lunar-linux.org
Tue Apr 11 04:51:04 UTC 2006
Author: sofar
Date: 2006-04-11 04:51:03 +0000 (Tue, 11 Apr 2006)
New Revision: 19646
Modified:
moonbase/trunk/devel/git/plugin.d/download-git.plugin
moonbase/trunk/zbeta/git-git/plugin.d/download-git.plugin
Log:
Merge rsync protocol fixes.
Modified: moonbase/trunk/devel/git/plugin.d/download-git.plugin
===================================================================
--- moonbase/trunk/devel/git/plugin.d/download-git.plugin 2006-04-11 04:26:04 UTC (rev 19645)
+++ moonbase/trunk/devel/git/plugin.d/download-git.plugin 2006-04-11 04:51:03 UTC (rev 19646)
@@ -18,7 +18,7 @@
plugin_source_download_git() {
# check if we can handle this URL format
- if [ "${1:0:6}" != "git://" -a "${1:0:11}" != "git+http://" -a "${1:0:12}" != "git+https://" -a "${1:0:10}" != "git+rsync://" -a "${1:0:10}" != "git+ssh://" ] ; then
+ if [ "${1:0:6}" != "git://" -a "${1:0:11}" != "git+http://" -a "${1:0:12}" != "git+https://" -a "${1:0:12}" != "git+rsync://" -a "${1:0:10}" != "git+ssh://" ] ; then
return 2
fi
debug_msg "plugin_source_needrefresh_git($@)"
Modified: moonbase/trunk/zbeta/git-git/plugin.d/download-git.plugin
===================================================================
--- moonbase/trunk/zbeta/git-git/plugin.d/download-git.plugin 2006-04-11 04:26:04 UTC (rev 19645)
+++ moonbase/trunk/zbeta/git-git/plugin.d/download-git.plugin 2006-04-11 04:51:03 UTC (rev 19646)
@@ -18,7 +18,7 @@
plugin_source_download_git() {
# check if we can handle this URL format
- if [ "${1:0:6}" != "git://" -a "${1:0:11}" != "git+http://" -a "${1:0:12}" != "git+https://" -a "${1:0:10}" != "git+rsync://" -a "${1:0:10}" != "git+ssh://" ] ; then
+ if [ "${1:0:6}" != "git://" -a "${1:0:11}" != "git+http://" -a "${1:0:12}" != "git+https://" -a "${1:0:12}" != "git+rsync://" -a "${1:0:10}" != "git+ssh://" ] ; then
return 2
fi
debug_msg "plugin_source_needrefresh_git($@)"
More information about the Lunar-commits
mailing list