pax_global_header00006660000000000000000000000064144440431710014514gustar00rootroot0000000000000052 comment=58584ecbcd5e27de267b568372c8b40567980b59 git-todo-parser-0.0.5/000077500000000000000000000000001444404317100145365ustar00rootroot00000000000000git-todo-parser-0.0.5/.github/000077500000000000000000000000001444404317100160765ustar00rootroot00000000000000git-todo-parser-0.0.5/.github/README.md000066400000000000000000000045541444404317100173650ustar00rootroot00000000000000# 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