Sort globbed refname in show-branch.
commit06d900cf28117ad5260335ea9ab7533f223320bf
authorJunio C Hamano <junkio@cox.net>
Fri, 16 Dec 2005 01:53:44 +0000 (15 17:53 -0800)
committerJunio C Hamano <junkio@cox.net>
Fri, 16 Dec 2005 01:53:44 +0000 (15 17:53 -0800)
tree37d39e25e47d66e8a15c831382d7f43f41ef8875
parente5e3a9d8f91685cbbb4099f1fdfb9798461ef5d4
Sort globbed refname in show-branch.

"git show-branch bugs/*" shows all branches whose name match the
specified pattern, but in the order readdir() happened to
returned.  Sort them to make the output more predictable.

Signed-off-by: Junio C Hamano <junkio@cox.net>
show-branch.c