From: Ramkumar Ramachandra <artagnon@gmail.com>
To: Richard Braun <rbraun@sceen.net>
Cc: Git Mailing List <git@vger.kernel.org>
Subject: Maildir ordering in git-mailsplit (was: Using mutt as a git maintainer)
Date: Sat, 7 Aug 2010 08:13:39 +0530 [thread overview]
Message-ID: <20100807024337.GA15410@kytes> (raw)
In-Reply-To: <20100806222847.GA4240@sceen.net>
Hi Richard,
Richard Braun writes:
> I'm currently setting up several git repositories, both for personal stuff
> and at work, and I also am an avid Mutt user. But I have a problem with the
> "braindamaged" git-mailsplit program and how it interacts badly with how
> Mutt does some things.
>
> The specific case that troubles me is when using git send-email with several
> patches, say around 10, then getting those in my lovely Mutt as one thread,
> with chainreplyto set to false because i'm a nice person who RTFM. Until now
> everything looks perfect. Then I tag the thread and copy it out to a
> temporary mailbox so that I can run git am and do something else with my
> life. Problem: I use Maildir mailboxes, and with several files, mutt doesn't
> preserve the order of the patches. As git-mailsplit uses a raw opendir()
> to access patches in Maildir format, and doesn't try to sort anything after,
> some patch series just won't apply simply.
Ah, it looks like this problem went unnoticed probably because
everyone uses mboxes. One possible solution would be to teach
`git-mailsplit` to order the emails correctly. You can reply with an
RFC patch; I've CC'ed the Git list on this email.
> I'm using git 1.5.6.5 and Mutt 1.5.18 (from Debian lenny), pretty old but
> after checking the most recent source code, it just seems to be the same.
Yeah, I don't think git-mailsplit has changed in some time.
-- Ram
next parent reply other threads:[~2010-08-07 2:45 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20100806222847.GA4240@sceen.net>
2010-08-07 2:43 ` Ramkumar Ramachandra [this message]
2010-08-07 11:21 ` Maildir ordering in git-mailsplit (was: Using mutt as a git maintainer) Richard Braun
2010-08-07 13:23 ` Jakub Narebski
2010-08-10 17:54 ` Nicolas Sebrecht
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=20100807024337.GA15410@kytes \
--to=artagnon@gmail.com \
--cc=git@vger.kernel.org \
--cc=rbraun@sceen.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.