mirror of
https://github.com/moghtech/komodo.git
synced 2026-09-10 16:01:20 +00:00
* Update repo path handling in commit fetching - Changed `name` to `path` for repository identification. - Updated cache update function to use the new path field. - Improved error message for non-directory repo paths. * feat: use optional name and path in GetLatestCommit * review: don't use optional for name * review: use helper * review: remove redundant to_string()