git-next/crates/forge-forgejo
Paul Campbell 7a0247ea03
All checks were successful
Rust / build (push) Successful in 1m13s
ci/woodpecker/push/push-next Pipeline was successful
ci/woodpecker/push/cron-docker-builder Pipeline was successful
ci/woodpecker/push/tag-created Pipeline was successful
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: extract forge-forgejo crate 2024-05-23 19:36:05 +01:00