git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* [PATCH] cogito: Push tags over http
@ 2006-03-27 19:12 Dennis Stosberg
  0 siblings, 0 replies; only message in thread
From: Dennis Stosberg @ 2006-03-27 19:12 UTC (permalink / raw
  To: git


A trivial patch for cg-push allows to push tags over http.

Signed-off-by: Dennis Stosberg <dennis@stosberg.net>

---

 cg-push |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

e9540d5f524c54102a93570031fb59156cec4188
diff --git a/cg-push b/cg-push
index b6b8954..4332b28 100755
--- a/cg-push
+++ b/cg-push
@@ -70,7 +70,7 @@ sprembranch=":refs/heads/$rembranch"
 
 if [ "${uri#http://}" != "$uri" -o "${uri#https://}" != "$uri" ]; then
 	# git-http-push doesn't like $sprembranch
-	git-http-push "$uri/" "$locbranch:$rembranch"
+	git-http-push "$uri/" "$locbranch:$rembranch" "${tags[@]}"
 elif [ "${uri#git+ssh://}" != "$uri" ]; then
 	send_pack_update "$name" "$(echo "$uri" | sed 's#^git+ssh://\([^/]*\)\(/.*\)$#\1:\2#')" "$locbranch$sprembranch" "${tags[@]}"
 elif [ "${uri#rsync://}" != "$uri" ]; then
-- 
1.2.GIT

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2006-03-27 19:12 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-03-27 19:12 [PATCH] cogito: Push tags over http Dennis Stosberg

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).