File tree Expand file tree Collapse file tree 2 files changed +6
-28
lines changed Expand file tree Collapse file tree 2 files changed +6
-28
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ log.date::
7
7
Set the default date-time mode for the 'log' command.
8
8
Setting a value for log.date is similar to using 'git log''s
9
9
`--date` option. See linkgit:git-log[1] for details.
10
+ +
11
+ If the format is set to "auto:foo" and the pager is in use, format
12
+ "foo" will be the used for the date format. Otherwise "default" will
13
+ be used.
10
14
11
15
log.decorate::
12
16
Print out the ref names of any commits that are shown by the log
Original file line number Diff line number Diff line change @@ -199,36 +199,10 @@ i18n.logOutputEncoding::
199
199
Defaults to the value of `i18n.commitEncoding` if set, and UTF-8
200
200
otherwise.
201
201
202
- log.date::
203
- Default format for human-readable dates. (Compare the
204
- `--date` option.) Defaults to "default", which means to write
205
- dates like `Sat May 8 19:35:34 2010 -0500`.
206
- +
207
- If the format is set to "auto:foo" and the pager is in use, format
208
- "foo" will be the used for the date format. Otherwise "default" will
209
- be used.
210
-
211
- log.follow::
212
- If `true`, `git log` will act as if the `--follow` option was used when
213
- a single <path> is given. This has the same limitations as `--follow`,
214
- i.e. it cannot be used to follow multiple files and does not work well
215
- on non-linear history.
216
-
217
- log.showRoot::
218
- If `false`, `git log` and related commands will not treat the
219
- initial commit as a big creation event. Any root commits in
220
- `git log -p` output would be shown without a diff attached.
221
- The default is `true`.
222
-
223
- log.showSignature::
224
- If `true`, `git log` and related commands will act as if the
225
- `--show-signature` option was passed to them.
226
-
227
- mailmap.*::
228
- See linkgit:git-shortlog[1].
229
-
230
202
include::includes/cmd-config-section-rest.txt[]
231
203
204
+ include::config/log.txt[]
205
+
232
206
include::config/notes.txt[]
233
207
234
208
GIT
You can’t perform that action at this time.
0 commit comments