From: Brent Goodrick <bgoodr@gmail.com>
To: Thomas Rast <trast@student.ethz.ch>
Cc: git@vger.kernel.org
Subject: Re: "warning: no common commits" triggered due to change of remote's IP address?
Date: Sun, 1 Mar 2009 15:01:20 -0800 [thread overview]
Message-ID: <e38bce640903011501t2c7a134dp887f5a96db3db0f4@mail.gmail.com> (raw)
In-Reply-To: <200903012221.03662.trast@student.ethz.ch>
On Sun, Mar 1, 2009 at 1:20 PM, Thomas Rast <trast@student.ethz.ch> wrote:
> However, your use of + refspecs in
>
>> gitw fetch 88.99.100.101:git.repos/environ.git
>> +refs/heads/home:refs/remotes/origin/home
>
> makes me wonder: have you rewritten the repo hosting 'home' between
> two fetches? Using (especially, but not only) git-filter-branch can
> easily render your history disjoint from the pre-filtering state.
>
>> warning: no common commits
>
> Either your history is very short and really has no common commits
> whatsoever, or it gave up because of the 256 revision limit during
> find_common().
Hmmm, maybe, without knowing it. Originally, that section of the
.git/config file had "*"'s where "home" was. To clarify, the original
was:
[remote "origin"]
url = <some_ip_address>:git.repos/environ.git
fetch = +refs/heads/*:refs/remotes/origin/*
and the current one is now:
[remote "origin"]
url = <some_ip_address>:git.repos/environ.git
fetch = +refs/heads/home:refs/remotes/origin/home
Maybe I had made that change and this is the first time I am doing a
fetch to using that change. I thinking that was the cause of this,
because I retried doing a fetch into a separate throw-away repo with
just the change of IP address, and it did not need to fetch anything
more. I had not executed git-filter-branch at all.
>> 1. Will terminating the git fetch like I did leave the satellite repo
>> in an inconsistent state? If so, is my only choice to start
>> a new repo from scratch on the satellite machine, or is there some
>> repair mechanism?
>
> It will just leave a temporary pack file that git-gc will eventually
> remove. You can just try another fetch later.
Good, that is what I would have expected.
Brent
next prev parent reply other threads:[~2009-03-01 23:02 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-03-01 18:01 "warning: no common commits" triggered due to change of remote's IP address? Brent Goodrick
2009-03-01 21:20 ` Thomas Rast
2009-03-01 23:01 ` Brent Goodrick [this message]
2009-03-02 8:40 ` Thomas Rast
2009-03-02 8:56 ` Thomas Rast
2009-03-02 16:43 ` Brent Goodrick
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=e38bce640903011501t2c7a134dp887f5a96db3db0f4@mail.gmail.com \
--to=bgoodr@gmail.com \
--cc=git@vger.kernel.org \
--cc=trast@student.ethz.ch \
/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 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 NNTP newsgroup(s).