bryophyta - Overview

1

# Generate co-author messages for git repos

3

A `zsh` function which searches through the contributors to the repo in the current working directory, and generates 'co-authored by' messages for them, that can then be copied into your commit messages.

5

Searches through names and email addresses that have been used in commit messages in the current repo. The `-S` flag means that searches are 'smart case' by default: case insensitive, unless upper case letters are included in the search string, in which instance it will switch to case sensitive search. Other options can be found in [the `ripgrep` user guide](https://github.com/BurntSushi/ripgrep/blob/master/GUIDE.md#common-options).