On Fri, Sep 7, 2012 at 9:41 AM, Jean-Baptiste Quenot <j...@caraldi.com> wrote:
> Hi Jonas,

Hello Jean-Baptiste

> With tig 1.0 how to feed specific revisions to the main view?
>
> The following hack worked until tig 0.17:
>
> [alias]
>         tignowalk-helper = !git rev-list --pretty=raw --no-walk --stdin<
>
> TIG_MAIN_CMD="git tignowalk-helper $tmp" tig </dev/tty

The possibility to specify commands was removed in favor of improving
options given on the command line. In this spirit, I suggest to
support something like the following:

    tig --no-walk --stdin < tmp-file

Would that cover your use case?

-- 
Jonas Fonseca
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to