aboutsummaryrefslogtreecommitdiffstats
path: root/git-format-named-patches.sh
Commit message (Collapse)AuthorAgeFilesLines
* fix(git-format-named-patches): allow also only base referenceMatěj Cepl2024-10-071-1/+4
|
* fix(git-format-named-patches): instead of crashing accept empty arg as ↵Matěj Cepl2024-10-071-4/+13
| | | | HEAD~..HEAD
* fix(git-format-named-patches): add options -d and -c.Matěj Cepl2024-10-071-0/+28
| | | | | -d means output should be stored in the named directory -c don't remove all patches in the target directory beforehand
* fix(git-format-named-patches): isolate trailers by git interpret-trailersMatěj Cepl2024-10-071-1/+1
|
* feat(git-format-named-patches): POC for the script.Matěj Cepl2024-10-071-0/+19
Just runs individual commits through `git format-patch(1)` and saves them in the named patch files.