[Bug 212303] shells/bash-completion: missing completion for git
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Thu Sep 1 09:17:11 UTC 2016
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=212303
Bug ID: 212303
Summary: shells/bash-completion: missing completion for git
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Many People
Priority: ---
Component: Individual Port(s)
Assignee: adamw at FreeBSD.org
Reporter: afiskon at devzen.ru
Assignee: adamw at FreeBSD.org
Flags: maintainer-feedback?(adamw at FreeBSD.org)
I would be nice if shells/bash-completion also include completion for git out
of the box.
Currently user have to add it manually like this:
```
cd /usr/local/share/bash-completion/completions/
sudo wget
https://raw.githubusercontent.com/git/git/master/contrib/completion/git-completion.bash
-O git
```
git-completion.bash is a very powerful thing. Not only `git me[Tab]` completes
to `git merge` but also `git checkout optional_prefix_[Tab]` suggest branch
names and remotes, and stuff like that.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list