tj.git-extras/etc
Josh McKinney 9049967232
feat: add reverse option to git-brv (#1123)
* feat: add reverse option to git-brv

When there are a large amount of branches it is often useful to see the
most recent branches last as they end up closer to the prompt. This adds
a new --reverse / -r option and an environment variable to set the
default behavior (GIT_BRV_REVERSE).

* git-brv: change to git option instead of environment variable and fix typo

* wrap git option in backticks for git-brv and fix git-feature title

* update git-feature docs

* fix missing breaks in git-feature.md
2023-12-16 12:05:52 +08:00
..
bash_completion.sh feat: add reverse option to git-brv (#1123) 2023-12-16 12:05:52 +08:00
git-extras-completion.zsh feat: add reverse option to git-brv (#1123) 2023-12-16 12:05:52 +08:00
git-extras.fish feat: add reverse option to git-brv (#1123) 2023-12-16 12:05:52 +08:00
test.fish feat: Implement completion for git coauthor (#1074) 2023-09-22 11:58:01 +08:00