]> Pileus Git - ~andy/git/commitdiff
Merge branch 'rr/completion-branch-config'
authorJunio C Hamano <gitster@pobox.com>
Fri, 10 Jan 2014 18:33:39 +0000 (10:33 -0800)
committerJunio C Hamano <gitster@pobox.com>
Fri, 10 Jan 2014 18:33:39 +0000 (10:33 -0800)
Two-level configuration variable names in "branch.*" and "remote.*"
hierarchies whose variables are predominantly three-level where not
completed by hitting a <TAB> in bash and zsh completions.

* rr/completion-branch-config:
  completion: fix remote.pushdefault
  completion: fix branch.autosetup(merge|rebase)
  completion: introduce __gitcomp_nl_append ()
  zsh completion: find matching custom bash completion


Trivial merge