Re: Feature request: "git status" highlights files that are larger than 500kb.

2017-05-27 Thread Ævar Arnfjörð Bjarmason
On Fri, May 26, 2017 at 2:24 AM, Zhomart Mukhamejanov
 wrote:
> So it will be easy to track that we don't accidentally commit huge files.

Isn't doing this via a pre-commit or pre-receive hook both more
reliable & actually a 1=1 mapping to what you really care about?


Feature request: "git status" highlights files that are larger than 500kb.

2017-05-25 Thread Zhomart Mukhamejanov
So it will be easy to track that we don't accidentally commit huge files.

What do you think?