Boost logo

Boost :

Subject: Re: [boost] [git][multi_index] help merging from develop
From: Joaquin M Lopez Munoz (joaquin_at_[hidden])
Date: 2013-12-25 07:06:04


Daniel James <daniel <at> calamity.org.uk> writes:

>
> On 25 December 2013 11:42, Joaquin M Lopez Munoz <joaquin <at> tid.es> wrote:
> >
> > So, I did as Daniel instructed and seemingly eveything's OK now
> > in master branch. So, should I do
> >
> > git checkout develop
> > git merge -s ours
> >
> > to sync up SHAs between master and develop, or should I leave like that?
>
> You can, but you don't need "-s ours":
>
> git checkout develop
> git merge master
>
> It should be a fast-forward merge.

This I did, and the merge was indeed a fast-forward one, but Git refuses
to do then a commit on grounds that there are no changes:

D:\...libs\multi_index>git commit -m "synced
up SHAs between master and develop"
# On branch develop
# Your branch is ahead of 'origin/develop' by 66 commits.
# (use "git push" to publish your local commits)
#
nothing to commit, working directory clean

So, looks like I'm not syncing up anything after all?

Joaquín M López Muñoz
Telefónica Digital


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk