All of lore.kernel.org
 help / color / mirror / Atom feed
* [Xenomai-help] xenomai-forge git woes
@ 2011-11-07 13:38 Thomas De Schampheleire
  2011-11-07 14:19 ` Philippe Gerum
  0 siblings, 1 reply; 2+ messages in thread
From: Thomas De Schampheleire @ 2011-11-07 13:38 UTC (permalink / raw)
  To: Xenomai-help

Hi,

It seems something was up with the Xenomai-forge git repository. On
the web interface, I see many old commits being recommitted today.

Can you give some background information as to why this happened?
And more importantly, not being an experienced git user, how to
recover from it? 'git status' shows:

# On branch master
# Your branch and 'origin/master' have diverged,
# and have 177 and 360 different commit(s) each, respectively.

and a 'git pull' shows tons of conflicts on files I did not touch.

Thanks,
Thomas


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [Xenomai-help] xenomai-forge git woes
  2011-11-07 13:38 [Xenomai-help] xenomai-forge git woes Thomas De Schampheleire
@ 2011-11-07 14:19 ` Philippe Gerum
  0 siblings, 0 replies; 2+ messages in thread
From: Philippe Gerum @ 2011-11-07 14:19 UTC (permalink / raw)
  To: Thomas De Schampheleire; +Cc: Xenomai-help

On 11/07/2011 02:38 PM, Thomas De Schampheleire wrote:
> Hi,
>
> It seems something was up with the Xenomai-forge git repository. On
> the web interface, I see many old commits being recommitted today.
>
> Can you give some background information as to why this happened?
> And more importantly, not being an experienced git user, how to
> recover from it? 'git status' shows:
>
> # On branch master
> # Your branch and 'origin/master' have diverged,
> # and have 177 and 360 different commit(s) each, respectively.
>
> and a 'git pull' shows tons of conflicts on files I did not touch.
>

This is a rebase, which breaks the commit history. I have to rebase the 
-forge over the 2.6.x branch until the latter leaves the development 
phase at least. Cherry picking lots of changes manually from 2.6.x while 
it is under active development would be too error prone.

Now that 2.6.0 is out, the number of rebases should decrease 
significantly, until 2.6.1 is released, at which point they should stop.

You should force-pull your master branch, assuming you did not add any 
of your changes there, then rebase your own -forge update branch if any, 
onto the new master.

> Thanks,
> Thomas
>
> _______________________________________________
> Xenomai-help mailing list
> Xenomai-help@domain.hid
> https://mail.gna.org/listinfo/xenomai-help
>


-- 
Philippe.


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-11-07 14:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-07 13:38 [Xenomai-help] xenomai-forge git woes Thomas De Schampheleire
2011-11-07 14:19 ` Philippe Gerum

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.