Correct the Bash completion script behaviour.master
commitea5c57cce570691ed99fba9960b43725384c9bea
authorBen Finney <bignose@debian.org>
Sun, 27 Nov 2016 23:04:05 +0000 (28 10:04 +1100)
committerBen Finney <bignose@debian.org>
Sun, 27 Nov 2016 23:04:05 +0000 (28 10:04 +1100)
tree919f11bf22082e7adc904239b8574673beb09e71
parent5d95bcc2b9fec6b147bbec408f94c4fbac21d4f3
parent0878a3e79b194640c307cd88bda09d373e5d5395
Correct the Bash completion script behaviour.

* wip/issue/bash-completion:
  Document in the changelog the ‘dcut’ completion improvement.
  Install the script for ‘dcut’ command completion.
  Add Bash script for completion of ‘dcut’ command.
  Document in the changelog the ‘dput’ completion improvements.
  Construct the set of options as a Bash array.
  Apply completion options only when appropriate for the case.
  Construct the values for ‘--delayed’ by a sequence expression.
  Use correct idiom to specify current word for matching.
  Correct the completion glob for source control files.
  Signature files are not input to the command; remove the attempt to match.
  Execute search for hostnames once, across all config files.
  Define cases with the conventional order for options spellings.
  Remove a superfluous conflation of separate collections.
  Migrate from deprecated completion helper function.
  Remove superfluous declarations of local variables.
  Properly quote values that could contains special characters.
  Standardise bash-completion continuation and indentation.
  Move ‘dput’ Bash completion to a script explicitly named for the command.