Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Search git log] improve compatibility with older git versions (#151)
The git log format placeholder %as wasn't added until Git 2.25.0. Unfortunately, people are often stuck on older Git versions (one possibility is that their git binary is managed by their company). To resolve this, we swap out %as with %ad but pass in --date=short.
- Loading branch information