git-disjoint 0.16.2

A tool to batch commits by issue into GitHub PRs
Documentation
1
2
3
4
5
6
7
8
9
10
11
---
source: tests/fixtures.rs
description: github issue number appears as branch name prefix
expression: result
input_file: tests/fixtures/github-issue-prefix.kdl
---
exit: 0

branch 789-feat-implement-rate-limiting:
  * feat: implement rate limiting
  files: src/lib.rs, src/rate_limit.rs