git log --until='2024-03-01' --oneline

Category: Git - Core

git log --until='2024-03-01' --oneline

List commits before a given date

Limits the log to commits older than the given date, the mirror of --since. Combine both to window a specific period, like --since='2024-01-01' --until='2024-03-01'. Any date Git understands works, including relative forms like 3 months ago.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.