Re: git remote update -> rejected

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Jeff King
Date: Tuesday, April 22, 2008 - 3:34 am

On Tue, Apr 22, 2008 at 11:48:53AM +0200, Mike Galbraith wrote:


The x86 tree was presumably rewound or rebased, which means that
fetching their new position would overwrite your old. This is probably
OK, since it looks like you have x86/* as tracking branches, and only
they would get overwritten. So it is probably safe to put a '+' in front
of the 'fetch' line in your config file. E.g.,

  [remote "x86"]
    url = ...
    fetch = +refs/heads/*:refs/remotes/x86/*

See 'git help fetch' for details.

-Peff
--
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
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
git remote update -> rejected, Mike Galbraith, (Tue Apr 22, 2:48 am)
Re: git remote update -> rejected, Jeff King, (Tue Apr 22, 3:34 am)
Re: git remote update -> rejected, Mike Galbraith, (Tue Apr 22, 3:55 am)
Re: git remote update -> rejected, Jeff King, (Tue Apr 22, 4:11 am)
Re: git remote update -> rejected, Johannes Schindelin, (Tue Apr 22, 4:58 am)
Re: git remote update -> rejected, Teemu Likonen, (Tue Apr 22, 5:41 am)
Re: git remote update -> rejected, Jeff King, (Tue Apr 22, 5:56 am)
Re: git remote update -> rejected, Johannes Schindelin, (Tue Apr 22, 5:56 am)
Re: git remote update -> rejected, Jeff King, (Tue Apr 22, 6:01 am)
Re: git remote update -> rejected, Johannes Schindelin, (Tue Apr 22, 6:03 am)
Re: git remote update -> rejected, Johannes Schindelin, (Tue Apr 22, 6:05 am)
Re: git remote update -> rejected, Jeff King, (Tue Apr 22, 6:09 am)
[PATCH] builtin-remote: resurrect forced updates to tracke ..., Johannes Schindelin, (Tue Apr 22, 6:26 am)
Re: git remote update -> rejected, Teemu Likonen, (Tue Apr 22, 6:39 am)
Re: git remote update -> rejected, Johannes Schindelin, (Tue Apr 22, 6:49 am)
Re: git remote update -> rejected, Paolo Bonzini, (Tue Apr 22, 6:53 am)
Re: git remote update -> rejected, Teemu Likonen, (Tue Apr 22, 7:04 am)
Re: git remote update -> rejected, Paolo Bonzini, (Tue Apr 22, 7:10 am)
Re: git remote update -> rejected, Johannes Schindelin, (Tue Apr 22, 8:08 am)
Re: git remote update -> rejected, Paolo Bonzini, (Tue Apr 22, 8:26 am)
Re: git remote update -> rejected, Paolo Bonzini, (Tue Apr 22, 9:23 am)
Re: git remote update -> rejected, Johannes Schindelin, (Tue Apr 22, 9:42 am)
Re: git remote update -> rejected, Junio C Hamano, (Tue Apr 22, 10:00 am)