Revision f33c2c0f9e2258a80e6e406af39e9fa3fd6e430e authored by Ramkumar Ramachandra on 05 January 2014, 10:18:03 UTC, committed by Junio C Hamano on 06 January 2014, 17:14:48 UTC
There are situations where multiple classes of completions possible. For
example

  branch.<TAB>

should try to complete

  branch.master.
  branch.autosetupmerge
  branch.autosetuprebase

The first candidate has the suffix ".", and the second/ third candidates
have the suffix " ". To facilitate completions of this kind, create a
variation of __gitcomp_nl () that appends to the existing list of
completion candidates, COMPREPLY.

Signed-off-by: Ramkumar Ramachandra <artagnon@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent d028b89
History
File Mode Size
.gitignore -rw-r--r-- 7 bytes
README -rw-r--r-- 9.9 KB
TEAMS -rw-r--r-- 1.8 KB
da.po -rw-r--r-- 65.5 KB
de.po -rw-r--r-- 315.8 KB
fr.po -rw-r--r-- 311.0 KB
git.pot -rw-r--r-- 198.0 KB
is.po -rw-r--r-- 3.1 KB
it.po -rw-r--r-- 128.2 KB
nl.po -rw-r--r-- 65.2 KB
pt_PT.po -rw-r--r-- 99.8 KB
sv.po -rw-r--r-- 301.8 KB
vi.po -rw-r--r-- 338.5 KB
zh_CN.po -rw-r--r-- 292.8 KB

README

back to top