From: Pierre Habouzit Date: Mon, 19 Nov 2007 09:21:44 +0000 (+0100) Subject: parse-options: Allow to hide options from the default usage. X-Git-Tag: v1.5.4-rc0~119^2~2 X-Git-Url: https://www.git.lorimer.id.au/gitweb.git/diff_plain/dd3bf0f4a5bab17011e94bfeb808ee64dd2ad040?hp=dd3bf0f4a5bab17011e94bfeb808ee64dd2ad040 parse-options: Allow to hide options from the default usage. This is useful for backward-compatibility aliases, or very advanced command line switches introduced for internal git usages and have no real use for a user. parse-options still shows them if the user asks for --help-all. Signed-off-by: Pierre Habouzit Signed-off-by: Junio C Hamano ---