We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8a64ef commit bee45e1Copy full SHA for bee45e1
src/views/nodes/stashNode.ts
@@ -28,6 +28,7 @@ export class StashNode extends ViewRefNode {
28
const files = (this.commit as GitStashCommit).files;
29
30
// Check for any untracked files -- since git doesn't return them via `git stash list` :(
31
+ // See https://stackoverflow.com/questions/12681529/
32
const log = await Container.git.getLog(this.commit.repoPath, {
33
maxCount: 1,
34
ref: `${(this.commit as GitStashCommit).stashName}^3`
0 commit comments