gitdataai/libs/git/hook/sync
ZhenYi b3fb027848 fix(git): deduplicate skills by repo_id+blob_hash in hook sync
- Apply same deduplication logic as service scanner
- Keep latest version by commit_sha when duplicates found
- Fix type error: Ok("skill.md") → Some("skill.md".to_string())
2026-04-28 21:28:19 +08:00
..
branch.rs fix(git/hook): address review findings — webhooks, git2 Send, touch_count, rollback 2026-04-17 13:44:33 +08:00
commit.rs refactor(git): migrate libs/git from slog to tracing 2026-04-21 22:29:26 +08:00
fsck.rs refactor(git): migrate libs/git from slog to tracing 2026-04-21 22:29:26 +08:00
gc.rs refactor(git): migrate libs/git from slog to tracing 2026-04-21 22:29:26 +08:00
lfs.rs refactor(git): migrate libs/git from slog to tracing 2026-04-21 22:29:26 +08:00
lock.rs fix(git/hook): refine Redis queue worker, remove dead code, fix warnings 2026-04-17 13:05:07 +08:00
mod.rs fix(git): deduplicate skills by repo_id+blob_hash in hook sync 2026-04-28 21:28:19 +08:00
tag.rs fix(git/hook): make sync_tags Send-safe by collecting git2 data synchronously 2026-04-17 13:48:05 +08:00