> ISPO SDK documentation. [HTML](https://ispo.ai/docs/interfaces/core.ExternalGitCommit.html) · [Documentation index](https://ispo.ai/docs/llms.txt)

# Interface ExternalGitCommit

```typescript
interface ExternalGitCommit {
    authorDate: string;
    authorEmail: string;
    authorName: string;
    body: string;
    filesTouched: number;
    sha: string;
    shortSha: string;
    subject: string;
}
```

Types: [authorDate](#authordate), [authorEmail](#authoremail), [authorName](#authorname), [body](#body), [filesTouched](#filestouched), [sha](#sha), [shortSha](#shortsha), [subject](#subject)

##### Index

### <a id="properties"></a>Properties

[authorDate](#authordate) [authorEmail](#authoremail) [authorName](#authorname) [body](#body) [filesTouched](#filestouched) [sha](#sha) [shortSha](#shortsha) [subject](#subject)

## <a id="properties-1"></a>Properties

### <a id="authordate"></a>authorDate

```typescript
authorDate: string
```

ISO 8601.

### <a id="authoremail"></a>authorEmail

```typescript
authorEmail: string
```

### <a id="authorname"></a>authorName

```typescript
authorName: string
```

### <a id="body"></a>body

```typescript
body: string
```

### <a id="filestouched"></a>filesTouched

```typescript
filesTouched: number
```

### <a id="sha"></a>sha

```typescript
sha: string
```

### <a id="shortsha"></a>shortSha

```typescript
shortSha: string
```

### <a id="subject"></a>subject

```typescript
subject: string
```
