소스 검색

Adds comment with more info on ^3 syntax

main
Eric Amodio 6 년 전
부모
커밋
bee45e19d7
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. +1
    -0
      src/views/nodes/stashNode.ts

+ 1
- 0
src/views/nodes/stashNode.ts 파일 보기

@ -28,6 +28,7 @@ export class StashNode extends ViewRefNode {
const files = (this.commit as GitStashCommit).files;
// Check for any untracked files -- since git doesn't return them via `git stash list` :(
// See https://stackoverflow.com/questions/12681529/
const log = await Container.git.getLog(this.commit.repoPath, {
maxCount: 1,
ref: `${(this.commit as GitStashCommit).stashName}^3`

불러오는 중...
취소
저장