From: Junio C Hamano Date: Fri, 15 Apr 2005 22:08:09 +0000 (-0700) Subject: [PATCH] Add "-q" option to show-diff.c X-Git-Tag: v0.99~877 X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=ca2a0798656aa1219c6ff4fa66cd0f3340ddd5be;hp=ca2a0798656aa1219c6ff4fa66cd0f3340ddd5be;p=git.git [PATCH] Add "-q" option to show-diff.c This adds the '-q' option for show-diff.c to squelch complaints for missing files. It is handy if you want to run it in the merge temporary directory after running merge-trees with its minimum checkout mode, which is the default, because you would not find any files other than the ones that needs human validation after the merge there. It also fixes the argument parsing bug Paul Mackerras noticed in <16991.42305.118284.139777@cargo.ozlabs.ibm.com> but slightly differently. Signed-off-by: Junio C Hamano Signed-off-by: Linus Torvalds ---