author | Stephen Boyd <bebarino@gmail.com> | |
Sun, 7 Jun 2009 23:39:15 +0000 (16:39 -0700) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Tue, 9 Jun 2009 07:15:57 +0000 (00:15 -0700) | ||
commit | e169b974593c27ba7a0d7f63ec0ec40373cb64bb | |
tree | 6362500196263a0a0dc2b33315ac83dffdd94ca4 | tree | snapshot |
parent | d1fff6fce0e065d1dbb1450146a6f6f79b349229 | commit | diff |
show-branch: don't use LASTARG_DEFAULT with OPTARG
5734365 (show-branch: migrate to parse-options API 2009-05-21)
incorrectly set the --more option's flags to be
PARSE_OPT_LASTARG_DEFAULT and PARSE_OPT_OPTARG. These two flags
shouldn't be used together. An option taking a default should just set
the default value desired and parse options will take care of the rest.
Update the header comment to better convey this information.
Signed-off-by: Stephen Boyd <bebarino@gmail.com>
Acked-by: René Scharfe <rene.scharfe@lsrfire.ath.cx>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
5734365 (show-branch: migrate to parse-options API 2009-05-21)
incorrectly set the --more option's flags to be
PARSE_OPT_LASTARG_DEFAULT and PARSE_OPT_OPTARG. These two flags
shouldn't be used together. An option taking a default should just set
the default value desired and parse options will take care of the rest.
Update the header comment to better convey this information.
Signed-off-by: Stephen Boyd <bebarino@gmail.com>
Acked-by: René Scharfe <rene.scharfe@lsrfire.ath.cx>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin-show-branch.c | diff | blob | history | |
parse-options.h | diff | blob | history |