[sheepdog] [sheepdog/sheepdog] eedd83: script: Sort command and option lists in bash comp...
Hitoshi Mitake
mitake.hitoshi at gmail.com
Thu May 18 06:03:19 CEST 2017
Branch: refs/heads/master
Home: https://github.com/sheepdog/sheepdog
Commit: eedd838b3e18a1f0124e965c406b72144fb8feef
https://github.com/sheepdog/sheepdog/commit/eedd838b3e18a1f0124e965c406b72144fb8feef
Author: Ville Skyttä <ville.skytta at iki.fi>
Date: 2017-04-24 (Mon, 24 Apr 2017)
Changed paths:
M script/gen_bash_completion.pl
Log Message:
-----------
script: Sort command and option lists in bash completion
In order to keep the output stabler between various runs.
Signed-off-by: Ville Skyttä <ville.skytta at iki.fi>
Commit: f9fb9b0c9ac1d4a484fa00d6a083158a551b6949
https://github.com/sheepdog/sheepdog/commit/f9fb9b0c9ac1d4a484fa00d6a083158a551b6949
Author: Ville Skyttä <ville.skytta at iki.fi>
Date: 2017-04-24 (Mon, 24 Apr 2017)
Changed paths:
M script/gen_bash_completion.pl
Log Message:
-----------
script: Convert hyphens to underscores in bash completion function names
Hyphens are invalid in POSIX mode:
$ bash --posix
$ _dog_foo-bar() { echo hello; }
bash: `_dog_foo-bar': not a valid identifier
Signed-off-by: Ville Skyttä <ville.skytta at iki.fi>
Commit: fc30cfd158c97c80d6f3037954fe812fce82fe8f
https://github.com/sheepdog/sheepdog/commit/fc30cfd158c97c80d6f3037954fe812fce82fe8f
Author: Hitoshi Mitake <mitake.hitoshi at gmail.com>
Date: 2017-05-18 (Thu, 18 May 2017)
Changed paths:
M script/gen_bash_completion.pl
Log Message:
-----------
Merge pull request #388 from scop/completion
bash completion fixes
Compare: https://github.com/sheepdog/sheepdog/compare/7bd15c5c7a0c...fc30cfd158c9
More information about the sheepdog
mailing list