author | Nguyễn Thái Ngọc Duy <pclouds@gmail.com> | |
Tue, 15 Feb 2011 03:09:03 +0000 (10:09 +0700) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Tue, 15 Feb 2011 21:46:18 +0000 (13:46 -0800) | ||
commit | ef5dd8a92249db22b0e30a37c7c960029c56115e | |
tree | d2b6d1d7fe9ce43636f85aa30e25484cec5b3d95 | tree | snapshot |
parent | 43f9f053010c119c9836b2b5f8a07c72784f79b6 | commit | diff |
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>
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 | diff | blob | history |