Rename to match the subcommand name.

Signed-off-by: Jani Nikula <[email protected]>
---
 dim | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/dim b/dim
index dbb69d993c44..5a074979055d 100755
--- a/dim
+++ b/dim
@@ -366,7 +366,7 @@ function dim_push_branch
 
 # ensure we're on branch $1, and apply patches. the rest of the arguments are
 # passed to git am.
-function dim_apply
+function dim_apply_branch
 {
        local branch=$1
        shift
@@ -796,16 +796,16 @@ case "$subcommand" in
                dim_co drm-intel-next-fixes
                ;;
        apply-branch|ab|sob)
-               dim_apply "$@"
+               dim_apply_branch "$@"
                ;;
        apply-queued|aq)
-               dim_apply drm-intel-next-queued "$@"
+               dim_apply_branch drm-intel-next-queued "$@"
                ;;
        apply-fixes|af)
-               dim_apply drm-intel-fixes "$@"
+               dim_apply_branch drm-intel-fixes "$@"
                ;;
        apply-next-fixes|anf)
-               dim_apply drm-intel-next-fixes "$@"
+               dim_apply_branch drm-intel-next-fixes "$@"
                ;;
        apply-resolved|ar)
                make -j 20 && git add -u && git am --resolved
-- 
2.1.4

_______________________________________________
Intel-gfx mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/intel-gfx

Reply via email to