[rtems commit] Merge branch 'master' of ssh://rgit/data/git/rtems

Gedare Bloom gedare at rtems.org
Sat Apr 28 15:57:19 UTC 2012


Hi,

To avoid these merge messages and spurious changesets please stick to
using rebase on your checked-out master branch, e.g.
$> git pull --rebase upstream master

This helps to maintain a linear history in the rtems.git primary
repository. Merge messages happen due to a non-fastforward merge on
your master branch. The easiest way to avoid conflicts and non-ff
merges is to always develop on a branch that you checkout from a
vanilla master.

When you do notice a non-ff merge the easiest thing to do is to reset
your head right away (git reset HEAD^) and then clear the changes (git
checkout -f). This should undo the merge and its merge message. Then
you can do a rebase and hopefully things will go well.

-Gedare


On Fri, Apr 27, 2012 at 11:03 PM, Chris Johns <chrisj at rtems.org> wrote:
> Module:    rtems
> Branch:    master
> Commit:    bb43b51e66e5ec8667eb6fddee970b2944a1ad09
> Changeset: http://git.rtems.org/rtems/commit/?id=bb43b51e66e5ec8667eb6fddee970b2944a1ad09
>
> Author:    Chris Johns <chrisj at rtems.org>
> Date:      Sat Apr 28 13:06:44 2012 +1000
>
> Merge branch 'master' of ssh://rgit/data/git/rtems
>
> ---
>
>
>
> _______________________________________________
> rtems-vc mailing list
> rtems-vc at rtems.org
> http://www.rtems.org/mailman/listinfo/rtems-vc




More information about the devel mailing list