A trivial patch for cg-push allows to push tags over http. Signed-off-by: Dennis Stosberg <dennis@xxxxxxxxxxxx> --- 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 - : send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html