Git용 가상 파일 시스템
Virtual File System for Git개발자 | 마이크로소프트 |
---|---|
안정적 해제 | 1.0.20210.1 / 2020년 7월 28일;[1] 전 |
릴리스 미리 보기 | 1.0.20175.6 / 2020년 6월 23일; 전 |
리포지토리 | |
기록 위치 | C++ 및 C# |
운영 체제 | Windows 10 Creators 업데이트 이상, MacOS |
유형 | Git용 가상 파일 시스템 |
면허증 | MIT 라이선스 |
웹사이트 | vfsforgit![]() |
마이크로소프트가 개발한 Git용 가상 파일 시스템(VFS for Git)은 Git 버전 제어 시스템의 확장이다.
개요
VFS for Git은 마이크로소프트 윈도우즈 운영 체제(Microsoft의 내부 "원 엔지니어링 시스템" 이니셔티브에 따라 개발이 Git로 전환된 경우)와 같은 엔터프라이즈급 Git 저장소의 처리를 용이하게 하기 위해 설계되었다.이 시스템은 로컬 스토리지에 파일이 필요한 경우에만 파일을 다운로드하는 가상 파일 시스템을 노출한다.
역사
Git용 VFS는 원래 GVFS(Git Virtual File System)로 명명되었다.하지만 GNOME Virtual File System과의 혼선을 둘러싼 GNOME 개발자들의 불만 때문에 마이크로소프트는 GitHub 인수에 이어 2018년 6월에 소프트웨어의 새로운 명칭에 대한 아이디어를 요청하겠다고 발표했다.[2]새 이름으로 첫 발매된[3] 것은 2018년 8월이었다.
2017년 11월 GitHub는 Git용 VFS를 지원한다고 발표했다.[4][5]
Git용 VFS는 Scalar로 대체되었다.[6]스칼라는 그 후 마이크로소프트 Git 프로젝트에 통합되었다.[7][8]
참고 항목
참조
- ^ "Latest Release". VFSForGit. GitHub. Microsoft. Retrieved 2020-09-27.
- ^ "Microsoft is going to rename GVFS and wants your suggestions". BetaNews.com. Retrieved 2018-06-09.
- ^ "VFS for Git 1.0.18234.1". GitHub.com. Retrieved 2018-02-13.
- ^ Foley, Mary Jo. "Microsoft's One Engineering System brings Git Virtual File System to the masses". ZDNet. Retrieved 2018-06-04.
- ^ "GitHub adopts Microsoft's tool for supporting massive software projects". VentureBeat. 2017-11-15. Retrieved 2018-06-04.
- ^ "Frequently Asked Questions VFS for Git". GitHub. Microsoft. Archived from the original on 7 July 2021. Retrieved 7 July 2021.
We transitioned our large repository strategy to focus on using
git sparse-checkout
instead of filesystem virtualization. We then forked the VFS for Git codebase to create Scalar. - ^ "README Scalar". GitHub. Microsoft. Archived from the original on 22 March 2021. Retrieved 7 July 2021.
The Scalar executable has now been ported to be included in the microsoft/git fork.
- ^ "A fork of Git containing Microsoft-specific patches". GitHub. Microsoft. Archived from the original on 7 July 2021. Retrieved 7 July 2021.
외부 링크