diff --git a/src/git/models/commit.ts b/src/git/models/commit.ts index 2424c10..6751ad8 100644 --- a/src/git/models/commit.ts +++ b/src/git/models/commit.ts @@ -563,6 +563,7 @@ export class GitCommit implements GitRevisionReference { this.stats, this.getChangedValue(changes.lines, this.lines), this.stashName, + this.stashOnRef, ); }