author | Johannes Schindelin <Johannes.Schindelin@gmx.de> | |
Sat, 3 Mar 2007 23:12:06 +0000 (00:12 +0100) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Mon, 5 Mar 2007 01:31:29 +0000 (17:31 -0800) | ||
commit | c112f689c2c4dfbf2e4dca0e91aa527dd96ab333 | |
tree | 4a7af06284f04f72986d773f8d29f904707996b3 | tree | snapshot |
parent | 3ddad98b74924d76116d05e7601ab1e163d68500 | commit | diff |
format-patch: add --inline option and make --attach a true attachment
The existing --attach option did not create a true "attachment"
but multipart/mixed with Content-Disposition: inline. It should
have been with Content-Disposition: attachment.
Introduce --inline to add multipart/mixed that is inlined, and
make --attach to create an attachement.
Signed-off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de>
Signed-off-by: Junio C Hamano <junkio@cox.net>
The existing --attach option did not create a true "attachment"
but multipart/mixed with Content-Disposition: inline. It should
have been with Content-Disposition: attachment.
Introduce --inline to add multipart/mixed that is inlined, and
make --attach to create an attachement.
Signed-off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/git-format-patch.txt | diff | blob | history | |
builtin-log.c | diff | blob | history | |
log-tree.c | diff | blob | history | |
revision.h | diff | blob | history | |
t/t4013-diff-various.sh | diff | blob | history | |
t/t4013/diff.format-patch_--attach_--stdout_initial..master | diff | blob | history | |
t/t4013/diff.format-patch_--attach_--stdout_initial..master^ | diff | blob | history | |
t/t4013/diff.format-patch_--attach_--stdout_initial..side | diff | blob | history | |
t/t4013/diff.format-patch_--inline_--stdout_initial..master | [new file with mode: 0644] | blob |
t/t4013/diff.format-patch_--inline_--stdout_initial..master^ | [new file with mode: 0644] | blob |
t/t4013/diff.format-patch_--inline_--stdout_initial..side | [new file with mode: 0644] | blob |