Navigation Menu

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update some git completions #8665

Merged
merged 6 commits into from Jan 26, 2022
Merged

Update some git completions #8665

merged 6 commits into from Jan 26, 2022

Conversation

spenserblack
Copy link
Contributor

@spenserblack spenserblack commented Jan 24, 2022

Description

  • Adds --[no-]recurse-submodules for git checkout.
  • Only shows --abort, --skip, and --continue for git rebase when a rebase is in progress, because they aren't applicable otherwise. Also adds edit-todo with same rule.
  • Adds --prune for git fetch and git pull.
  • Completes filenames with git show -- .

Fixes issue: no specific issue

TODOs:

  • Changes to fish usage are reflected in user documentation/manpages.
  • Tests have been added for regressions fixed
  • User-visible changes noted in CHANGELOG.rst

share/completions/git.fish Outdated Show resolved Hide resolved
share/completions/git.fish Outdated Show resolved Hide resolved
Co-authored-by: Johannes Altmanninger <aclopte@gmail.com>
@krobelus krobelus merged commit eb7603f into fish-shell:master Jan 26, 2022
@spenserblack spenserblack deleted the completions/git branch January 26, 2022 19:57
@zanchey zanchey added this to the fish 3.4.0 milestone Jan 27, 2022
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jan 30, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants