[Intel-gfx] [maintainer-tools RFC PATCH 02/17] dim: rename dim_apply to dim_apply_branch
Jani Nikula
jani.nikula at intel.com
Tue Jan 26 06:32:15 PST 2016
Rename to match the subcommand name.
Signed-off-by: Jani Nikula <jani.nikula at intel.com>
---
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
More information about the Intel-gfx
mailing list