Skip to content

Git History Graph Generator

Paste git log --graph, git log --oneline or a plain commit list and get a proper commit graph — lanes, branch colours, merge curves, refs and messages — drawn as SVG and exportable as PNG or SVG.

Commit log

Accepted formats
  • git log --graphleading gutter of * | \ / _, then a hash, optional (HEAD -> main, origin/main, tag: v1.0) decorations, then the subject. Parent links are reconstructed from the lane geometry.
  • git log --onelinehash subject per line, with optional (parent: abc1234) and --decorate output. Without explicit parents a linear chain is inferred from the row order.
  • Simple listhash|parent1,parent2|author|2026-01-02|Subject, or the same fields separated by tabs, or a bare subject per line (a synthetic hash is generated).

Appearance

Summary

Commits parsed
9
Lanes / branches
9 lane(s) · 5 ref(s)
Merges found
0
Format used
graph (auto)

All 8 parent link(s) were reconstructed from the ASCII lane geometry. 1 commit(s) look like roots (their lane does not continue below). Merge edges can only be recovered when the gutter shows a branch lane; if a merge is missing, use the merge sample or the simple-list format with explicit parents.

4 lines or links could not be used:

  • Line 3: no commit hash found — skipped.
  • Line 7: no commit hash found — skipped.
  • Line 9: no commit hash found — skipped.
  • Line 12: no commit hash found — skipped.

Commit graph

Scroll sideways when the log has many lanes · click a row for details

graphrefs · hash · author · date · message
Git commit graph

9 row(s) · 38px rows · 26px lane spacing · filled dot = commit, hollow dot = merge, L1…L9 = lane index

Lane & branch legend

  • main9 commits
  • origin/main9 commits
  • feature/analytics7 commits
  • v0.9.07 commits
  • feature/login3 commits

Every entry is a ref found in the input; the count is how many commits in this window are reachable from it. Lanes that carry no ref still get a palette colour.

About this tool

This generator reads three log shapes — the ASCII --graph gutter, --oneline and a plain commit list — rebuilds parent relationships including merges, then lays out lanes, merge curves and refs as one crisp SVG that exports to PNG at 2× or to editable SVG. Every commit in the window is rendered, up to 500; parsing, layout and both exports run entirely in your browser, so your repository history is never uploaded anywhere.

  • 100% free — no account needed
  • Runs in your browser
  • Nothing is uploaded

Frequently asked questions

Is Git History Graph Generator really free?

Yes. Git History Graph Generator is completely free on PureBrowser — every feature, with no account, no trial, and no credit card.

Does Git History Graph Generator upload my data?

No. Git History Graph Generator runs entirely inside your browser, so anything you type, paste, or open stays on your own device.

Do I need to sign up or install anything?

Neither. There is no account and nothing to download — open the page and Git History Graph Generator is ready to use on desktop or mobile.

Does Git History Graph Generator work offline?

Once the page has loaded, yes. All of the processing happens locally in your browser, so it keeps working without a connection.