fix: ganti --after/--before ke --since/--until dengan waktu eksplisit
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -122,8 +122,8 @@ def get_commits(repo_path: str, author: str, since: str, until: str) -> list[dic
|
||||
"git", "-C", repo_path,
|
||||
"log",
|
||||
f"--author={author}",
|
||||
f"--after={since}",
|
||||
f"--before={until}",
|
||||
f"--since={since} 00:00:00",
|
||||
f"--until={until} 23:59:59",
|
||||
"--format=%h|%ad|%s",
|
||||
"--date=short",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user