On Thu, Nov 24, 2016 at 01:20:39PM +0200, Jani Nikula wrote:
> Messes up copy-pasting the output.
> 
> Signed-off-by: Jani Nikula <jani.nik...@intel.com>
> ---
>  dim | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/dim b/dim
> index fded4e669176..fc0bc8e68d2b 100755
> --- a/dim
> +++ b/dim
> @@ -1443,7 +1443,7 @@ function dim_fixes
>                       echo "Cc: <sta...@vger.kernel.org> # ${tag}+"
>               fi
>       else
> -             git fetch $DIM_DRM_INTEL_REMOTE
> +             git fetch $DIM_DRM_INTEL_REMOTE >/dev/null

Probably conflicts with my patch I just pushed to fix them all and switch
to git fetch -q || true (|| true needed since git fetch has an exit value
of 128 if there's nothing to fetch ...).
-Daniel

>               # Check whether it's already in a feature pile tag
>               if git merge-base --is-ancestor $sha1 
> $DIM_DRM_INTEL_REMOTE/drm-intel-next ; then
>                       # Make sure we're in the critical window where we might
> -- 
> 2.1.4
> 
> _______________________________________________
> Intel-gfx mailing list
> Intel-gfx@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/intel-gfx

-- 
Daniel Vetter
Software Engineer, Intel Corporation
http://blog.ffwll.ch
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

Reply via email to