* bash completion bug: git range-diff: no --diff-merges option
@ 2026-03-13 20:36 Andrey
0 siblings, 0 replies; only message in thread
From: Andrey @ 2026-03-13 20:36 UTC (permalink / raw)
To: git
--diff-merges=, --no-diff-merges, --remerge-diff valuable options are
absent for 'git range-diff' completion.
These are the options presented here:
|# Options accepted by log and show
__git_log_show_options="
--diff-merges --diff-merges= --no-diff-merges --dd --remerge-diff
--encoding=
"|
But they are not included for range-diff:
|_git_range_diff ()
{
case "$cur" in
--*)
__gitcomp "
--creation-factor= --no-dual-color
$__git_diff_common_options
"
return
;;
esac
__git_complete_revlist
}|
[System Info]
git version 2.53.0
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2026-03-13 20:36 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-13 20:36 bash completion bug: git range-diff: no --diff-merges option Andrey
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox