No functional change. Only moving from the case
to its own function.
Cc: Jani Nikula <[email protected]>
Cc: Daniel Vetter <[email protected]>
Cc: Joonas Lahtinen <[email protected]>
Signed-off-by: Rodrigo Vivi <[email protected]>
---
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
_______________________________________________
Intel-gfx mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/intel-gfx