You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(git): align native status engine with Go conventions
Apply the project's Go skill end to end: modernize and fieldalignment
rewrites, switch instead of else in the index name decoder, errors.New
for static errors, restored field docs the alignment pass dropped, a
log.Trace on Load, and test cleanups — the three fallback trigger tests
merge into one table, and the benchmark reuses the parity test helpers
through testing.TB instead of duplicating them.
Also fold in the review's simplifications: drop the dead rehash
counter, parse only the cache-tree root record, key the pack object
cache by struct instead of a formatted string, skip the walk entirely
when the flat pool runs with untracked detection off, search a single
sorted-path list per platform, and turn the ahead/behind termination
flag into a plain break.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
0 commit comments