From: Benjamin Herrenschmidt <benh@kernel.crashing.org>
To: Steven Cole <elenstev@mesatop.com>
Cc: Git Mailing List <git@vger.kernel.org>
Subject: Re: cogito cg-update fails
Date: Tue, 03 May 2005 14:23:46 +1000 [thread overview]
Message-ID: <1115094227.6031.62.camel@gaston> (raw)
In-Reply-To: <200505022157.07800.elenstev@mesatop.com>
>
> Yeah, I got exactly the same behavior a little while ago, but thanks
> to www.kernel.org/git, I saw that the problem had been found and fixed.
>
> I had an older backup copy of all the cogito scripts, so I used that to update.
>
> I believe the fix is this patch:
Thanks, fixed it ! Current top of tree seem to be fine too.
Cheers,
Ben.
> ===== cd7a12e5d569d59a04823114c275a83d65b9f37e vs 437167273f77c0d5f039280d158b43324a79f820 =====
> --- a/cg-pull
> +++ b/cg-pull
> @@ -48,7 +48,7 @@ fetch_rsync () {
> }
>
> pull_rsync () {
> - fetch_rsync -s -u -d "$1/objects" ".git/objects"
> + fetch_rsync -s -u -d "$2/objects" ".git/objects"
> }
>
>
> Hope this helps,
> Steven
> -
> To unsubscribe from this list: send the line "unsubscribe git" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
--
Benjamin Herrenschmidt <benh@kernel.crashing.org>
next prev parent reply other threads:[~2005-05-03 4:19 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-05-03 3:19 cogito cg-update fails Benjamin Herrenschmidt
2005-05-03 3:57 ` Steven Cole
2005-05-03 4:23 ` Benjamin Herrenschmidt [this message]
2005-05-03 6:46 ` Petr Baudis
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=1115094227.6031.62.camel@gaston \
--to=benh@kernel.crashing.org \
--cc=elenstev@mesatop.com \
--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.