Skip to main content

Git Log Formatter

v1.0.3

Generate git log format strings and ready-to-run commands.

Generates git log format strings — like --format='%H %s %an' — and ready-to-run one-liner commands for common use cases: changelog extraction, author stats, file history, and date filtering.

How to use
  • Select a preset (changelog, stats, authors) or build a custom format string.
  • The formatted git log command is shown ready to paste into your terminal.
  • Use date range and author filters to scope the output.

Format Fields (drag to reorder — shown left to right)

git log command
git log --pretty=format:"%h | %an | %ad | %s"