LogOpts
このコンテンツはまだ日本語訳がありません。
LogOpts =
object
Defined in: src/core/repo.ts:254
Options for git log
Properties
after?
optionalafter:string|Date
Defined in: src/core/repo.ts:301
Alias for since
all?
optionalall:boolean
Defined in: src/core/repo.ts:269
Pretend as if all refs are listed on the command line
ancestryPath?
optionalancestryPath:boolean
Defined in: src/core/repo.ts:297
Only display commits that are ancestors of the specified commit
author?
optionalauthor:string
Defined in: src/core/repo.ts:265
Limit commits to those by a specific author
before?
optionalbefore:string|Date
Defined in: src/core/repo.ts:303
Alias for until
decorate?
optionaldecorate:"short"|"full"|"auto"|"no"
Defined in: src/core/repo.ts:283
Print out the ref names of any commits that are shown
decorateRefs?
optionaldecorateRefs:string
Defined in: src/core/repo.ts:279
If no —decorate-refs is given, pretend as if all refs were included
decorateRefsExclude?
optionaldecorateRefsExclude:string
Defined in: src/core/repo.ts:281
Do not include refs matching the pattern
firstParent?
optionalfirstParent:boolean
Defined in: src/core/repo.ts:271
Follow only the first parent commit upon seeing a merge commit
grep?
optionalgrep:string
Defined in: src/core/repo.ts:267
Limit commits to those with log message matching the pattern
maxCount?
optionalmaxCount:number
Defined in: src/core/repo.ts:257
Limit the number of commits to output
merges?
optionalmerges:boolean
Defined in: src/core/repo.ts:293
Show only merge commits
nameOnly?
optionalnameOnly:boolean
Defined in: src/core/repo.ts:289
Show only names of changed files
nameStatus?
optionalnameStatus:boolean
Defined in: src/core/repo.ts:291
Show only names and status of changed files
noMerges?
optionalnoMerges:boolean
Defined in: src/core/repo.ts:295
Do not show merge commits
ref?
optionalref:string
Defined in: src/core/repo.ts:305
Revision or revision range to show (e.g., ‘main’, ‘HEAD~5..HEAD’, ‘v1.0.0’)
reverse?
optionalreverse:boolean
Defined in: src/core/repo.ts:299
Output commits in reverse order
shortstat?
optionalshortstat:boolean
Defined in: src/core/repo.ts:287
Output only the last line of the stat
since?
optionalsince:string|Date
Defined in: src/core/repo.ts:261
Show commits more recent than a specific date
skip?
optionalskip:number
Defined in: src/core/repo.ts:259
Skip number of commits before starting to show the output
source?
optionalsource:boolean
Defined in: src/core/repo.ts:275
Print out the ref name given on the command line by which each commit was reached
stat?
optionalstat:boolean
Defined in: src/core/repo.ts:285
Generate a diffstat
until?
optionaluntil:string|Date
Defined in: src/core/repo.ts:263
Show commits older than a specific date
useMailmap?
optionaluseMailmap:boolean
Defined in: src/core/repo.ts:277
Use mailmap file to map author names