gitdataai/libs/git/commit
ZhenYi 2bd1339d6c
Some checks are pending
CI / Rust Lint & Check (push) Waiting to run
CI / Rust Tests (push) Waiting to run
CI / Frontend Lint & Type Check (push) Waiting to run
CI / Frontend Build (push) Blocked by required conditions
fix(git): use repo.default_branch instead of HEAD to avoid master/branch mismatch
- Add #[serde(default)] to MergeAnalysisQuery.their_oid and MergeRefAnalysisQuery fields
  since they come from path parameters, not query strings
- git_readme/git_commit_count/git_contributors: default to repo.default_branch
  instead of HEAD to avoid errors when HEAD points to refs/heads/master but
  the actual default branch is main
2026-04-17 15:13:08 +08:00
..
cherry_pick.rs init 2026-04-15 09:08:09 +08:00
create.rs init 2026-04-15 09:08:09 +08:00
graph.rs init 2026-04-15 09:08:09 +08:00
meta.rs init 2026-04-15 09:08:09 +08:00
mod.rs init 2026-04-15 09:08:09 +08:00
query.rs init 2026-04-15 09:08:09 +08:00
rebase.rs init 2026-04-15 09:08:09 +08:00
revert.rs init 2026-04-15 09:08:09 +08:00
traverse.rs fix(git): use repo.default_branch instead of HEAD to avoid master/branch mismatch 2026-04-17 15:13:08 +08:00
types.rs init 2026-04-15 09:08:09 +08:00