Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 01 Sep 2016 09:17:10 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 212303] shells/bash-completion: missing completion for git
Message-ID:  <bug-212303-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D212303

            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@FreeBSD.org
          Reporter: afiskon@devzen.ru
          Assignee: adamw@FreeBSD.org
             Flags: maintainer-feedback?(adamw@FreeBSD.org)

I would be nice if shells/bash-completion also include completion for git o=
ut
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-com=
pletion.bash
-O git
```

git-completion.bash is a very powerful thing. Not only `git me[Tab]` comple=
tes
to `git merge` but also `git checkout optional_prefix_[Tab]` suggest branch
names and remotes, and stuff like that.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-212303-13>