C# 클래스 LibGitUnite.GitUnite

파일 보기 프로젝트 열기: tawman/git-unite 1 사용 예제들

공개 메소드들

메소드 설명
Process ( string gitPath, OptionFlags options ) : void

Unite the git repository index file paths with the same case the OS is using

비공개 메소드들

메소드 설명
GetAllFileInfos ( this folders, DirectoryInfo rootFolder ) : List

Get a list of files in all host operating system folders identified

GetHostDirectoryInfo ( this repo, DirectoryInfo path ) : List

Get a list of directory names as seen by the host operating system

UniteFilenameCasing ( this repo, DirectoryInfo gitPathInfo, List folders ) : void

Unite filename casing between git index and host OS

UniteFolderCasing ( this repo, List folders ) : void

Unite directory name casing between git index and host OS

메소드 상세

Process() 공개 정적인 메소드

Unite the git repository index file paths with the same case the OS is using
public static Process ( string gitPath, OptionFlags options ) : void
gitPath string /// The path to the git repository to open, can be either the path to the git directory (for non-bare repositories this /// would be the ".git" folder inside the working directory) or the path to the working directory. ///
options OptionFlags Runtime command line options specified
리턴 void