]> git.ipfire.org Git - thirdparty/git.git/commit - t/t9902-completion.sh
completion: add a test for __git_remotes() helper function
authorSZEDER Gábor <szeder@ira.uka.de>
Wed, 4 Mar 2015 14:10:28 +0000 (15:10 +0100)
committerJunio C Hamano <gitster@pobox.com>
Fri, 6 Mar 2015 20:48:00 +0000 (12:48 -0800)
commit2acc194075e936de147f3cb01e02ef39e064cc3c
treef68ece379a9f66a675102e48fb18e4288c92ccc8
parent9874fca7122563e28d699a911404fc49d2a24f1c
completion: add a test for __git_remotes() helper function

The test checks that both remotes under '$GIT_DIR/remotes' and remotes
in the config file are listed.

Signed-off-by: SZEDER Gábor <szeder@ira.uka.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t9902-completion.sh