We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 207b79d commit 4ed2d2fCopy full SHA for 4ed2d2f
src/repo_access.rs
@@ -67,7 +67,9 @@ impl RustRepositoryAccessor for AccessViaGithub {
67
68
eprintln!(
69
"fetching (via remote github) commits from max({}, {}) to {}",
70
- start_sha, since_date, end_sha
+ start_sha,
71
+ since_date.format(crate::YYYY_MM_DD),
72
+ end_sha
73
);
74
75
let query = github::CommitsQuery {
0 commit comments