On 7/2/06, Jakub Narebski <jnareb@xxxxxxxxx> wrote:
Currently in qgit one can git-format-patch a commit. It woul be nice if one would be able to git-cherry-pick and git-cherry-pick -n a commit (denoting the head, i.e. where cherry pick would be applied to). It would be very usefull in reordering patches (cleaning up history). --
Currently in qgit you can git-format-patch a commit series and git-am a given patch file series. This can be done transparently with a drag & drop mechanic: 1) Open the source repository 2) Then open a new qgit instance (File->Open in a new window...) 3) Open the destination repository in the new qgit window 4) Drag & drop selected commits (multi selection in supported) from source to destination. I normally use this instead of git-cherry-pick that, I admit, I don't know very well, so please I need some more hints on how to upgrade this behaviour introducing git.cherry-pick support. Marco - : 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