Skip to content

Commit bee45e1

Browse files
committed
Adds comment with more info on ^3 syntax
1 parent c8a64ef commit bee45e1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/views/nodes/stashNode.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ export class StashNode extends ViewRefNode {
2828
const files = (this.commit as GitStashCommit).files;
2929

3030
// Check for any untracked files -- since git doesn't return them via `git stash list` :(
31+
// See https://stackoverflow.com/questions/12681529/
3132
const log = await Container.git.getLog(this.commit.repoPath, {
3233
maxCount: 1,
3334
ref: `${(this.commit as GitStashCommit).stashName}^3`

0 commit comments

Comments
 (0)