From: Jakub Narebski <jnareb@gmail.com>
To: git@vger.kernel.org
Subject: Re: [RFC] Re: git-svn: make git-svn commit-diff able to work without explicit arguments
Date: Tue, 02 Jan 2007 22:58:14 +0100 [thread overview]
Message-ID: <enekbs$n8g$1@sea.gmane.org> (raw)
In-Reply-To: 052E1601-5422-48A0-81B3-9A454467CE5F@silverinsanity.com
Brian Gernhardt wrote:
>> The reason is simple, I often use git commit as :wq in my editor,
>> and
>> sometimes think that in a A--B--C--D and in fact, I'd prefer to have:
>>
>> {A,C}--B--D. how is it possible to do that in a not too cumbersome
>> way? because that would make sens to work in some scratch branch, and
>> then reorganize patches in a saner better way in the master branch.
>>
>> But I fail to see how to achieve that without using cumbersome
>> export-to-patch then git apply patch and edit logs which is painful
>> and
>> not really using git.
>
> The command you seem to be looking for is git-cherry-pick. To
> combine the two commits, I'd do something like:
>
> $ git cherry-pick A
> $ git cherry-pick C
> $ git reset HEAD~2
> $ git add <files>
> $ git commit
Or better learn about --no-commit option of git-cherry-pick. Or if you
don't mind additional tools I think you can do this using StGIT.
--
Jakub Narebski
Warsaw, Poland
ShadeHawk on #git
next prev parent reply other threads:[~2007-01-02 21:55 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-01-02 18:23 [RFC] git-svn: make git-svn commit-diff able to work without explicit arguments Steve Frécinaux
2007-01-02 18:40 ` [RFC] " Pierre Habouzit
2007-01-02 19:18 ` [RFC] " Eric Wong
2007-01-02 20:30 ` Junio C Hamano
2007-01-02 21:13 ` [RFC] " Pierre Habouzit
2007-01-02 21:26 ` Brian Gernhardt
2007-01-02 21:58 ` Jakub Narebski [this message]
2007-01-02 22:27 ` Pierre Habouzit
2007-01-02 22:01 ` Junio C Hamano
2007-01-02 23:09 ` Steve Frécinaux
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='enekbs$n8g$1@sea.gmane.org' \
--to=jnareb@gmail.com \
--cc=git@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox