Types
WorktreeDetail
Detailed information about worktree.
object
WorktreeDetailFields
commits
[WorktreeCommit!]!
Commits associated with this worktree detail.
changes
[WorktreeChange!]!
Changes associated with this worktree detail.
branchChanges
[WorktreeDiffFile!]!
Branch changes associated with this worktree detail.
commitsTruncated
Boolean!
Whether the commits truncated condition is true for this worktree detail.
changesTruncated
Boolean!
Whether the changes truncated condition is true for this worktree detail.
branchChangesTruncated
Boolean!
Whether the branch changes truncated condition is true for this worktree detail.
commitSigningEnabled
Boolean!
Whether effective Git configuration enables commit signing by default.