外观
DiffEntry
约 176 字小于 1 分钟
2025-08-01
@candriajs/git-neko-kit / DiffEntry
接口: DiffEntry
定义于: types/platform/commit.ts:47
属性
additions
additions:
number
定义于: types/platform/commit.ts:55
新增行数
blob_url
blob_url:
string
定义于: types/platform/commit.ts:61
文件blob URL
changes
changes:
number
定义于: types/platform/commit.ts:59
总变更行数
deletions
deletions:
number
定义于: types/platform/commit.ts:57
删除行数
filename
filename:
string
定义于: types/platform/commit.ts:51
文件名
raw_url
raw_url:
string
定义于: types/platform/commit.ts:63
文件原始URL
sha
sha:
string
定义于: types/platform/commit.ts:49
文件SHA
status
status:
"added"
|"removed"
|"modified"
|"renamed"
|"copied"
|"changed"
|"unchanged"
定义于: types/platform/commit.ts:53
文件状态