Skip to content

UpdatedRef

No description

type UpdatedRef {
ref: Reference
old: Object
new: Object
log: CommitCursor
diff: String
}

Note: this only returns up to the most recent 50 commits included in the update, i.e. old..new or new~50..new, whichever has fewer commits.

Difference from old..new in the unified diff format.

This field is null if the diff requires more than one second to prepare.

GitEvent object