Thread (1 message) 1 message, 1 author, 2016-06-15

Re: [PATCH] Use --upload-pack in clone, fetch and ls-remote instead of --exec

From: Junio C Hamano <hidden>
Date: 2016-06-15 22:42:50
Subsystem: the rest · Maintainer: Linus Torvalds

Possibly related (same subject, not in this thread)

Uwe Kleine-König  [off-list ref] writes:
Signed-off-by: Uwe Kleine-König <redacted>
---
I don't like the change to git-fetch.sh.  But currently git-fetch-pack
needs a = and ls-remote doesn't like it.  So it continues to have two
variables for the remote upload program.
Then maybe something like this is in order to make things more
consistent?

Totally untested, of course ;-).
diff --git a/git-ls-remote.sh b/git-ls-remote.sh
index 03b624e..69d4c2a 100755
--- a/git-ls-remote.sh
+++ b/git-ls-remote.sh
@@ -25,6 +25,10 @@ do
 	shift
 	exec="--exec=$1"
 	shift;;
+  -u=*|--u=*|--up=*|--upl=*|--uplo=*|--uploa=*|--upload=*|\
+  --upload-=*|--upload-p=*|--upload-pa=*|--upload-pac=*|--upload-pack=*)
+  	exec=--exec=`expr "$1" : '-[^=]*=\(.*\)'`
+	shift;;
   --)
   shift; break ;;
   -*)
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help