Skip to content

Commit

Permalink
improve docs (#340)
Browse files Browse the repository at this point in the history
  • Loading branch information
rifel123 authored Nov 9, 2021
1 parent 1f61bd0 commit fd75211
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

## New in git-machete 3.5.0

- added: new way of acquiring the github token (from the file in `~`)
- fixed: fork-point and down-fork-point options values have to be ancestor of the current branch
- added: fish shell completions #290 (contributed by @kgadek)
- added: new way of acquiring the github token (from `~/.github-token`)
- fixed: `--fork-point` and `--down-fork-point` options values have to be ancestor of the current branch
- added: fish shell completions (contributed by @kgadek)

## New in git-machete 3.4.1

Expand Down
4 changes: 2 additions & 2 deletions completion/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,12 +96,12 @@ exec $SHELL -l
## Fish

### Mac (via Homebrew)
Please look at the section about [installation via Homebrew](../README.md#using-homebrew-macos)
Please look at the section about [installation via Homebrew](../README.md#using-homebrew-macos).
``brew install git-machete`` automatically installs fish completion files for ``git machete``.

### Linux

Place the completion script in `/path/to/fish/completions/` (typically `~/.config/fish/completions/git-machete.fish`). You may have to create this directory if it doesn't exist.
Place the completion script in `/path/to/fish/completions/` (typically `~/.config/fish/completions/git-machete.fish`).

```shell script
mkdir -p ~/.config/fish/completions
Expand Down
4 changes: 2 additions & 2 deletions docs/source/completion.rst
Original file line number Diff line number Diff line change
Expand Up @@ -98,10 +98,10 @@ Zsh:
Fish:

* Mac (via Homebrew)
Please look at the section about [installation via Homebrew](https://github.com/VirtusLab/git-machete#using-homebrew-macos)
Please look at the section about [installation via Homebrew](https://github.com/VirtusLab/git-machete#using-homebrew-macos).
``brew install git-machete`` automatically installs fish completion files for ``git machete``.
* Linux
#. Place the completion script in ``/path/to/fish/completions/`` (typically ``~/.config/fish/completions/git-machete.fish``). You may have to create this directory if it doesn't exist.
#. Place the completion script in ``/path/to/fish/completions/`` (typically ``~/.config/fish/completions/git-machete.fish``).

.. code-block:: shell
Expand Down

0 comments on commit fd75211

Please sign in to comment.