git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Panagiotis Issaris <takis.issaris@uhasselt.be>
To: git@vger.kernel.org
Subject: Creating attachments using git-format-patch
Date: Sat, 3 Mar 2007 21:07:26 +0000 (UTC)	[thread overview]
Message-ID: <loom.20070303T215950-974@post.gmane.org> (raw)

Hi,

I've been trying to start using git-format-patch together with git-send-email,
but I've encountered some problems. The mailinglist I want to send the patches
to, requires patches to be sent as attachments. So, I tried using the --attach
option of git-format-patch.
However its output does not seem to generate output which Thunderbird or Mutt
recognize as attachments. Has anyone noticed similar problems or am I using it
incorrectly?

I'm doing it as follows:
takis@poseidon:/usr/local/src/ffmpeg-pi$ git-format-patch --attach HEAD^
0001-Modify-av_pkt_dump-and-av_hex_dump-to-be-av_logish.patch
takis@poseidon:/usr/local/src/ffmpeg-pi$ git-send-email
0001-Modify-av_pkt_dump-and-av_hex_dump-to-be-av_logish.patch


Mutt shows a message containing:
This is a multi-part message in MIME format.
--------------1.5.0.1.226.g7bd59
Content-Type: text/plain; charset=UTF-8; format=fixed
Content-Transfer-Encoding: 8bit
...
--------------1.5.0.1.226.g7bd59
Content-Type: text/x-patch;
 name="514f2915144861b6d69ef54bd8d392aa8b3a00e6.diff"
Content-Transfer-Encoding: 8bit
Content-Disposition: inline;
 filename="514f2915144861b6d69ef54bd8d392aa8b3a00e6.diff"
...

But it does not look like an attachment. Same happens when reading the email
with Thunderbird: everything appears inline.

Any suggestions?

With friendly regards,
Takis

             reply	other threads:[~2007-03-03 21:08 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-03-03 21:07 Panagiotis Issaris [this message]
2007-03-03 22:49 ` Creating attachments using git-format-patch Junio C Hamano
2007-03-03 22:56   ` Johannes Schindelin
2007-03-03 23:12     ` [PATCH] format-patch: add --no-inline option Johannes Schindelin
2007-03-04  3:43     ` Creating attachments using git-format-patch Junio C Hamano
2007-03-04  4:23       ` Junio C Hamano
2007-03-04 11:30         ` Johannes Schindelin
2007-03-04 19:48         ` Panagiotis Issaris
2007-03-04 19:56           ` Panagiotis Issaris
2007-03-04 21:33           ` Junio C Hamano
2007-03-04 21:48             ` Panagiotis Issaris
2007-03-05  0:09           ` Junio C Hamano

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=loom.20070303T215950-974@post.gmane.org \
    --to=takis.issaris@uhasselt.be \
    --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;
as well as URLs for NNTP newsgroup(s).