Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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>
- Loading branch information