Git Log Formatter

Parse and visualize git log output with commit graph, branch structure, and customizable display format.

  1. Home
  2. Utility
  3. Git Log Formatter

Tip: run git log --all --oneline --graph --decorate in your terminal and paste the output above.



Paste git log output above or click "Load Sample" to see formatted results.

Format Instructions

Supported Input Formats

  • git log --oneline --graph — branch graph + short hash + message
  • git log --oneline — plain short log
  • git log --pretty=format:"..." — custom format

View Modes

  • Graph View — Visual branch graph with colored commit nodes
  • Compact View — Condensed list with hash and message
  • Detailed View — Full info with author, date, and refs
  • Raw Parsed Data — Debug view with parsed commit data