git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Creating attachments using git-format-patch
@ 2007-03-03 21:07 Panagiotis Issaris
  2007-03-03 22:49 ` Junio C Hamano
  0 siblings, 1 reply; 12+ messages in thread
From: Panagiotis Issaris @ 2007-03-03 21:07 UTC (permalink / raw)
  To: git

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

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2007-03-05  0:10 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-03-03 21:07 Creating attachments using git-format-patch Panagiotis Issaris
2007-03-03 22:49 ` 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

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).