Lines Matching refs:patch
10 If you are new to git then send your first patch to yourself. Save it
13 the patch to the appropriate mailing list(s).
21 it makes quoting portions of the patch more difficult in the patch
25 patch text untouched. For example, they should not modify or delete tabs
32 This can also corrupt your patch.
51 It's a good idea to send a patch to yourself, save the received message,
52 and successfully apply it with 'patch' before sending patches to Linux
75 When composing the message, the cursor should be placed where the patch
76 should appear, and then pressing CTRL-R let you specify the patch file
84 To insert a patch use Message->Insert File (CTRL+i) or an external editor.
86 If the inserted patch has to be edited in the Claws composition window
101 to insert the patch.
116 so you will have to manually word wrap text before the patch. The easiest
122 At the bottom of your email, put the commonly-used patch delimiter before
123 inserting your patch: three hyphens (---).
125 Then from the "Message" menu item, select insert file and choose your patch.
132 disabled in the Options menu isn't enough. Thus, if your patch has very
146 contains the patch from the message list pane, right click and select
147 "save as". You can use the whole email unmodified as a patch if it was
176 if you want to include the patch inline.
179 You can also generate patches with 'git format-patch' and then use Mutt
181 $ mutt -H 0001-some-bug-fix.patch