CreateCommitRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the author who created the commit. This information is used as both the author and committer for the commit.

Link copied to clipboard

The name of the branch where you create the commit.

Link copied to clipboard

The commit message you want to include in the commit. Commit messages are limited to 256 KB. If no message is specified, a default message is used.

Link copied to clipboard

The files to delete in this commit. These files still exist in earlier commits.

Link copied to clipboard

The email address of the person who created the commit.

Link copied to clipboard

If the commit contains deletions, whether to keep a folder or folder structure if the changes leave the folders empty. If true, a ..gitkeep file is created for empty folders. The default is false.

Link copied to clipboard

The ID of the commit that is the parent of the commit you create. Not required if this is an empty repository.

Link copied to clipboard

The files to add or update in this commit.

Link copied to clipboard

The name of the repository where you create the commit.

Link copied to clipboard

The file modes to update for files in this commit.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String