summaryrefslogtreecommitdiff
path: root/ls-refs.c
diff options
context:
space:
mode:
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>2019-05-29 09:11:15 (GMT)
committerJunio C Hamano <gitster@pobox.com>2019-05-29 18:04:32 (GMT)
commit8ef05193bcdda6a28cd41fa3ecd8f356061d49e0 (patch)
treed320df22f655cd124361fc5b93f564437dcb65de /ls-refs.c
parent7f125ff9094bfebbb381afa19380943a088c8fcb (diff)
downloadgit-8ef05193bcdda6a28cd41fa3ecd8f356061d49e0.zip
git-8ef05193bcdda6a28cd41fa3ecd8f356061d49e0.tar.gz
git-8ef05193bcdda6a28cd41fa3ecd8f356061d49e0.tar.bz2
diff-parseopt: restore -U (no argument) behavior
Before d473e2e0e8 (diff.c: convert -U|--unified, 2019-01-27), -U and --unified are implemented with a custom parser opt_arg() in diff.c. I didn't check this code carefully and not realize that it's the equivalent of PARSE_OPT_NONEG | PARSE_OPT_OPTARG. In other words, if -U is specified without any argument, the option should be accepted, and the default value should be used. Without PARSE_OPT_OPTARG, parse_options() will reject this case and cause a regression. Reported-by: Bryan Turner <bturner@atlassian.com> Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'ls-refs.c')
0 files changed, 0 insertions, 0 deletions