David Cantrell <[EMAIL PROTECTED]> writes:

> Why do I see this in the ChangeLog for stable-1.8.x?
>
> commit 3281e2847dc0e460e71feabc1e477db114a79313
> Merge: 3e3eda0... 78a2b09...
> Author: Debarshi Ray <[EMAIL PROTECTED](none)>
> Date:   Thu Mar 8 01:52:08 2007 +0530 
>
>     Merge branch 'master' of 
> git+ssh://[EMAIL PROTECTED]/git/parted/parted
>
>
> All of the changes we have in edge appear in stable now.  This needs to
> unhappen.

Not really, as I explained at IRC for you he did a small mistake when
pushing back his changes to us.

Debarshi,

When you do changes on a branch and want to sync it with a remote one,
you shouldn't use git pull. Instead do:

git fetch origin/master
git rebase origin/master

The merging should be use only when we're doing feature merging or
a foreign branch merge (like we'll do later from freebsd people).

-- 
        O T A V I O    S A L V A D O R
---------------------------------------------
 E-mail: [EMAIL PROTECTED]      UIN: 5906116
 GNU/Linux User: 239058     GPG ID: 49A5F855
 Home Page: http://otavio.ossystems.com.br
---------------------------------------------
"Microsoft sells you Windows ... Linux gives
 you the whole house."

_______________________________________________
parted-devel mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/parted-devel

Reply via email to