| --- |
| pretty_name: Git Commits |
| configs: |
| - config_name: nethack |
| default: true |
| data_files: |
| - split: train |
| path: nethack/*.parquet |
| --- |
| |
| # Git Commits |
|
|
| Commit histories with per-file diffs and metadata, one config per source repository. |
|
|
| For now only the NetHack repo is included. |
|
|
| The `nethack` configuration contains NetHack commits as of 2026-08-18, ordered oldest-first. |
| Each row includes commit metadata, parents, tags, and structured file modifications. |
| Merge commits use first-parent diffs. |
|
|
| ```python |
| from datasets import load_dataset |
| load_dataset("tkukurin/git-commits", "nethack", split="train") |
| ``` |
|
|