File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
contrib/thunderbird-patch-inline Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -196,7 +196,7 @@ Problems related to tags:
196
196
197
197
If you suspect that any of these issues may apply to the repository you
198
198
want to import consider using these alternative tools which proved to be
199
- more stable in practise :
199
+ more stable in practice :
200
200
201
201
* cvs2git (part of cvs2svn), `http://cvs2svn.tigris.org`
202
202
* parsecvs, `http://cgit.freedesktop.org/~keithp/parsecvs`
Original file line number Diff line number Diff line change @@ -194,7 +194,7 @@ CONFIGURATION
194
194
-------------
195
195
You can specify extra mail header lines to be added to each message
196
196
in the repository configuration, new defaults for the subject prefix
197
- and file suffix, control attachements , and number patches when outputting
197
+ and file suffix, control attachments , and number patches when outputting
198
198
more than one.
199
199
200
200
------------
Original file line number Diff line number Diff line change 1
1
appp.sh is a script that is supposed to be used together with ExternalEditor
2
- for Mozilla Thundebird . It will let you include patches inline in e-mails
2
+ for Mozilla Thunderbird . It will let you include patches inline in e-mails
3
3
in an easy way.
4
4
5
5
Usage:
6
6
- Generate the patch with git format-patch.
7
7
- Start writing a new e-mail in Thunderbird.
8
8
- Press the external editor button (or Ctrl-E) to run appp.sh
9
- - Select the previosly generated patch file.
9
+ - Select the previously generated patch file.
10
10
- Finish editing the e-mail.
11
11
12
12
Any text that is entered into the message editor before appp.sh is called
Original file line number Diff line number Diff line change @@ -206,7 +206,7 @@ not include variables usually directly set during build):
206
206
* $fallback_encoding
207
207
Gitweb assumes this charset if line contains non-UTF-8 characters.
208
208
Fallback decoding is used without error checking, so it can be even
209
- 'utf-8'. Value mist be valid encodig ; see Encoding::Supported(3pm) man
209
+ 'utf-8'. Value must be valid encoding ; see Encoding::Supported(3pm) man
210
210
page for a list. By default 'latin1', aka. 'iso-8859-1'.
211
211
* @diff_opts
212
212
Rename detection options for git-diff and git-diff-tree. By default
You can’t perform that action at this time.
0 commit comments