cp.nvim/lua
Barrett Ruth d1127f3e9b
refactor: migrate credential consumers to git_credential
Problem: `credentials.lua`, `submit.lua`, and `scraper.lua` all
routed through `cache.get/set/clear_credentials`, which no longer
exists.

Solution: replace all `cache` credential calls with direct
`git_credential.get/store/reject` calls. Remove unused `cache`
imports where applicable.
2026-03-07 19:46:32 -05:00
..
cp refactor: migrate credential consumers to git_credential 2026-03-07 19:46:32 -05:00