Re: [PATCH] completion: add missing completions for log, diff, show

2017-11-07 Thread Junio C Hamano
Max Rothman writes: > How about this: > > The bash completion script knows some options to "git log" and > "git show" only in the positive form, (e.g. "--abbrev-commit"), but not > in their negative form (e.g. "--no-abbrev-commit"). Adds them. s/Adds them/Add them/; we

Re: [PATCH] completion: add missing completions for log, diff, show

2017-11-07 Thread Max Rothman
>> Teach git-log tab completion about the --no-* options for ease of use >> at the command line. >> >> Similarly, teach git-show tab completion about the --no-abbrev-commit, >> --expand-tabs, and --no-expand-tabs options. >> >> Also, teach git-diff (and all commands that use its options) tab >>

Re: [PATCH] completion: add missing completions for log, diff, show

2017-11-07 Thread Junio C Hamano
Max Rothman writes: > From: Max Rothman Thanks. > > Teach git-log tab completion about the --no-* options for ease of use > at the command line. > > Similarly, teach git-show tab completion about the --no-abbrev-commit, > --expand-tabs,

[PATCH] completion: add missing completions for log, diff, show

2017-11-07 Thread Max Rothman
From: Max Rothman Teach git-log tab completion about the --no-* options for ease of use at the command line. Similarly, teach git-show tab completion about the --no-abbrev-commit, --expand-tabs, and --no-expand-tabs options. Also, teach git-diff (and all commands