[Intel-gfx] [maintainer-tools PATCH 14/30] qf: Move "resolved" from case to new subcommand.
Rodrigo Vivi
rodrigo.vivi at intel.com
Mon Aug 21 20:11:04 UTC 2017
No functional change. Only moving from the case
to its own function.
Cc: Jani Nikula <jani.nikula at intel.com>
Cc: Daniel Vetter <daniel.vetter at ffwll.ch>
Cc: Joonas Lahtinen <joonas.lahtinen at linux.intel.com>
Signed-off-by: Rodrigo Vivi <rodrigo.vivi at intel.com>
---
qf | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/qf b/qf
index 333ca7ca45fe..ac320d81945f 100755
--- a/qf
+++ b/qf
@@ -170,10 +170,6 @@ function quilt_clean_check
}
case "$1" in
- resolved)
- quilt refresh
- quilt header -e
- ;;
apply)
if [[ "$2" == "" ]] ; then
echo No patch name given, aborting.
@@ -494,6 +490,12 @@ function qf_wiggle_push
done
}
+function qf_resolved
+{
+ quilt refresh
+ quilt header -e
+}
+
function qf_help
{
manpage=$DIM_PREFIX/maintainer-tools/qf.rst
--
2.13.2
More information about the Intel-gfx
mailing list