gitdataai/libs/git/hook/sync
ZhenYi 0c1a9ddf98 refactor(git): migrate libs/git from slog to tracing
- Remove all use slog::* imports and log: slog::Logger fields
- ssh/handle.rs: replace slog macro chains with tracing::{info!, warn!,
  error!, debug!}; remove log field from GitSshHandle
- ssh/authz.rs, ssh/mod.rs, ssh/server.rs: remove slog Logger fields
- http/: auth.rs, handler.rs, mod.rs, routes.rs: remove slog usage
- hook/: pool worker, sync modules, webhook_dispatch.rs: remove slog
2026-04-21 22:29:26 +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
mod.rs refactor(git): migrate libs/git from slog to tracing 2026-04-21 22:29:26 +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