DirectoryEntry
A directory entry (directory or file) of a repository
Implemented by
Fields
log (
[Commit!]!
)
The history (git log) of this entry starting with the most recent changes
Argument | Type | Description |
---|---|---|
after |
Time
|
Only show commits from after this date/time |
before |
Time
|
Only show commits from before this date/time |
limit |
Int
|
Maximum number of commits to list The default value is |
skip |
Int
|
Skip the first n commits The default value is |
skipMerges |
Boolean
|
Whether or not to skip merge commits in the history The default value is |
name (
String!
)
The name of the entry
path (
String!
)
The path of the entry