Need some help with git rebase

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hello everybody,

I'm trying to backport a feature branch which is based on the master branch into another branch also based on master but older :

                        a--a--a--a--a--a--a--a--a feature
                       /
--x--x--x--x--x--x--x--x--x--x--x--x master
  \
   o--o--o--o--o--o--o 12.72.1
This is what I would like : a--a--a--a--a--a--a--a--a feature
                       /
--x--x--x--x--x--x--x--x--x--x--x--x master
  \
   o--o--o--o--o--o--o--a--a--a--a--a--a--a--a--a 12.72.1
And this is what I get with git rebase --onto 12.72.1 master feature
o--o--o--o--o--o--o--a--a--a--a--a--a--a--a--a feature
  /
--x--x--x--x--x--x--x--x--x--x--x--x master
  \
   o--o--o--o--o--o--o--a--a--a--a--a--a--a--a--a 12.72.1

Can you exlain to me what I need to do to get what I expect.

Best regards.

--
Sylvain

--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]