git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Mike McCormack <mike@codeweavers.com>
To: Junio C Hamano <junkio@cox.net>
Cc: git@vger.kernel.org
Subject: Re: pushing patches to an imap folder
Date: Tue, 15 Nov 2005 19:35:34 +0900	[thread overview]
Message-ID: <4379B9F6.5020402@codeweavers.com> (raw)
In-Reply-To: <7vd5l2qnq6.fsf@assigned-by-dhcp.cox.net>


Junio C Hamano wrote:

> Hmph.  How well does the rest of git help your workflow, working
> with the Wine community?  Especially, how are you keeping track
> of and interoperating with their main CVS repository? 

We have a (semi-experimental) wine.git tree, which is updated at the 
same time as the Wine CVS, by the project maintainer:

http://source.winehq.org/git/wine.git

It will probably be maintained in parallel with the Wine CVS for a 
while, unless somebody writes a GIT->CVS gateway.

I find git-rebase to be particularly useful.  When I used CVS, sending a 
series of patches was a pain. I'd contemplated using quilt, but never 
got round to trying it.

Pushing patches from git into a drafts folder means I don't have to 
manually generate a diff, open a mail, type the mailing list address, 
attach the patch and write/copy-paste a ChangeLog entry.

> Do you
> have to do anything special when your patches are accepted by
> the upstream and echoed back to you when you 'cvs update' from
> them next time?

"git pull" is usually sufficient.

Mike

  reply	other threads:[~2005-11-15 10:38 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-11-15  8:20 pushing patches to an imap folder Mike McCormack
2005-11-15  9:12 ` Junio C Hamano
2005-11-15 10:35   ` Mike McCormack [this message]
2005-11-15 11:36     ` Johannes Schindelin
2005-11-16 23:49       ` Matthias Urlichs
2005-11-15 19:03     ` Junio C Hamano
2005-11-16  1:53       ` Mike McCormack
2005-11-16  3:15         ` Junio C Hamano
2005-11-16  3:18           ` Mike McCormack
2005-11-16  3:45     ` Martin Langhoff

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=4379B9F6.5020402@codeweavers.com \
    --to=mike@codeweavers.com \
    --cc=git@vger.kernel.org \
    --cc=junkio@cox.net \
    /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;
as well as URLs for NNTP newsgroup(s).