help.c: add a compatibility comment to cmd_version()
authorDavid Aguilar <davvid@gmail.com>
Tue, 16 Apr 2013 20:33:25 +0000 (13:33 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 16 Apr 2013 22:01:30 +0000 (15:01 -0700)
External projects have been known to parse the output of
"git version". Help prevent future authors from changing
its format by adding a comment to its implementation.

Signed-off-by: David Aguilar <davvid@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found