From 6d391392dbe15d906411bb27cdff7d2678bb4f80 Mon Sep 17 00:00:00 2001 From: Eric Amodio Date: Wed, 24 Aug 2022 04:00:17 -0400 Subject: [PATCH] Fixes missed property --- src/git/models/commit.ts | 1 + 1 file changed, 1 insertion(+) 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, ); }