]> git.ipfire.org Git - thirdparty/git.git/commit - contrib/completion/git-completion.bash
git-completion.bash: add branch.*.pushremote to config list
authorRamkumar Ramachandra <artagnon@gmail.com>
Mon, 29 Apr 2013 12:49:40 +0000 (18:19 +0530)
committerJunio C Hamano <gitster@pobox.com>
Mon, 29 Apr 2013 16:57:44 +0000 (09:57 -0700)
commit72f7507710b548f62ff8ac6a4e666fe5c004fbd2
treef945399afefd1e0414efa4df1647a370a69229ed
parent01449e314f383861f053786129120abdbeac3198
git-completion.bash: add branch.*.pushremote to config list

9f765ce (remote.c: introduce branch.<name>.pushremote, 2013-04-02)
introduced the configuration variable branch.*.pushremote, but forgot
to teach git-completion.bash about it.  Fix this.

Signed-off-by: Ramkumar Ramachandra <artagnon@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
contrib/completion/git-completion.bash