pax_global_header00006660000000000000000000000064146344226130014517gustar00rootroot0000000000000052 comment=3061a9bf2567540e263d76d0db79ac179d692e40 golang-github-fsmiamoto-git-todo-parser-0.0.5+git20240618.3061a9b/000077500000000000000000000000001463442261300236545ustar00rootroot00000000000000golang-github-fsmiamoto-git-todo-parser-0.0.5+git20240618.3061a9b/.github/000077500000000000000000000000001463442261300252145ustar00rootroot00000000000000golang-github-fsmiamoto-git-todo-parser-0.0.5+git20240618.3061a9b/.github/README.md000066400000000000000000000045761463442261300265070ustar00rootroot00000000000000# git-todo-parser [![Test](https://github.com/fsmiamoto/git-todo-parser/actions/workflows/test.yml/badge.svg)](https://github.com/fsmiamoto/git-todo-parser/actions/workflows/test.yml) Small parser for git todo files. ## Grammar ``` p, pick = use commit r, reword = use commit, but edit the commit message e, edit = use commit, but stop for amending s, squash = use commit, but meld into previous commit f, fixup [-C | -c] = like "squash" but keep only the previous commit's log message, unless -C is used, in which case keep only this commit's message; -c is same as -C but opens the editor x, exec = run command (the rest of the line) using shell b, break = stop here (continue rebase later with 'git rebase --continue') d, drop = remove commit l, label