Hi,

Ville Skyttä <[email protected]> writes:
>          while [ $c -lt $cword ]; do
>                  i="${words[c]}"
>                  case "$i" in
> -                -d|-m)        only_local_ref="y" ;;
> -                -r)        has_r="y" ;;
> +                -d|-m|--move)        only_local_ref="y" ;;

"While you're at it" you might want to do the same thing for
`--delete`.

> +                -r)                has_r="y" ;;

You are introducing an additional tab here that you probably didn't
want.

>                  esac
>                  ((c++))
>          done
> @@ -979,7 +979,7 @@ _git_branch ()
>                          --color --no-color --verbose --abbrev= --no-abbrev
>                          --track --no-track --contains --merged --no-merged
>                          --set-upstream-to= --edit-description --list
> -                        --unset-upstream
> +                        --unset-upstream --move
>                          "
>                  ;;
>          *)

Thanks,
Rémi
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to