Karthik Nayak <[email protected]> writes:

> --- a/t/t3203-branch-output.sh
> +++ b/t/t3203-branch-output.sh
> @@ -145,8 +145,8 @@ EOF
>  
>  test_expect_success 'git branch `--sort` option' '
>       cat >expect <<-\EOF &&
> -     * (HEAD detached from fromtag)
>         branch-two
> +     * (HEAD detached from fromtag)
>         branch-one
>         master
>       EOF

I thought this was obviously wrong, but this tests uses
--sort=objectsize, so it's OK. Indeed, HEAD and branch-one have
objectsize=215, and branch-two has objectsize=167.

So, the previous code was hardcoding "detached HEAD always comes first",
but we now sort the whole list, including detached HEAD, so branch-two
comes first.

-- 
Matthieu Moy
http://www-verimag.imag.fr/~moy/
--
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