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
title "github issue number appears as branch name prefix"

base {
  file "src/lib.rs" "fn main() {}"
}

commit "feat: implement rate limiting\n\nCloses #789" {
  file "src/rate_limit.rs" "pub fn rate_limit() {}"
}

run "git-disjoint"