File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
-b::
2
2
Show blank SHA-1 for boundary commits. This can also
3
- be controlled via the `blame.blankboundary ` config option.
3
+ be controlled via the `blame.blankBoundary ` config option.
4
4
5
5
--root::
6
6
Do not treat root commits as boundaries. This can also be
Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ OPTIONS
79
79
Pass `-u` flag to 'git mailinfo' (see linkgit:git-mailinfo[1]).
80
80
The proposed commit log message taken from the e-mail
81
81
is re-coded into UTF-8 encoding (configuration variable
82
- `i18n.commitencoding ` can be used to specify project's
82
+ `i18n.commitEncoding ` can be used to specify project's
83
83
preferred encoding if it is not UTF-8).
84
84
+
85
85
This was optional in prior versions of git, but now it is the
Original file line number Diff line number Diff line change @@ -53,15 +53,15 @@ character.
53
53
The commit log message, author name and author email are
54
54
taken from the e-mail, and after minimally decoding MIME
55
55
transfer encoding, re-coded in the charset specified by
56
- i18n.commitencoding (defaulting to UTF-8) by transliterating
56
+ ` i18n.commitEncoding` (defaulting to UTF-8) by transliterating
57
57
them. This used to be optional but now it is the default.
58
58
+
59
59
Note that the patch is always used as-is without charset
60
60
conversion, even with this flag.
61
61
62
62
--encoding=<encoding>::
63
63
Similar to -u. But when re-coding, the charset specified here is
64
- used instead of the one specified by i18n.commitencoding or UTF-8.
64
+ used instead of the one specified by ` i18n.commitEncoding` or UTF-8.
65
65
66
66
-n::
67
67
Disable all charset re-coding of the metadata.
Original file line number Diff line number Diff line change 38
38
a warning if the commit log message given to it does not look
39
39
like a valid UTF-8 string, unless you explicitly say your
40
40
project uses a legacy encoding. The way to say this is to
41
- have i18n.commitencoding in `.git/config` file, like this:
41
+ have ` i18n.commitEncoding` in `.git/config` file, like this:
42
42
+
43
43
------------
44
44
[i18n]
Original file line number Diff line number Diff line change @@ -273,14 +273,14 @@ Git index format
273
273
- Stat data of $GIT_DIR/info/exclude. See "Index entry" section from
274
274
ctime field until "file size".
275
275
276
- - Stat data of core.excludesfile
276
+ - Stat data of core.excludesFile
277
277
278
278
- 32-bit dir_flags (see struct dir_struct)
279
279
280
280
- Hash of $GIT_DIR/info/exclude. A null hash means the file
281
281
does not exist.
282
282
283
- - Hash of core.excludesfile . A null hash means the file does
283
+ - Hash of core.excludesFile . A null hash means the file does
284
284
not exist.
285
285
286
286
- NUL-terminated string of per-dir exclude file name. This usually
You can’t perform that action at this time.
0 commit comments