git.c: reorder builtin command list
commitef5dd8a92249db22b0e30a37c7c960029c56115e
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>
Tue, 15 Feb 2011 03:09:03 +0000 (15 10:09 +0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 15 Feb 2011 21:46:18 +0000 (15 13:46 -0800)
treed2b6d1d7fe9ce43636f85aa30e25484cec5b3d95
parent43f9f053010c119c9836b2b5f8a07c72784f79b6
git.c: reorder builtin command list

The majority of commands is in alphabet order except some. Reorder
them so it's easier to locate a command by eye and able to binary
search.

Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git.c