bit_worktree

Working-tree operations (status / add / commit / rm / mv)

git
worktree
status
moon add mizchi/bit_worktree@0.46.4
Download zip
Author
Version
0.46.4
License
Apache-2.0
Last updated
4 days ago
Downloads
52
README

#
add_paths

#
add_paths_async

async fn add_paths_async(fs : &
FileSystem
, rfs : &
RepoFileSystem
, root : String, paths : Array[String]) -> Unit raise
GitError

#
commit

fn commit(fs : &
FileSystem
, rfs : &
RepoFileSystem
, root : String, message : String, author : String, author_timestamp : Int64, committer? : String, committer_timestamp? : Int64, allow_empty? : Bool) ->
ObjectId
raise
GitError

#
commit_amend

fn commit_amend(fs : &
FileSystem
, rfs : &
RepoFileSystem
, root : String, message : String, author : String, author_timestamp : Int64, committer? : String, committer_timestamp? : Int64) ->
ObjectId
raise
GitError

#
mv_path

fn mv_path(fs : &
FileSystem
, rfs : &
RepoFileSystem
, root : String, source : String, dest : String, force? : Bool) -> Unit raise
GitError

#
rm_paths

fn rm_paths(fs : &
FileSystem
, rfs : &
RepoFileSystem
, root : String, paths : Array[String], cached? : Bool, force? : Bool, recursive? : Bool) -> Unit raise
GitError

#
status_porcelain

async fn status_porcelain(fs : &
RepoFileSystem
, root : String) -> Array[String] raise
GitError

#
status_porcelain_from

fn status_porcelain_from(s :
Status
) -> Array[String]

#
status_text

async fn status_text(fs : &
RepoFileSystem
, root : String) -> String raise
GitError

#
write_loose_object

#
write_object_bytes

fn write_object_bytes(fs : &
FileSystem
, git_dir : String, id :
ObjectId
, compressed : Bytes) -> Unit raise
GitError

Source Files

Powered by MoonBit

Site sourceReport issuePackagesBuild queueSkillsStatistics

© 2026 mooncakes.io