From: Steve <shrotty@gmx.ch>
To: git@vger.kernel.org
Subject: Re: git-push on packed refs via HTTP
Date: Fri, 27 Mar 2009 10:20:36 +0000 (UTC) [thread overview]
Message-ID: <loom.20090327T102017-250@post.gmane.org> (raw)
In-Reply-To: alpine.DEB.1.00.0903201341220.6865@intel-tinevez-2-302
Hi Dscho
Thanks for your snippet, that did the trick. I only had to alter it slightly
because the repo on the server is bare:
git show-ref |
while read sha1 name
do
mkdir -p $(dirname $name) &&
echo $sha1 > $name
done
Just for understanding: Why is this step necessary? Does it have anything to do
with serving the repo over HTTP at all?
Cheers, Steve
prev parent reply other threads:[~2009-03-27 10:22 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-03-20 9:50 git-push on packed refs via HTTP Steve
2009-03-20 10:03 ` Thomas Jarosch
2009-03-20 10:25 ` Steve
2009-03-20 10:38 ` Andreas Ericsson
2009-03-20 10:50 ` Steve
2009-03-20 12:00 ` Tay Ray Chuan
2009-03-20 12:31 ` Steve
2009-03-20 12:45 ` Johannes Schindelin
2009-03-27 10:20 ` Steve [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=loom.20090327T102017-250@post.gmane.org \
--to=shrotty@gmx.ch \
--cc=git@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.