SZEDER Gábor <szeder....@gmail.com> writes:

> -     echo $(git -C repo log --pretty="%ct" -1) \
> -             $(git -C repo rev-parse one) >expect &&
> +     {
> +             git -C repo log --pretty=format:"%ct " -1 &&
> +             git -C repo rev-parse one
> +     } >expect &&

Heh, "format:"%ct " to make the first one end with an incomplete
line?  Neat trick.

Reply via email to