completion: add deprecated __git_complete_file ()
commit3c3b46bab11eab8fc2b7305e2c051269fce5a925
authorRamkumar Ramachandra <artagnon@gmail.com>
Fri, 7 Jun 2013 19:09:28 +0000 (8 00:39 +0530)
committerJunio C Hamano <gitster@pobox.com>
Fri, 7 Jun 2013 19:58:36 +0000 (7 12:58 -0700)
tree8faa27f4ae1087bfc0efd178583c82bf44411eb8
parent77c13052a0f94ccb96da6ad89c0e3805bf5302e4
completion: add deprecated __git_complete_file ()

77c130 (completion: clarify ls-tree, archive, show completion,
2013-06-02) removed __git_complete_file () because it had no callers
left in the file.  However, to avoid breaking user scripts that may
depend on this, add it back as a deprecated alias.

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