Re: supports diff.context config for git-diff-tree

2013-02-15 Thread Junio C Hamano
乙酸鋰  writes:

> In git 1.8.1, git-diff supports diff.context config.
> However, git-diff-tree does not support this.
> Could you also add this to git-diff-tree?

That's more or less deliberate, isn't it?

Cosmetic details of the output from plumbing commands should not be
affected by random configuration variables the user happens to have
and break the assumption your script that reads their output makes.

If your custom Porcelain that is built using the plumbing commands
wants to honor such UI level configuration variables, "git config"
is there for that exact purpose.


--
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


supports diff.context config for git-diff-tree

2013-02-15 Thread 乙酸鋰
Dear Sir,

In git 1.8.1, git-diff supports diff.context config.
However, git-diff-tree does not support this.
Could you also add this to git-diff-tree?

Regards,
ch3cooli
--
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