git-next/crates/git
Paul Campbell 7a0247ea03 refactor: get commit log from local repo (step 1)
Avoid using a forge-specific API to get a commit log when the
information is already available locally in the cloned repo through a
generic git command.

The commit adds the new method of getting the commit log and compares it
with the original methods, logging if they match or not.

The updated results are returned only if they match.
2024-05-25 08:10:02 +01:00
..
src refactor: get commit log from local repo (step 1) 2024-05-25 08:10:02 +01:00
Cargo.toml refactor: move ForgeLike to git 2024-05-23 16:50:36 +01:00