이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
탐색
帮助
返回水杉在线
登录水杉在线
登录水杉码园
wlxsp
/
test1
보기
1
좋아요
0
포크
0
코드
이슈
0
풀 리퀘스트
0
릴리즈
0
위키
활동
소스 검색
Fixes
#442
- File status fails if name (or path) starts with -
main
Eric Amodio
6 년 전
부모
059ba44c07
커밋
91a54757de
2개의 변경된 파일
과
2개의 추가작업
그리고
0개의 파일을 삭제
분할 보기
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
CHANGELOG.md
+1
-0
src/git/git.ts
+ 1
- 0
CHANGELOG.md
파일 보기
@ -15,6 +15,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
### Fixed
- Fixes [
#436
](
https://github.com/eamodio/vscode-gitlens/issues/436
) - Copy to clipboard not working
- Fixes [
#442
](
https://github.com/eamodio/vscode-gitlens/issues/442
) - GitLens File History fails if name (or path) starts with -
## [8.4.1] - 2018-06-19
### Fixed
+ 1
- 0
src/git/git.ts
파일 보기
@ -726,6 +726,7 @@ export class Git {
'color.status=false'
,
'status'
,
porcelain
,
'--'
,
file
)
;
}
쓰기
미리보기
불러오는 중...
취소
저장