On 09/17/2013 08:57 AM, hzguanqi...@corp.netease.com wrote:
> Please ignore the patchs [1-3].
> I followed the contributer guidelines, before I push the patches I did a "git 
> pull --rebase" operation, 
> Then the newest  three patches are included into my patches. Are there 
> anything I missed?

That generally means you applied some patches locally without creating a
new branch.  If you want to discard non-upstream patches that are
unrelated to what you are working on, you can do 'git rebase -i' (if
your git version is too old, you might have to spell it 'git rebase -i
origin'), and delete the lines for the patches you are no longer
interested in.

-- 
Eric Blake   eblake redhat com    +1-919-301-3266
Libvirt virtualization library http://libvirt.org

Attachment: signature.asc
Description: OpenPGP digital signature

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list

Reply via email to