Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion modules/bit/cmd/bit/version.mbt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
///|
/// bit version tag (update this and the module/package manifests together when releasing)
let bit_version_tag : String = "2.47.0 (bit v0.46.2)"
let bit_version_tag : String = "2.47.0 (bit v0.46.3)"
84 changes: 42 additions & 42 deletions modules/bit/moon.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "mizchi/bit"

version = "0.46.2"
version = "0.46.3"

import {
"moonbitlang/async@0.19.4",
Expand All @@ -14,47 +14,47 @@ import {
"mizchi/libgit2@0.1.0",
"mizchi/zlib@0.4.8",
"mizchi/experimental_crypto@0.0.2",
"mizchi/bitx_openpgp@0.46.2",
"mizchi/bit_apply@0.46.2",
"mizchi/bit_archive@0.46.2",
"mizchi/bit_bootstrap@0.46.2",
"mizchi/bit_core@0.46.2",
"mizchi/bit_config@0.46.2",
"mizchi/bit_date@0.46.2",
"mizchi/bit_diff@0.46.2",
"mizchi/bit_diff3@0.46.2",
"mizchi/bit_diff_core@0.46.2",
"mizchi/bit_fast_import@0.46.2",
"mizchi/bit_fingerprint@0.46.2",
"mizchi/bit_grep@0.46.2",
"mizchi/bit_hash@0.46.2",
"mizchi/bit_ignore@0.46.2",
"mizchi/bit_io@0.46.2",
"mizchi/bit_io_native@0.46.2",
"mizchi/bit_lib@0.46.2",
"mizchi/bit_object@0.46.2",
"mizchi/bit_osfs@0.46.2",
"mizchi/bit_pack@0.46.2",
"mizchi/bit_pack_ops@0.46.2",
"mizchi/bit_protocol@0.46.2",
"mizchi/bit_refs@0.46.2",
"mizchi/bit_reftable@0.46.2",
"mizchi/bit_remote@0.46.2",
"mizchi/bit_repo@0.46.2",
"mizchi/bit_repo_ops@0.46.2",
"mizchi/bit_runtime@0.46.2",
"mizchi/bit_trailers@0.46.2",
"mizchi/bit_types@0.46.2",
"mizchi/bit_utils@0.46.2",
"mizchi/bit_vfs@0.46.2",
"mizchi/bit_worktree@0.46.2",
"mizchi/bitx_bitconfig@0.46.2",
"mizchi/bitx_doc@0.46.2",
"mizchi/bitx_hq@0.46.2",
"mizchi/bitx_hub@0.46.2",
"mizchi/bitx_rebase_ai@0.46.2",
"mizchi/bitx_subdir@0.46.2",
"mizchi/bitx_workspace@0.46.2",
"mizchi/bitx_openpgp@0.46.3",
"mizchi/bit_apply@0.46.3",
"mizchi/bit_archive@0.46.3",
"mizchi/bit_bootstrap@0.46.3",
"mizchi/bit_core@0.46.3",
"mizchi/bit_config@0.46.3",
"mizchi/bit_date@0.46.3",
"mizchi/bit_diff@0.46.3",
"mizchi/bit_diff3@0.46.3",
"mizchi/bit_diff_core@0.46.3",
"mizchi/bit_fast_import@0.46.3",
"mizchi/bit_fingerprint@0.46.3",
"mizchi/bit_grep@0.46.3",
"mizchi/bit_hash@0.46.3",
"mizchi/bit_ignore@0.46.3",
"mizchi/bit_io@0.46.3",
"mizchi/bit_io_native@0.46.3",
"mizchi/bit_lib@0.46.3",
"mizchi/bit_object@0.46.3",
"mizchi/bit_osfs@0.46.3",
"mizchi/bit_pack@0.46.3",
"mizchi/bit_pack_ops@0.46.3",
"mizchi/bit_protocol@0.46.3",
"mizchi/bit_refs@0.46.3",
"mizchi/bit_reftable@0.46.3",
"mizchi/bit_remote@0.46.3",
"mizchi/bit_repo@0.46.3",
"mizchi/bit_repo_ops@0.46.3",
"mizchi/bit_runtime@0.46.3",
"mizchi/bit_trailers@0.46.3",
"mizchi/bit_types@0.46.3",
"mizchi/bit_utils@0.46.3",
"mizchi/bit_vfs@0.46.3",
"mizchi/bit_worktree@0.46.3",
"mizchi/bitx_bitconfig@0.46.3",
"mizchi/bitx_doc@0.46.3",
"mizchi/bitx_hq@0.46.3",
"mizchi/bitx_hub@0.46.3",
"mizchi/bitx_rebase_ai@0.46.3",
"mizchi/bitx_subdir@0.46.3",
"mizchi/bitx_workspace@0.46.3",
}

readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion modules/bit_apply/moon.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "mizchi/bit_apply"

version = "0.46.2"
version = "0.46.3"

repository = "https://github.com/mizchi/bit-vcs"

Expand Down
2 changes: 1 addition & 1 deletion modules/bit_archive/moon.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "mizchi/bit_archive"

version = "0.46.2"
version = "0.46.3"

repository = "https://github.com/mizchi/bit-vcs"

Expand Down
2 changes: 1 addition & 1 deletion modules/bit_bootstrap/moon.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "mizchi/bit_bootstrap"

version = "0.46.2"
version = "0.46.3"

repository = "https://github.com/mizchi/bit-vcs"

Expand Down
4 changes: 2 additions & 2 deletions modules/bit_config/moon.mod
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name = "mizchi/bit_config"

version = "0.46.2"
version = "0.46.3"

import {
"mizchi/bit_utils@0.46.2",
"mizchi/bit_utils@0.46.3",
}

repository = "https://github.com/mizchi/bit-vcs"
Expand Down
10 changes: 5 additions & 5 deletions modules/bit_core/moon.mod
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name = "mizchi/bit_core"

version = "0.46.2"
version = "0.46.3"

import {
"mizchi/bit_io@0.46.2",
"mizchi/bit_object@0.46.2",
"mizchi/bit_repo@0.46.2",
"mizchi/bit_types@0.46.2",
"mizchi/bit_io@0.46.3",
"mizchi/bit_object@0.46.3",
"mizchi/bit_repo@0.46.3",
"mizchi/bit_types@0.46.3",
}

readme = "README.mbt.md"
Expand Down
2 changes: 1 addition & 1 deletion modules/bit_date/moon.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "mizchi/bit_date"

version = "0.46.2"
version = "0.46.3"

repository = "https://github.com/mizchi/bit-vcs"

Expand Down
18 changes: 9 additions & 9 deletions modules/bit_diff/moon.mod
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
name = "mizchi/bit_diff"

version = "0.46.2"
version = "0.46.3"

import {
"mizchi/bit_core@0.46.2",
"mizchi/bit_diff_core@0.46.2",
"mizchi/bit_io@0.46.2",
"mizchi/bit_lib@0.46.2",
"mizchi/bit_object@0.46.2",
"mizchi/bit_repo@0.46.2",
"mizchi/bit_types@0.46.2",
"mizchi/bit_utils@0.46.2",
"mizchi/bit_core@0.46.3",
"mizchi/bit_diff_core@0.46.3",
"mizchi/bit_io@0.46.3",
"mizchi/bit_lib@0.46.3",
"mizchi/bit_object@0.46.3",
"mizchi/bit_repo@0.46.3",
"mizchi/bit_types@0.46.3",
"mizchi/bit_utils@0.46.3",
}

repository = "https://github.com/mizchi/bit-vcs"
Expand Down
2 changes: 1 addition & 1 deletion modules/bit_diff3/moon.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "mizchi/bit_diff3"

version = "0.46.2"
version = "0.46.3"

repository = "https://github.com/mizchi/bit-vcs"

Expand Down
2 changes: 1 addition & 1 deletion modules/bit_diff_core/moon.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "mizchi/bit_diff_core"

version = "0.46.2"
version = "0.46.3"

repository = "https://github.com/mizchi/bit-vcs"

Expand Down
2 changes: 1 addition & 1 deletion modules/bit_fast_import/moon.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "mizchi/bit_fast_import"

version = "0.46.2"
version = "0.46.3"

repository = "https://github.com/mizchi/bit-vcs"

Expand Down
14 changes: 7 additions & 7 deletions modules/bit_fingerprint/moon.mod
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name = "mizchi/bit_fingerprint"

version = "0.46.2"
version = "0.46.3"

import {
"mizchi/bit_core@0.46.2",
"mizchi/bit_object@0.46.2",
"mizchi/bit_lib@0.46.2",
"mizchi/bit_osfs@0.46.2",
"mizchi/bit_types@0.46.2",
"mizchi/bit_utils@0.46.2",
"mizchi/bit_core@0.46.3",
"mizchi/bit_object@0.46.3",
"mizchi/bit_lib@0.46.3",
"mizchi/bit_osfs@0.46.3",
"mizchi/bit_types@0.46.3",
"mizchi/bit_utils@0.46.3",
"moonbitlang/async@0.19.4",
}

Expand Down
16 changes: 8 additions & 8 deletions modules/bit_grep/moon.mod
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
name = "mizchi/bit_grep"

version = "0.46.2"
version = "0.46.3"

import {
"mizchi/bit_core@0.46.2",
"mizchi/bit_ignore@0.46.2",
"mizchi/bit_io@0.46.2",
"mizchi/bit_lib@0.46.2",
"mizchi/bit_object@0.46.2",
"mizchi/bit_repo_ops@0.46.2",
"mizchi/bit_types@0.46.2",
"mizchi/bit_core@0.46.3",
"mizchi/bit_ignore@0.46.3",
"mizchi/bit_io@0.46.3",
"mizchi/bit_lib@0.46.3",
"mizchi/bit_object@0.46.3",
"mizchi/bit_repo_ops@0.46.3",
"mizchi/bit_types@0.46.3",
}

repository = "https://github.com/mizchi/bit-vcs"
Expand Down
2 changes: 1 addition & 1 deletion modules/bit_hash/moon.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "mizchi/bit_hash"

version = "0.46.2"
version = "0.46.3"

import {
"mizchi/simd@0.4.1",
Expand Down
2 changes: 1 addition & 1 deletion modules/bit_ignore/moon.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "mizchi/bit_ignore"

version = "0.46.2"
version = "0.46.3"

repository = "https://github.com/mizchi/bit-vcs"

Expand Down
6 changes: 3 additions & 3 deletions modules/bit_io/moon.mod
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name = "mizchi/bit_io"

version = "0.46.2"
version = "0.46.3"

import {
"mizchi/bit_object@0.46.2",
"mizchi/bit_types@0.46.2",
"mizchi/bit_object@0.46.3",
"mizchi/bit_types@0.46.3",
}

repository = "https://github.com/mizchi/bit-vcs"
Expand Down
16 changes: 8 additions & 8 deletions modules/bit_io_native/moon.mod
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
name = "mizchi/bit_io_native"

version = "0.46.2"
version = "0.46.3"

import {
"mizchi/bit_core@0.46.2",
"mizchi/bit_io@0.46.2",
"mizchi/bit_object@0.46.2",
"mizchi/bit_pack@0.46.2",
"mizchi/bit_protocol@0.46.2",
"mizchi/bit_repo@0.46.2",
"mizchi/bit_types@0.46.2",
"mizchi/bit_core@0.46.3",
"mizchi/bit_io@0.46.3",
"mizchi/bit_object@0.46.3",
"mizchi/bit_pack@0.46.3",
"mizchi/bit_protocol@0.46.3",
"mizchi/bit_repo@0.46.3",
"mizchi/bit_types@0.46.3",
"moonbitlang/async@0.19.4",
"moonbitlang/x@0.4.40",
}
Expand Down
38 changes: 19 additions & 19 deletions modules/bit_lib/moon.mod
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
name = "mizchi/bit_lib"

version = "0.46.2"
version = "0.46.3"

import {
"mizchi/bit_core@0.46.2",
"mizchi/bit_date@0.46.2",
"mizchi/bit_diff3@0.46.2",
"mizchi/bit_diff_core@0.46.2",
"mizchi/bit_hash@0.46.2",
"mizchi/bit_ignore@0.46.2",
"mizchi/bit_io@0.46.2",
"mizchi/bit_io_native@0.46.2",
"mizchi/bit_object@0.46.2",
"mizchi/bit_osfs@0.46.2",
"mizchi/bit_pack@0.46.2",
"mizchi/bit_protocol@0.46.2",
"mizchi/bit_refs@0.46.2",
"mizchi/bit_reftable@0.46.2",
"mizchi/bit_remote@0.46.2",
"mizchi/bit_repo@0.46.2",
"mizchi/bit_types@0.46.2",
"mizchi/bit_utils@0.46.2",
"mizchi/bit_core@0.46.3",
"mizchi/bit_date@0.46.3",
"mizchi/bit_diff3@0.46.3",
"mizchi/bit_diff_core@0.46.3",
"mizchi/bit_hash@0.46.3",
"mizchi/bit_ignore@0.46.3",
"mizchi/bit_io@0.46.3",
"mizchi/bit_io_native@0.46.3",
"mizchi/bit_object@0.46.3",
"mizchi/bit_osfs@0.46.3",
"mizchi/bit_pack@0.46.3",
"mizchi/bit_protocol@0.46.3",
"mizchi/bit_refs@0.46.3",
"mizchi/bit_reftable@0.46.3",
"mizchi/bit_remote@0.46.3",
"mizchi/bit_repo@0.46.3",
"mizchi/bit_types@0.46.3",
"mizchi/bit_utils@0.46.3",
"mizchi/zlib@0.4.8",
"moonbitlang/async@0.19.4",
"moonbitlang/x@0.4.40",
Expand Down
5 changes: 3 additions & 2 deletions modules/bit_lib/src/pkg.generated.mbti
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,8 @@ pub fn convert_lf_to_crlf(Bytes) -> Bytes

pub fn copy_tree(&@bit_types.FileSystem, &@bit_types.RepoFileSystem, String, String) -> Unit raise @bit_object.GitError

pub fn core_filemode_enabled(&@bit_types.RepoFileSystem, String) -> Bool

pub fn create_annotated_tag(&@bit_types.FileSystem, &@bit_types.RepoFileSystem, String, String, @bit_object.ObjectId, String, String, Int64, timezone? : String) -> Unit raise @bit_object.GitError

pub fn create_branch(&@bit_types.FileSystem, &@bit_types.RepoFileSystem, String, String, start_point? : String?, author? : String, email? : String, timestamp? : Int64, timezone? : String) -> Unit raise @bit_object.GitError
Expand All @@ -115,7 +117,7 @@ pub fn create_lightweight_tag(&@bit_types.FileSystem, &@bit_types.RepoFileSystem

pub fn create_reflog(&@bit_types.FileSystem, &@bit_types.RepoFileSystem, String, String) -> Unit raise @bit_object.GitError

pub fn create_worktree(&@bit_types.FileSystem, &@bit_types.RepoFileSystem, String, String, String?, detach? : Bool, force? : Bool, new_branch~ : String?, relative_paths? : Bool?, orphan? : Bool) -> Unit raise @bit_object.GitError
pub fn create_worktree(&@bit_types.FileSystem, &@bit_types.RepoFileSystem, String, String, String?, detach? : Bool, force? : Bool, new_branch~ : String?, relative_paths? : Bool?, orphan? : Bool, checkout_files? : Bool) -> Unit raise @bit_object.GitError

pub fn decode_commit_message_bytes(Bytes, String) -> String

Expand Down Expand Up @@ -1278,4 +1280,3 @@ pub(open) trait WorkingTree {
fn snapshot(Self, String, String, Int64) -> @bit_object.ObjectId raise @bit_object.GitError
fn checkout(Self, @bit_object.ObjectId) -> Unit raise @bit_object.GitError
}

4 changes: 2 additions & 2 deletions modules/bit_object/moon.mod
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name = "mizchi/bit_object"

version = "0.46.2"
version = "0.46.3"

import {
"mizchi/bit_hash@0.46.2",
"mizchi/bit_hash@0.46.3",
"mizchi/zlib@0.4.8",
}

Expand Down
Loading
Loading