Re: [PATCH 6/6] diff: deprecate -q option to diff-files

2013-07-19 Thread Junio C Hamano
Jonathan Nieder jrnie...@gmail.com writes: Junio C Hamano wrote: We should remove the support for -q in Git 2.0. No. I hope you are teasing. I don't mind seeing support for -q dropped, but I really don't think it's worth delaying git 2.0 for that. Would s/in Git 2.0/in some future

Re: [PATCH 6/6] diff: deprecate -q option to diff-files

2013-07-19 Thread Jonathan Nieder
Junio C Hamano wrote: Jonathan Nieder jrnie...@gmail.com writes: I don't mind seeing support for -q dropped, but I really don't think it's worth delaying git 2.0 for that. Would s/in Git 2.0/in some future release/ be ok? I do not think keeping the support for -q in is any huge burden. We

Re: [PATCH 6/6] diff: deprecate -q option to diff-files

2013-07-18 Thread Jonathan Nieder
Junio C Hamano wrote: We should remove the support for -q in Git 2.0. No. I hope you are teasing. I don't mind seeing support for -q dropped, but I really don't think it's worth delaying git 2.0 for that. Would s/in Git 2.0/in some future release/ be ok? The patch text itself looks

[PATCH 6/6] diff: deprecate -q option to diff-files

2013-07-17 Thread Junio C Hamano
This reimplements the ancient -q option to git diff-files that was inherited from show-diff -q in terms of --diff-filter=d, and issue a warning against the use of the former. Incidentally this also tentatively fix git diff --no-index to honor -q and hide deletions; the use will get the same