메소드 | 설명 | |
---|---|---|
CombinedFileHeader ( byte b, int offset ) : System.Collections.Generic | ||
GetOldMode ( ) : FileMode |
Get the file mode of the first parent.
|
|
getOldId ( ) : AbbreviatedObjectId | ||
getOldId ( int nthParent ) : AbbreviatedObjectId | ||
getOldMode ( int nthParent ) : FileMode | ||
getScriptText ( |
||
newHunkHeader ( int offset ) : GitSharp.Core.Patch.HunkHeader | ||
parseGitHeaders ( int ptr, int end ) : int |
메소드 | 설명 | |
---|---|---|
ParseIndexLine ( int ptr, int eol ) : void | ||
ParseNewFileMode ( int ptr, int eol ) : void |
메소드 | 설명 | |
---|---|---|
parseDeletedFileMode ( int ptr, int eol ) : void | ||
parseModeLine ( int ptr, int eol ) : void |
public CombinedFileHeader ( byte b, int offset ) : System.Collections.Generic | ||
b | byte | |
offset | int | |
리턴 | System.Collections.Generic |
protected ParseIndexLine ( int ptr, int eol ) : void | ||
ptr | int | |
eol | int | |
리턴 | void |
protected ParseNewFileMode ( int ptr, int eol ) : void | ||
ptr | int | |
eol | int | |
리턴 | void |
public getOldId ( int nthParent ) : AbbreviatedObjectId | ||
nthParent | int | |
리턴 | AbbreviatedObjectId |
public getScriptText ( |
||
ocs | ||
ncs | ||
리턴 | string |
public newHunkHeader ( int offset ) : GitSharp.Core.Patch.HunkHeader | ||
offset | int | |
리턴 | GitSharp.Core.Patch.HunkHeader |