commit | 6acec0380bfcd5e3f91c9100bf4d415db8f7acfd | [log] [tgz] |
---|---|---|
author | René Scharfe <rene.scharfe@lsrfire.ath.cx> | Wed Sep 28 19:44:30 2011 +0200 |
committer | Junio C Hamano <gitster@pobox.com> | Wed Sep 28 12:46:21 2011 -0700 |
tree | 16f376495294910ce5ab5b52415a4e8a774d5936 | |
parent | f858c646b5428519c4f847c5f15a9ead72a62b16 [diff] |
parseopt: add OPT_NOOP_NOARG Add OPT_NOOP_NOARG, a helper macro to define deprecated options in a standard way. The help text is taken from the no-op option -r of git revert. The callback could be made to emit a (conditional?) warning later. And we could also add OPT_NOOP (requiring an argument) etc. as needed. Signed-off-by: Rene Scharfe <rene.scharfe@lsrfire.ath.cx> Signed-off-by: Junio C Hamano <gitster@pobox.com>