mirror of
https://github.com/danielmiessler/Fabric.git
synced 2026-01-21 04:07:59 -05:00
- Replace go-git status API with native `git status --porcelain` command - Fix worktree detection issues caused by go-git library bugs - Simplify `IsWorkingDirectoryClean` to use CLI output parsing - Simplify `GetStatusDetails` to return raw porcelain output - Use native `git rev-parse HEAD` to get commit hash after commit - Remove unused `os` and `filepath` imports from walker.go - Remove complex worktree file existence checking logic