Skip to content

Commit

Permalink
Apply minor fixes before v3.18.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
PawelLipski committed Aug 12, 2023
1 parent f32225c commit dca261b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,8 +182,9 @@ This will be resolved from the first of:

### Shell completions

When git-machete is installed via **Homebrew**, shell completions should be installed automatically. <br/>
For any other package manager, or when your shell doesn't pick up the Homebrew-installed completion, use the following:
When git-machete is installed via **Homebrew** (and a few other supported package managers, see [PACKAGES.md](PACKAGES.md)),
shell completions should be installed automatically. <br/>
For other package managers (like **pip**), or when your shell doesn't pick up the Homebrew-installed completion, use the following:

#### Bash

Expand Down
3 changes: 2 additions & 1 deletion completion/git-machete.completion.bash
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,8 @@ _git_machete() {
--color) __gitcomp "$opt_color_args" ;;
-d|--down-fork-point|-f|--fork-point|--override-to) __gitcomp "$(__git_refs)" ;;
# TODO (#895): we don't complete --help since it's going to be captured by git anyway
# (and results in redirection to yet non-existent man for `git-machete`).
# and results in redirection to man for `git-machete`,
# which is only properly installed by some package systems as for now (see PACKAGES.md).
-h) __gitcomp "$help_topics" ;;
--return-to) __gitcomp "$opt_return_to_args" ;;
# TODO (#111): complete the comma-separated list of roots
Expand Down

0 comments on commit dca261b

Please sign in to comment.