git-next/crates
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
..
cli test(git): make repository more testable 2024-05-18 20:37:03 +01:00
config refactor: extract repo-actor and gitforge crates 2024-05-22 19:57:48 +01:00
forge refactor: move forgejo branch test to forgejo crate 2024-05-24 07:07:01 +01:00
forge-forgejo refactor: get commit log from local repo (step 1) 2024-05-25 08:10:02 +01:00
git refactor: get commit log from local repo (step 1) 2024-05-25 08:10:02 +01:00
repo-actor refactor(repo_actor): consitent use of config crate 2024-05-23 17:56:47 +01:00
server refactor: improve consistency of use of git types 2024-05-23 16:19:28 +01:00