search for: 5c7cd53

Displaying 1 result from an estimated 1 matches for "5c7cd53".

2017 Mar 24
1
[PATCH] bash: Implement tab completion for virt-win-reg (RHBZ#1367738).
...ore | 1 + bash/Makefile.am | 19 +++++++++++++------ bash/virt-v2v-copy-to-local | 21 ++++++++++++++++----- tools/virt-win-reg | 22 ++++++++++++++++++++-- 4 files changed, 50 insertions(+), 13 deletions(-) diff --git a/.gitignore b/.gitignore index c82745e..5c7cd53 100644 --- a/.gitignore +++ b/.gitignore @@ -73,6 +73,7 @@ Makefile.in /bash/virt-tail /bash/virt-tar-in /bash/virt-tar-out +/bash/virt-win-reg /build-aux/.gitignore /build-aux/ar-lib /build-aux/compile diff --git a/bash/Makefile.am b/bash/Makefile.am index 86fd816..983e8da 100644 --- a/bash/...